#063A57

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

Shades of Prussian Blue #063A57

Tints of Prussian Blue #063A57

Color information

#063A57 (or 0x063A57) is unknown color: approx Prussian Blue. HEX triplet: 06, 3A and 57. RGB value is (6,58,87). Sum of RGB (Red+Green+Blue) = 6+58+87=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 58 (23.05% from 255 or 38.41% from 151); Blue value is 87 (34.38% from 255 or 57.62% from 151); Max value from RGB is 87 - color contains mainly: blue. Hex color #063A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063A57 is #F9C5A8. Grayscale: #2D2D2D. Windows color (decimal): -16369065 or 5716486. OLE color: 5716486.

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

Color convert

RGB65887-
CMYK0.930.3300.66
HSL201.48º87.1%18.24%-
HSV(B)201.48º93.1%34.12%-
XYZ3.313.759.57-
YUV45.76151.2799.64-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.97%
GREEN value IS 58 (23.05% from 255) = 38.41%
BLUE value IS 87 (34.38% from 255) = 57.62%
R=3.97%
G=38.41%
B=57.62%

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
Decimal658870.930.3300.66201.4887.118.24
Hex63A575D21042c95712
Octal67212713541010231112722
Binary110111010101011110111011000010100001011001001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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