#033559

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

Shades of Prussian Blue #033559

Tints of Prussian Blue #033559

Color information

#033559 (or 0x033559) is unknown color: approx Prussian Blue. HEX triplet: 03, 35 and 59. RGB value is (3,53,89). Sum of RGB (Red+Green+Blue) = 3+53+89=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 89 (35.16% from 255 or 61.38% from 145); Max value from RGB is 89 - color contains mainly: blue. Hex color #033559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033559 is #FCCAA6. Grayscale: #292929. Windows color (decimal): -16566951 or 5846275. OLE color: 5846275.

HSL color Cylindrical-coordinate representation of color #033559: hue angle of 205.12º degrees, saturation: 0.93, 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 #033559 is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB35389-
CMYK0.970.4000.65
HSL205.12º93.48%18.04%-
HSV(B)205.12º96.63%34.9%-
XYZ3.113.299.92-
YUV42.15154.44100.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.07%
GREEN value IS 53 (21.09% from 255) = 36.55%
BLUE value IS 89 (35.16% from 255) = 61.38%
R=2.07%
G=36.55%
B=61.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal353890.970.4000.65205.1293.4818.04
Hex335596128041cd5d12
Octal36513114150010131513522
Binary11110101101100111000011010000100000111001101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033559; }

 p { color: rgb(3,53,89); }

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

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

 a { background-color: rgb(3,53,89); }

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

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

 span { border-color: rgb(3,53,89); }

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