#003561

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

Shades of Prussian Blue #003561

Tints of Prussian Blue #003561

Color information

#003561 (or 0x003561) is unknown color: approx Prussian Blue. HEX triplet: 00, 35 and 61. RGB value is (0,53,97). Sum of RGB (Red+Green+Blue) = 0+53+97=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 97 (38.28% from 255 or 64.67% from 150); Max value from RGB is 97 - color contains mainly: blue. Hex color #003561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003561 is #FFCA9E. Grayscale: #292929. Windows color (decimal): -16763551 or 6370560. OLE color: 6370560.

HSL color Cylindrical-coordinate representation of color #003561: hue angle of 207.22º 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 #003561 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB05397-
CMYK10.4500.62
HSL207.22º100%19.02%-
HSV(B)207.22º100%38.04%-
XYZ3.433.4111.79-
YUV42.17158.9497.92-

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.33%
BLUE value IS 97 (38.28% from 255) = 64.67%
R=0%
G=35.33%
B=64.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0539710.4500.62207.2210019.02
Hex03561642D03Ecf6413
Octal0651411445507631714423
Binary011010111000011100100101101011111011001111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003561; }

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

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

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

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

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

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

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

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