#003553

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

Shades of Prussian Blue #003553

Tints of Prussian Blue #003553

Color information

#003553 (or 0x003553) is unknown color: approx Prussian Blue. HEX triplet: 00, 35 and 53. RGB value is (0,53,83). Sum of RGB (Red+Green+Blue) = 0+53+83=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 83 (32.81% from 255 or 61.03% from 136); Max value from RGB is 83 - color contains mainly: blue. Hex color #003553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003553 is #FFCAAC. Grayscale: #282828. Windows color (decimal): -16763565 or 5453056. OLE color: 5453056.

HSL color Cylindrical-coordinate representation of color #003553: hue angle of 201.69º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003553 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB05383-
CMYK10.3600.67
HSL201.69º100%16.27%-
HSV(B)201.69º100%32.55%-
XYZ2.833.178.65-
YUV40.57151.9499.06-

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) = 38.97%
BLUE value IS 83 (32.81% from 255) = 61.03%
R=0%
G=38.97%
B=61.03%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0538310.3600.67201.6910016.27
Hex035536424043ca6410
Octal06512314444010331214420
Binary0110101101001111001001001000100001111001010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003553; }

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

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

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

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

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

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

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

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