Color Hex Logo

#3090af Color Hex

#3090AF
(48,144,175)
0 Favorites   0 Comments

Color spaces of #3090af

RGB 48144175
HSL0.540.570.44
HSV195°73°69°
CMYK 0.730.180.00   0.31
XYZ18.930023.670044.1285
Yxy23.67000.21830.2729
Hunter Lab48.6518-15.6879-19.7213
CIE-Lab55.7559-17.2984-24.2903

#3090af color RGB value is (48,144,175).

#3090af hex color red value is 48, green value is 144 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #3090af hue: 0.54 , saturation: 0.57 and the lightness value of 3090af is 0.44.

The process color (four color CMYK) of #3090af color hex is 0.73, 0.18, 0.00, 0.31. Web safe color of #3090af is #339999. Color #3090af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10010000 10101111
Octal 60 220 257
Decimal 48 144 175
Hex 30 90 AF

RGB Percentages of Color #3090af

%13.08
%39.24
%47.68

CMYK Percentages of Color #3090af

%73
%18
%0
%31

Triadic Colors of #3090af

#3090af #af3090 #90af30

Analogous Colors of #3090af

#3090af #3051af #30af8f

Monochromatic Colors of #3090af

#3090af

Complementary Color

#3090af #af4f30

#3090af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3090af Color Preview on White Background

Lorem ipsum dolor sit amet.

#3090af Color CSS Codes

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

#3090af Text Font Color

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

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


#3090af Background Color

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

This div background color is #3090af


#3090af Border Color

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

This div border color is #3090af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3090af


Comments

No comments written yet.

Please login to write comment.