#063A56

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

Shades of Prussian Blue #063A56

Tints of Prussian Blue #063A56

Color information

#063A56 (or 0x063A56) is unknown color: approx Prussian Blue. HEX triplet: 06, 3A and 56. RGB value is (6,58,86). Sum of RGB (Red+Green+Blue) = 6+58+86=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 58 (23.05% from 255 or 38.67% from 150); Blue value is 86 (33.98% from 255 or 57.33% from 150); Max value from RGB is 86 - color contains mainly: blue. Hex color #063A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063A56 is #F9C5A9. Grayscale: #2D2D2D. Windows color (decimal): -16369066 or 5650950. OLE color: 5650950.

HSL color Cylindrical-coordinate representation of color #063A56: hue angle of 201º 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 #063A56 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB65886-
CMYK0.930.3300.66
HSL201º86.96%18.04%-
HSV(B)201º93.02%33.73%-
XYZ3.273.749.35-
YUV45.64150.7799.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4%
GREEN value IS 58 (23.05% from 255) = 38.67%
BLUE value IS 86 (33.98% from 255) = 57.33%
R=4%
G=38.67%
B=57.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal658860.930.3300.6620186.9618.04
Hex63A565D21042c95712
Octal67212613541010231112722
Binary110111010101011010111011000010100001011001001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,58,86); }

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

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

 a { background-color: rgb(6,58,86); }

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

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

 span { border-color: rgb(6,58,86); }

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