#063562

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

Shades of Prussian Blue #063562

Tints of Prussian Blue #063562

Color information

#063562 (or 0x063562) is unknown color: approx Prussian Blue. HEX triplet: 06, 35 and 62. RGB value is (6,53,98). Sum of RGB (Red+Green+Blue) = 6+53+98=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 98 (38.67% from 255 or 62.42% from 157); Max value from RGB is 98 - color contains mainly: blue. Hex color #063562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063562 is #F9CA9D. Grayscale: #2B2B2B. Windows color (decimal): -16370334 or 6436102. OLE color: 6436102.

HSL color Cylindrical-coordinate representation of color #063562: hue angle of 209.35º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #063562 is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB65398-
CMYK0.940.4600.62
HSL209.35º88.46%20.39%-
HSV(B)209.35º93.88%38.43%-
XYZ3.553.4712.04-
YUV44.08158.43100.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.82%
GREEN value IS 53 (21.09% from 255) = 33.76%
BLUE value IS 98 (38.67% from 255) = 62.42%
R=3.82%
G=33.76%
B=62.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal653980.940.4600.62209.3588.4620.39
Hex635625E2E03Ed15814
Octal6651421365607632113024
Binary11011010111000101011110101110011111011010001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063562; }

 p { color: rgb(6,53,98); }

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

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

 a { background-color: rgb(6,53,98); }

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

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

 span { border-color: rgb(6,53,98); }

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