#063558

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

Shades of Prussian Blue #063558

Tints of Prussian Blue #063558

Color information

#063558 (or 0x063558) is unknown color: approx Prussian Blue. HEX triplet: 06, 35 and 58. RGB value is (6,53,88). Sum of RGB (Red+Green+Blue) = 6+53+88=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 88 (34.77% from 255 or 59.86% from 147); Max value from RGB is 88 - color contains mainly: blue. Hex color #063558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063558 is #F9CAA7. Grayscale: #2A2A2A. Windows color (decimal): -16370344 or 5780742. OLE color: 5780742.

HSL color Cylindrical-coordinate representation of color #063558: hue angle of 205.61º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063558 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB65388-
CMYK0.930.4000.65
HSL205.61º87.23%18.43%-
HSV(B)205.61º93.18%34.51%-
XYZ3.113.299.7-
YUV42.94153.43101.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 4.08%
GREEN value IS 53 (21.09% from 255) = 36.05%
BLUE value IS 88 (34.77% from 255) = 59.86%
R=4.08%
G=36.05%
B=59.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal653880.930.4000.65205.6187.2318.43
Hex635585D28041ce5712
Octal66513013550010131612722
Binary110110101101100010111011010000100000111001110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063558; }

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

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

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

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

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

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

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

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