#033C5C

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

Shades of Prussian Blue #033C5C

Tints of Prussian Blue #033C5C

Color information

#033C5C (or 0x033C5C) is unknown color: approx Prussian Blue. HEX triplet: 03, 3C and 5C. RGB value is (3,60,92). Sum of RGB (Red+Green+Blue) = 3+60+92=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 92 (36.33% from 255 or 59.35% from 155); Max value from RGB is 92 - color contains mainly: blue. Hex color #033C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033C5C is #FCC3A3. Grayscale: #2E2E2E. Windows color (decimal): -16565156 or 6044675. OLE color: 6044675.

HSL color Cylindrical-coordinate representation of color #033C5C: hue angle of 201.57º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033C5C is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB36092-
CMYK0.970.3500.64
HSL201.57º93.68%18.63%-
HSV(B)201.57º96.74%36.08%-
XYZ3.594.0210.71-
YUV46.6153.6296.9-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.94%
GREEN value IS 60 (23.83% from 255) = 38.71%
BLUE value IS 92 (36.33% from 255) = 59.35%
R=1.94%
G=38.71%
B=59.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal360920.970.3500.64201.5793.6818.63
Hex33C5C6123040ca5e13
Octal37413414143010031213623
Binary11111100101110011000011000110100000011001010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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