#033C6C

Color #033C6C Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #033C6C

Tints of Prussian Blue #033C6C

Color information

#033C6C (or 0x033C6C) is unknown color: approx Prussian Blue. HEX triplet: 03, 3C and 6C. RGB value is (3,60,108). Sum of RGB (Red+Green+Blue) = 3+60+108=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 108 (42.58% from 255 or 63.16% from 171); Max value from RGB is 108 - color contains mainly: blue. Hex color #033C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033C6C is #FCC393. Grayscale: #303030. Windows color (decimal): -16565140 or 7093251. OLE color: 7093251.

HSL color Cylindrical-coordinate representation of color #033C6C: hue angle of 207.43º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033C6C is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB360108-
CMYK0.970.4400.58
HSL207.43º94.59%21.76%-
HSV(B)207.43º97.22%42.35%-
XYZ4.364.3314.79-
YUV48.43161.6295.6-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.75%
GREEN value IS 60 (23.83% from 255) = 35.09%
BLUE value IS 108 (42.58% from 255) = 63.16%
R=1.75%
G=35.09%
B=63.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3601080.970.4400.58207.4394.5921.76
Hex33C6C612C03Acf5f16
Octal3741541415407231713726
Binary1111110011011001100001101100011101011001111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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