#003560

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

Shades of Prussian Blue #003560

Tints of Prussian Blue #003560

Color information

#003560 (or 0x003560) is unknown color: approx Prussian Blue. HEX triplet: 00, 35 and 60. RGB value is (0,53,96). Sum of RGB (Red+Green+Blue) = 0+53+96=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 96 (37.89% from 255 or 64.43% from 149); Max value from RGB is 96 - color contains mainly: blue. Hex color #003560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003560 is #FFCA9F. Grayscale: #292929. Windows color (decimal): -16763552 or 6305024. OLE color: 6305024.

HSL color Cylindrical-coordinate representation of color #003560: hue angle of 206.88º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003560 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB05396-
CMYK10.4500.62
HSL206.88º100%18.82%-
HSV(B)206.88º100%37.65%-
XYZ3.383.3911.54-
YUV42.06158.4498-

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) = 35.57%
BLUE value IS 96 (37.89% from 255) = 64.43%
R=0%
G=35.57%
B=64.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0539610.4500.62206.8810018.82
Hex03560642D03Ecf6413
Octal0651401445507631714423
Binary011010111000001100100101101011111011001111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003560; }

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

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

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

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

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

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

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

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