#03486E

Color #03486E Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #03486E

Tints of Dark Cerulean #03486E

Color information

#03486E (or 0x03486E) is unknown color: approx Dark Cerulean. HEX triplet: 03, 48 and 6E. RGB value is (3,72,110). Sum of RGB (Red+Green+Blue) = 3+72+110=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 110 (43.36% from 255 or 59.46% from 185); Max value from RGB is 110 - color contains mainly: blue. Hex color #03486E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03486E is #FCB791. Grayscale: #373737. Windows color (decimal): -16562066 or 7227395. OLE color: 7227395.

HSL color Cylindrical-coordinate representation of color #03486E: hue angle of 201.31º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03486E is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB372110-
CMYK0.970.3500.57
HSL201.31º94.69%22.16%-
HSV(B)201.31º97.27%43.14%-
XYZ5.175.7815.6-
YUV55.7158.6490.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 1.62%
GREEN value IS 72 (28.52% from 255) = 38.92%
BLUE value IS 110 (43.36% from 255) = 59.46%
R=1.62%
G=38.92%
B=59.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3721100.970.3500.57201.3194.6922.16
Hex3486E6123039c95f16
Octal31101561414307131113726
Binary11100100011011101100001100011011100111001001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03486E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03486E; }

 p { color: rgb(3,72,110); }

 H1.HeaderClassName
 {
   color: #03486E;
 }
 .AnyTagClassName
 {
   color: #03486E;
 }
</style>
background-color css

<style>
 a { background-color: #03486E; }

 a { background-color: rgb(3,72,110); }

 div.DivClassName
 {
   background-color: #03486E;
 }
 .BgClassName
 {
   background-color: #03486E;
 }
</style>
border-color css

<style>
 span { border-color: #03486E; }

 span { border-color: rgb(3,72,110); }

 td.TdClassName
 {
   border-color: #03486E;
 }
 .TagClassName
 {
   border-color: #03486E;
 }
</style>