#063652

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

Shades of Prussian Blue #063652

Tints of Prussian Blue #063652

Color information

#063652 (or 0x063652) is unknown color: approx Prussian Blue. HEX triplet: 06, 36 and 52. RGB value is (6,54,82). Sum of RGB (Red+Green+Blue) = 6+54+82=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 54 (21.48% from 255 or 38.03% from 142); Blue value is 82 (32.42% from 255 or 57.75% from 142); Max value from RGB is 82 - color contains mainly: blue. Hex color #063652 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063652 is #F9C9AD. Grayscale: #2A2A2A. Windows color (decimal): -16370094 or 5387782. OLE color: 5387782.

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

Color convert

RGB65482-
CMYK0.930.3400.68
HSL202.11º86.36%17.25%-
HSV(B)202.11º92.68%32.16%-
XYZ2.923.298.46-
YUV42.84150.1101.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.23%
GREEN value IS 54 (21.48% from 255) = 38.03%
BLUE value IS 82 (32.42% from 255) = 57.75%
R=4.23%
G=38.03%
B=57.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal654820.930.3400.68202.1186.3617.25
Hex636525D22044ca5611
Octal66612213542010431212621
Binary110110110101001010111011000100100010011001010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063652; }

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

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

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

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

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

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

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

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