#003559

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

Shades of Prussian Blue #003559

Tints of Prussian Blue #003559

Color information

#003559 (or 0x003559) is unknown color: approx Prussian Blue. HEX triplet: 00, 35 and 59. RGB value is (0,53,89). Sum of RGB (Red+Green+Blue) = 0+53+89=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 89 (35.16% from 255 or 62.68% from 142); Max value from RGB is 89 - color contains mainly: blue. Hex color #003559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003559 is #FFCAA6. Grayscale: #292929. Windows color (decimal): -16763559 or 5846272. OLE color: 5846272.

HSL color Cylindrical-coordinate representation of color #003559: hue angle of 204.27º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003559 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB05389-
CMYK10.4000.65
HSL204.27º100%17.45%-
HSV(B)204.27º100%34.9%-
XYZ3.083.279.92-
YUV41.26154.9498.57-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 53 (21.09% from 255) = 37.32%
BLUE value IS 89 (35.16% from 255) = 62.68%
R=0%
G=37.32%
B=62.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal0538910.4000.65204.2710017.45
Hex035596428041cc6411
Octal06513114450010131414421
Binary0110101101100111001001010000100000111001100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003559; }

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

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

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

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

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

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

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

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