#003558

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

Shades of Prussian Blue #003558

Tints of Prussian Blue #003558

Color information

#003558 (or 0x003558) is unknown color: approx Prussian Blue. HEX triplet: 00, 35 and 58. RGB value is (0,53,88). Sum of RGB (Red+Green+Blue) = 0+53+88=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 88 (34.77% from 255 or 62.41% from 141); Max value from RGB is 88 - color contains mainly: blue. Hex color #003558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003558 is #FFCAA7. Grayscale: #282828. Windows color (decimal): -16763560 or 5780736. OLE color: 5780736.

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

Color convert

RGB05388-
CMYK10.4000.65
HSL203.86º100%17.25%-
HSV(B)203.86º100%34.51%-
XYZ3.033.259.7-
YUV41.14154.4498.65-

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.59%
BLUE value IS 88 (34.77% from 255) = 62.41%
R=0%
G=37.59%
B=62.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal0538810.4000.65203.8610017.25
Hex035586428041cc6411
Octal06513014450010131414421
Binary0110101101100011001001010000100000111001100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003558; }

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

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

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

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

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

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

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

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