#033A74

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

Shades of Dark Cerulean #033A74

Tints of Dark Cerulean #033A74

Color information

#033A74 (or 0x033A74) is unknown color: approx Dark Cerulean. HEX triplet: 03, 3A and 74. RGB value is (3,58,116). Sum of RGB (Red+Green+Blue) = 3+58+116=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 116 (45.70% from 255 or 65.54% from 177); Max value from RGB is 116 - color contains mainly: blue. Hex color #033A74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033A74 is #FCC58B. Grayscale: #2F2F2F. Windows color (decimal): -16565644 or 7617027. OLE color: 7617027.

HSL color Cylindrical-coordinate representation of color #033A74: hue angle of 210.8º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033A74 is Cyan = 0.97, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB358116-
CMYK0.970.500.55
HSL210.8º94.96%23.33%-
HSV(B)210.8º97.41%45.49%-
XYZ4.74.3117.11-
YUV48.17166.2895.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.69%
GREEN value IS 58 (23.05% from 255) = 32.77%
BLUE value IS 116 (45.70% from 255) = 65.54%
R=1.69%
G=32.77%
B=65.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3581160.970.500.55210.894.9623.33
Hex33A746132037d35f17
Octal3721641416206732313727
Binary1111101011101001100001110010011011111010011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,58,116); }

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

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

 a { background-color: rgb(3,58,116); }

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

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

 span { border-color: rgb(3,58,116); }

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