#03486B

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

Shades of Dark Cerulean #03486B

Tints of Dark Cerulean #03486B

Color information

#03486B (or 0x03486B) is unknown color: approx Dark Cerulean. HEX triplet: 03, 48 and 6B. RGB value is (3,72,107). Sum of RGB (Red+Green+Blue) = 3+72+107=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 107 (42.19% from 255 or 58.79% from 182); Max value from RGB is 107 - color contains mainly: blue. Hex color #03486B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03486B is #FCB794. Grayscale: #373737. Windows color (decimal): -16562069 or 7030787. OLE color: 7030787.

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

Color convert

RGB372107-
CMYK0.970.3300.58
HSL200.19º94.55%21.57%-
HSV(B)200.19º97.2%41.96%-
XYZ5.015.7214.75-
YUV55.36157.1490.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.65%
GREEN value IS 72 (28.52% from 255) = 39.56%
BLUE value IS 107 (42.19% from 255) = 58.79%
R=1.65%
G=39.56%
B=58.79%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3721070.970.3300.58200.1994.5521.57
Hex3486B612103Ac85f16
Octal31101531414107231013726
Binary11100100011010111100001100001011101011001000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03486B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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