#03357F

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

Shades of Dark Cerulean #03357F

Tints of Dark Cerulean #03357F

Color information

#03357F (or 0x03357F) is unknown color: approx Dark Cerulean. HEX triplet: 03, 35 and 7F. RGB value is (3,53,127). Sum of RGB (Red+Green+Blue) = 3+53+127=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 127 (50% from 255 or 69.40% from 183); Max value from RGB is 127 - color contains mainly: blue. Hex color #03357F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03357F is #FCCA80. Grayscale: #2E2E2E. Windows color (decimal): -16566913 or 8336643. OLE color: 8336643.

HSL color Cylindrical-coordinate representation of color #03357F: hue angle of 215.81º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03357F is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB353127-
CMYK0.980.5800.50
HSL215.81º95.38%25.49%-
HSV(B)215.81º97.64%49.8%-
XYZ5.144.120.6-
YUV46.49173.4496.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.64%
GREEN value IS 53 (21.09% from 255) = 28.96%
BLUE value IS 127 (50% from 255) = 69.40%
R=1.64%
G=28.96%
B=69.40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3531270.980.5800.50215.8195.3825.49
Hex3357F623A032d85f19
Octal3651771427206233013731
Binary1111010111111111100010111010011001011011000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03357F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03357F; }

 p { color: rgb(3,53,127); }

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

<style>
 a { background-color: #03357F; }

 a { background-color: rgb(3,53,127); }

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

<style>
 span { border-color: #03357F; }

 span { border-color: rgb(3,53,127); }

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