#063952

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

Shades of Prussian Blue #063952

Tints of Prussian Blue #063952

Color information

#063952 (or 0x063952) is unknown color: approx Prussian Blue. HEX triplet: 06, 39 and 52. RGB value is (6,57,82). Sum of RGB (Red+Green+Blue) = 6+57+82=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 57 (22.66% from 255 or 39.31% from 145); Blue value is 82 (32.42% from 255 or 56.55% from 145); Max value from RGB is 82 - color contains mainly: blue. Hex color #063952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063952 is #F9C6AD. Grayscale: #2C2C2C. Windows color (decimal): -16369326 or 5388550. OLE color: 5388550.

HSL color Cylindrical-coordinate representation of color #063952: hue angle of 199.74º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063952 is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB65782-
CMYK0.930.3000.68
HSL199.74º86.36%17.25%-
HSV(B)199.74º92.68%32.16%-
XYZ3.063.578.51-
YUV44.6149.1100.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.14%
GREEN value IS 57 (22.66% from 255) = 39.31%
BLUE value IS 82 (32.42% from 255) = 56.55%
R=4.14%
G=39.31%
B=56.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal657820.930.3000.68199.7486.3617.25
Hex639525D1E044c85611
Octal67112213536010431012621
Binary11011100110100101011101111100100010011001000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063952; }

 p { color: rgb(6,57,82); }

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

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

 a { background-color: rgb(6,57,82); }

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

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

 span { border-color: rgb(6,57,82); }

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