#003563

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

Shades of Prussian Blue #003563

Tints of Prussian Blue #003563

Color information

#003563 (or 0x003563) is unknown color: approx Prussian Blue. HEX triplet: 00, 35 and 63. RGB value is (0,53,99). Sum of RGB (Red+Green+Blue) = 0+53+99=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 99 (39.06% from 255 or 65.13% from 152); Max value from RGB is 99 - color contains mainly: blue. Hex color #003563 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003563 is #FFCA9C. Grayscale: #2A2A2A. Windows color (decimal): -16763549 or 6501632. OLE color: 6501632.

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

Color convert

RGB05399-
CMYK10.4600.61
HSL207.88º100%19.41%-
HSV(B)207.88º100%38.82%-
XYZ3.533.4512.28-
YUV42.4159.9497.76-

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) = 34.87%
BLUE value IS 99 (39.06% from 255) = 65.13%
R=0%
G=34.87%
B=65.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal0539910.4600.61207.8810019.41
Hex03563642E03Dd06413
Octal0651431445607532014423
Binary011010111000111100100101110011110111010000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003563; }

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

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

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

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

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

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

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

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