#03558C

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

Shades of Dark Cerulean #03558C

Tints of Dark Cerulean #03558C

Color information

#03558C (or 0x03558C) is unknown color: approx Dark Cerulean. HEX triplet: 03, 55 and 8C. RGB value is (3,85,140). Sum of RGB (Red+Green+Blue) = 3+85+140=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 140 (55.08% from 255 or 61.40% from 228); Max value from RGB is 140 - color contains mainly: blue. Hex color #03558C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03558C is #FCAA73. Grayscale: #424242. Windows color (decimal): -16558708 or 9196803. OLE color: 9196803.

HSL color Cylindrical-coordinate representation of color #03558C: hue angle of 204.09º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03558C is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB385140-
CMYK0.980.3900.45
HSL204.09º95.8%28.04%-
HSV(B)204.09º97.86%54.9%-
XYZ8.028.4126.01-
YUV66.75169.3382.53-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.32%
GREEN value IS 85 (33.59% from 255) = 37.28%
BLUE value IS 140 (55.08% from 255) = 61.40%
R=1.32%
G=37.28%
B=61.40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3851400.980.3900.45204.0995.828.04
Hex3558C622702Dcc601c
Octal31252141424705531414034
Binary111010101100011001100010100111010110111001100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03558C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,85,140); }

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

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

 a { background-color: rgb(3,85,140); }

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

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

 span { border-color: rgb(3,85,140); }

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