Color Hex Logo

#3090bf Color Hex

#3090BF
(48,144,191)
0 Favorites   0 Comments

Color spaces of #3090bf

RGB 48144191
HSL0.550.600.47
HSV200°75°75°
CMYK 0.750.250.00   0.25
XYZ20.596224.336552.9021
Yxy24.33650.21050.2488
Hunter Lab49.3320-11.8070-29.0483
CIE-Lab56.4231-11.8473-32.3621

#3090bf color RGB value is (48,144,191).

#3090bf hex color red value is 48, green value is 144 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #3090bf hue: 0.55 , saturation: 0.60 and the lightness value of 3090bf is 0.47.

The process color (four color CMYK) of #3090bf color hex is 0.75, 0.25, 0.00, 0.25. Web safe color of #3090bf is #3399cc. Color #3090bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10010000 10111111
Octal 60 220 277
Decimal 48 144 191
Hex 30 90 BF

RGB Percentages of Color #3090bf

%12.53
%37.60
%49.87

CMYK Percentages of Color #3090bf

%75
%25
%0
%25

Triadic Colors of #3090bf

#3090bf #bf3090 #90bf30

Analogous Colors of #3090bf

#3090bf #3049bf #30bfa7

Monochromatic Colors of #3090bf

#3090bf

Complementary Color

#3090bf #bf5f30

#3090bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3090bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3090bf Color CSS Codes

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

#3090bf Text Font Color

<p style="color:#3090bf">Text here</p>

This sample text font color is #3090bf
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.


#3090bf Background Color

<div style="background-color:#3090bf">
Div content here</div>

This div background color is #3090bf


#3090bf Border Color

<div style="border:3px solid #3090bf">
Div here</div>

This div border color is #3090bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,144,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3090bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3090bf;
  -webkit-box-shadow: 1px 1px 3px 2px #3090bf;
  box-shadow:         1px 1px 3px 2px #3090bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3090bf


Comments

No comments written yet.

Please login to write comment.