#03357D

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

Shades of Dark Cerulean #03357D

Tints of Dark Cerulean #03357D

Color information

#03357D (or 0x03357D) is unknown color: approx Dark Cerulean. HEX triplet: 03, 35 and 7D. RGB value is (3,53,125). Sum of RGB (Red+Green+Blue) = 3+53+125=181 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.66% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 125 (49.22% from 255 or 69.06% from 181); Max value from RGB is 125 - color contains mainly: blue. Hex color #03357D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03357D is #FCCA82. Grayscale: #2D2D2D. Windows color (decimal): -16566915 or 8205571. OLE color: 8205571.

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

Color convert

RGB353125-
CMYK0.980.5800.51
HSL215.41º95.31%25.1%-
HSV(B)215.41º97.6%49.02%-
XYZ5.014.0519.92-
YUV46.26172.4497.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.66%
GREEN value IS 53 (21.09% from 255) = 29.28%
BLUE value IS 125 (49.22% from 255) = 69.06%
R=1.66%
G=29.28%
B=69.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3531250.980.5800.51215.4195.3125.1
Hex3357D623A033d75f19
Octal3651751427206332713731
Binary1111010111111011100010111010011001111010111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03357D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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