#03486F

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

Shades of Dark Cerulean #03486F

Tints of Dark Cerulean #03486F

Color information

#03486F (or 0x03486F) is unknown color: approx Dark Cerulean. HEX triplet: 03, 48 and 6F. RGB value is (3,72,111). Sum of RGB (Red+Green+Blue) = 3+72+111=186 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.61% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 111 (43.75% from 255 or 59.68% from 186); Max value from RGB is 111 - color contains mainly: blue. Hex color #03486F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03486F is #FCB790. Grayscale: #373737. Windows color (decimal): -16562065 or 7292931. OLE color: 7292931.

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

Color convert

RGB372111-
CMYK0.970.3500.56
HSL201.67º94.74%22.35%-
HSV(B)201.67º97.3%43.53%-
XYZ5.225.815.88-
YUV55.82159.1490.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.61%
GREEN value IS 72 (28.52% from 255) = 38.71%
BLUE value IS 111 (43.75% from 255) = 59.68%
R=1.61%
G=38.71%
B=59.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3721110.970.3500.56201.6794.7422.35
Hex3486F6123038ca5f16
Octal31101571414307031213726
Binary11100100011011111100001100011011100011001010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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