#063555

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

Shades of Prussian Blue #063555

Tints of Prussian Blue #063555

Color information

#063555 (or 0x063555) is unknown color: approx Prussian Blue. HEX triplet: 06, 35 and 55. RGB value is (6,53,85). Sum of RGB (Red+Green+Blue) = 6+53+85=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 85 (33.59% from 255 or 59.03% from 144); Max value from RGB is 85 - color contains mainly: blue. Hex color #063555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063555 is #F9CAAA. Grayscale: #2A2A2A. Windows color (decimal): -16370347 or 5584134. OLE color: 5584134.

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

Color convert

RGB65385-
CMYK0.930.3800.67
HSL204.3º86.81%17.84%-
HSV(B)204.3º92.94%33.33%-
XYZ2.993.249.06-
YUV42.59151.93101.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.17%
GREEN value IS 53 (21.09% from 255) = 36.81%
BLUE value IS 85 (33.59% from 255) = 59.03%
R=4.17%
G=36.81%
B=59.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal653850.930.3800.67204.386.8117.84
Hex635555D26043cc5712
Octal66512513546010331412722
Binary110110101101010110111011001100100001111001100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063555; }

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

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

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

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

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

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

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

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