#03466C

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

Shades of Dark Cerulean #03466C

Tints of Dark Cerulean #03466C

Color information

#03466C (or 0x03466C) is unknown color: approx Dark Cerulean. HEX triplet: 03, 46 and 6C. RGB value is (3,70,108). Sum of RGB (Red+Green+Blue) = 3+70+108=181 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.66% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 108 (42.58% from 255 or 59.67% from 181); Max value from RGB is 108 - color contains mainly: blue. Hex color #03466C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03466C is #FCB993. Grayscale: #363636. Windows color (decimal): -16562580 or 7095811. OLE color: 7095811.

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

Color convert

RGB370108-
CMYK0.970.3500.58
HSL201.71º94.59%21.76%-
HSV(B)201.71º97.22%42.35%-
XYZ4.935.4814.99-
YUV54.3158.391.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.66%
GREEN value IS 70 (27.73% from 255) = 38.67%
BLUE value IS 108 (42.58% from 255) = 59.67%
R=1.66%
G=38.67%
B=59.67%

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
Decimal3701080.970.3500.58201.7194.5921.76
Hex3466C612303Aca5f16
Octal31061541414307231213726
Binary11100011011011001100001100011011101011001010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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