#033C5A

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

Shades of Prussian Blue #033C5A

Tints of Prussian Blue #033C5A

Color information

#033C5A (or 0x033C5A) is unknown color: approx Prussian Blue. HEX triplet: 03, 3C and 5A. RGB value is (3,60,90). Sum of RGB (Red+Green+Blue) = 3+60+90=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 60 (23.83% from 255 or 39.22% from 153); Blue value is 90 (35.55% from 255 or 58.82% from 153); Max value from RGB is 90 - color contains mainly: blue. Hex color #033C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033C5A is #FCC3A5. Grayscale: #2E2E2E. Windows color (decimal): -16565158 or 5913603. OLE color: 5913603.

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

Color convert

RGB36090-
CMYK0.970.3300.65
HSL200.69º93.55%18.24%-
HSV(B)200.69º96.67%35.29%-
XYZ3.53.9910.26-
YUV46.38152.6297.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.96%
GREEN value IS 60 (23.83% from 255) = 39.22%
BLUE value IS 90 (35.55% from 255) = 58.82%
R=1.96%
G=39.22%
B=58.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal360900.970.3300.65200.6993.5518.24
Hex33C5A6121041c95e12
Octal37413214141010131113622
Binary11111100101101011000011000010100000111001001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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