#063B57

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

Shades of Prussian Blue #063B57

Tints of Prussian Blue #063B57

Color information

#063B57 (or 0x063B57) is unknown color: approx Prussian Blue. HEX triplet: 06, 3B and 57. RGB value is (6,59,87). Sum of RGB (Red+Green+Blue) = 6+59+87=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 87 (34.38% from 255 or 57.24% from 152); Max value from RGB is 87 - color contains mainly: blue. Hex color #063B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063B57 is #F9C4A8. Grayscale: #2E2E2E. Windows color (decimal): -16368809 or 5716742. OLE color: 5716742.

HSL color Cylindrical-coordinate representation of color #063B57: hue angle of 200.74º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063B57 is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB65987-
CMYK0.930.3200.66
HSL200.74º87.1%18.24%-
HSV(B)200.74º93.1%34.12%-
XYZ3.363.859.58-
YUV46.34150.9499.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.95%
GREEN value IS 59 (23.44% from 255) = 38.82%
BLUE value IS 87 (34.38% from 255) = 57.24%
R=3.95%
G=38.82%
B=57.24%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal659870.930.3200.66200.7487.118.24
Hex63B575D20042c95712
Octal67312713540010231112722
Binary110111011101011110111011000000100001011001001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063B57; }

 p { color: rgb(6,59,87); }

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

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

 a { background-color: rgb(6,59,87); }

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

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

 span { border-color: rgb(6,59,87); }

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