#033D7C

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

Shades of Dark Cerulean #033D7C

Tints of Dark Cerulean #033D7C

Color information

#033D7C (or 0x033D7C) is unknown color: approx Dark Cerulean. HEX triplet: 03, 3D and 7C. RGB value is (3,61,124). Sum of RGB (Red+Green+Blue) = 3+61+124=188 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 188); Green value is 61 (24.22% from 255 or 32.45% from 188); Blue value is 124 (48.83% from 255 or 65.96% from 188); Max value from RGB is 124 - color contains mainly: blue. Hex color #033D7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033D7C is #FCC283. Grayscale: #323232. Windows color (decimal): -16564868 or 8142083. OLE color: 8142083.

HSL color Cylindrical-coordinate representation of color #033D7C: hue angle of 211.24º 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 #033D7C is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB361124-
CMYK0.980.5100.51
HSL211.24º95.28%24.9%-
HSV(B)211.24º97.58%48.63%-
XYZ5.344.8119.72-
YUV50.84169.2893.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.60%
GREEN value IS 61 (24.22% from 255) = 32.45%
BLUE value IS 124 (48.83% from 255) = 65.96%
R=1.60%
G=32.45%
B=65.96%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3611240.980.5100.51211.2495.2824.9
Hex33D7C6233033d35f19
Octal3751741426306332313731
Binary1111110111111001100010110011011001111010011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033D7C; }

 p { color: rgb(3,61,124); }

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

<style>
 a { background-color: #033D7C; }

 a { background-color: rgb(3,61,124); }

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

<style>
 span { border-color: #033D7C; }

 span { border-color: rgb(3,61,124); }

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