#033C7A

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

Shades of Dark Cerulean #033C7A

Tints of Dark Cerulean #033C7A

Color information

#033C7A (or 0x033C7A) is unknown color: approx Dark Cerulean. HEX triplet: 03, 3C and 7A. RGB value is (3,60,122). Sum of RGB (Red+Green+Blue) = 3+60+122=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 122 (48.05% from 255 or 65.95% from 185); Max value from RGB is 122 - color contains mainly: blue. Hex color #033C7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033C7A is #FCC385. Grayscale: #313131. Windows color (decimal): -16565126 or 8010755. OLE color: 8010755.

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

Color convert

RGB360122-
CMYK0.980.5100.52
HSL211.26º95.2%24.51%-
HSV(B)211.26º97.54%47.84%-
XYZ5.174.6619.04-
YUV50.02168.6294.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.62%
GREEN value IS 60 (23.83% from 255) = 32.43%
BLUE value IS 122 (48.05% from 255) = 65.95%
R=1.62%
G=32.43%
B=65.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3601220.980.5100.52211.2695.224.51
Hex33C7A6233034d35f19
Octal3741721426306432313731
Binary1111110011110101100010110011011010011010011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,60,122); }

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

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

 a { background-color: rgb(3,60,122); }

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

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

 span { border-color: rgb(3,60,122); }

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