Color Hex Logo

#307abb Color Hex

#307ABB
(48,122,187)
0 Favorites   0 Comments

Color spaces of #307abb

RGB 48122187
HSL0.580.590.46
HSV208°74°73°
CMYK 0.740.350.00   0.27
XYZ17.148118.135349.6104
Yxy18.13530.20200.2136
Hunter Lab42.5856-2.6474-39.2605
CIE-Lab49.6598-0.4877-40.6919

#307abb color RGB value is (48,122,187).

#307abb hex color red value is 48, green value is 122 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #307abb hue: 0.58 , saturation: 0.59 and the lightness value of 307abb is 0.46.

The process color (four color CMYK) of #307abb color hex is 0.74, 0.35, 0.00, 0.27. Web safe color of #307abb is #3366cc. Color #307abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111010 10111011
Octal 60 172 273
Decimal 48 122 187
Hex 30 7A BB

RGB Percentages of Color #307abb

%13.45
%34.17
%52.38

CMYK Percentages of Color #307abb

%74
%35
%0
%27

Triadic Colors of #307abb

#307abb #bb307a #7abb30

Analogous Colors of #307abb

#307abb #3035bb #30bbb7

Monochromatic Colors of #307abb

#307abb

Complementary Color

#307abb #bb7130

#307abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#307abb Color CSS Codes

.mybgcolor {background-color:#307abb; } 
.myforecolor {color:#307abb; }
.mybordercolor {border:3px solid #307abb; }

#307abb Text Font Color

<p style="color:#307abb">Text here</p>

This sample text font color is #307abb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#307abb Background Color

<div style="background-color:#307abb">
Div content here</div>

This div background color is #307abb


#307abb Border Color

<div style="border:3px solid #307abb">
Div here</div>

This div border color is #307abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,122,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #307abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #307abb;
  -webkit-box-shadow: 1px 1px 3px 2px #307abb;
  box-shadow:         1px 1px 3px 2px #307abb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,122,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #307abb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #307abb;
  -webkit-box-shadow: 1px 1px 3px 2px #307abb;
  box-shadow:         1px 1px 3px 2px #307abb;">
Div content here</div>

This div box has shadow with color #307abb


Comments

No comments written yet.

Please login to write comment.