Color Hex Logo

#3085ad Color Hex

#3085AD
(48,133,173)
0 Favorites   0 Comments

Color spaces of #3085ad

RGB 48133173
HSL0.550.570.43
HSV199°72°68°
CMYK 0.720.230.00   0.32
XYZ17.149320.420642.5729
Yxy20.42060.21400.2548
Hunter Lab45.1892-11.3402-24.2250
CIE-Lab52.3095-11.9020-28.4723

#3085ad color RGB value is (48,133,173).

#3085ad hex color red value is 48, green value is 133 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #3085ad hue: 0.55 , saturation: 0.57 and the lightness value of 3085ad is 0.43.

The process color (four color CMYK) of #3085ad color hex is 0.72, 0.23, 0.00, 0.32. Web safe color of #3085ad is #339999. Color #3085ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000101 10101101
Octal 60 205 255
Decimal 48 133 173
Hex 30 85 AD

RGB Percentages of Color #3085ad

%13.56
%37.57
%48.87

CMYK Percentages of Color #3085ad

%72
%23
%0
%32

Triadic Colors of #3085ad

#3085ad #ad3085 #85ad30

Analogous Colors of #3085ad

#3085ad #3046ad #30ad97

Monochromatic Colors of #3085ad

#3085ad

Complementary Color

#3085ad #ad5830

#3085ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3085ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3085ad Color CSS Codes

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

#3085ad Text Font Color

<p style="color:#3085ad">Text here</p>

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


#3085ad Background Color

<div style="background-color:#3085ad">
Div content here</div>

This div background color is #3085ad


#3085ad Border Color

<div style="border:3px solid #3085ad">
Div here</div>

This div border color is #3085ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,133,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3085ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3085ad;
  -webkit-box-shadow: 1px 1px 3px 2px #3085ad;
  box-shadow:         1px 1px 3px 2px #3085ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3085ad


Comments

No comments written yet.

Please login to write comment.