#03426E

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

Shades of Dark Cerulean #03426E

Tints of Dark Cerulean #03426E

Color information

#03426E (or 0x03426E) is unknown color: approx Dark Cerulean. HEX triplet: 03, 42 and 6E. RGB value is (3,66,110). Sum of RGB (Red+Green+Blue) = 3+66+110=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 110 (43.36% from 255 or 61.45% from 179); Max value from RGB is 110 - color contains mainly: blue. Hex color #03426E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03426E is #FCBD91. Grayscale: #333333. Windows color (decimal): -16563602 or 7225859. OLE color: 7225859.

HSL color Cylindrical-coordinate representation of color #03426E: hue angle of 204.67º 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 #03426E is Cyan = 0.97, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB366110-
CMYK0.970.400.57
HSL204.67º94.69%22.16%-
HSV(B)204.67º97.27%43.14%-
XYZ4.85.0415.47-
YUV52.18160.6392.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.68%
GREEN value IS 66 (26.17% from 255) = 36.87%
BLUE value IS 110 (43.36% from 255) = 61.45%
R=1.68%
G=36.87%
B=61.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3661100.970.400.57204.6794.6922.16
Hex3426E6128039cd5f16
Octal31021561415007131513726
Binary11100001011011101100001101000011100111001101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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