#063852

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

Shades of Prussian Blue #063852

Tints of Prussian Blue #063852

Color information

#063852 (or 0x063852) is unknown color: approx Prussian Blue. HEX triplet: 06, 38 and 52. RGB value is (6,56,82). Sum of RGB (Red+Green+Blue) = 6+56+82=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 82 (32.42% from 255 or 56.94% from 144); Max value from RGB is 82 - color contains mainly: blue. Hex color #063852 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063852 is #F9C7AD. Grayscale: #2B2B2B. Windows color (decimal): -16369582 or 5388294. OLE color: 5388294.

HSL color Cylindrical-coordinate representation of color #063852: hue angle of 200.53º 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 #063852 is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB65682-
CMYK0.930.3200.68
HSL200.53º86.36%17.25%-
HSV(B)200.53º92.68%32.16%-
XYZ3.013.488.49-
YUV44.01149.44100.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.17%
GREEN value IS 56 (22.27% from 255) = 38.89%
BLUE value IS 82 (32.42% from 255) = 56.94%
R=4.17%
G=38.89%
B=56.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal656820.930.3200.68200.5386.3617.25
Hex638525D20044c95611
Octal67012213540010431112621
Binary110111000101001010111011000000100010011001001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063852; }

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

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

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

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

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

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

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

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