#03466B

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

Shades of Dark Cerulean #03466B

Tints of Dark Cerulean #03466B

Color information

#03466B (or 0x03466B) is unknown color: approx Dark Cerulean. HEX triplet: 03, 46 and 6B. RGB value is (3,70,107). Sum of RGB (Red+Green+Blue) = 3+70+107=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 107 (42.19% from 255 or 59.44% from 180); Max value from RGB is 107 - color contains mainly: blue. Hex color #03466B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03466B is #FCB994. Grayscale: #353535. Windows color (decimal): -16562581 or 7030275. OLE color: 7030275.

HSL color Cylindrical-coordinate representation of color #03466B: hue angle of 201.35º 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 #03466B is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB370107-
CMYK0.970.3500.58
HSL201.35º94.55%21.57%-
HSV(B)201.35º97.2%41.96%-
XYZ4.885.4614.71-
YUV54.18157.891.49-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.67%
GREEN value IS 70 (27.73% from 255) = 38.89%
BLUE value IS 107 (42.19% from 255) = 59.44%
R=1.67%
G=38.89%
B=59.44%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3701070.970.3500.58201.3594.5521.57
Hex3466B612303Ac95f16
Octal31061531414307231113726
Binary11100011011010111100001100011011101011001001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03466B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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