#063761

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

Shades of Prussian Blue #063761

Tints of Prussian Blue #063761

Color information

#063761 (or 0x063761) is unknown color: approx Prussian Blue. HEX triplet: 06, 37 and 61. RGB value is (6,55,97). Sum of RGB (Red+Green+Blue) = 6+55+97=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 97 (38.28% from 255 or 61.39% from 158); Max value from RGB is 97 - color contains mainly: blue. Hex color #063761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063761 is #F9C89E. Grayscale: #2C2C2C. Windows color (decimal): -16369823 or 6371078. OLE color: 6371078.

HSL color Cylindrical-coordinate representation of color #063761: hue angle of 207.69º 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 #063761 is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB65597-
CMYK0.940.4300.62
HSL207.69º88.35%20.2%-
HSV(B)207.69º93.81%38.04%-
XYZ3.63.6311.82-
YUV45.14157.27100.08-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.80%
GREEN value IS 55 (21.88% from 255) = 34.81%
BLUE value IS 97 (38.28% from 255) = 61.39%
R=3.80%
G=34.81%
B=61.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal655970.940.4300.62207.6988.3520.2
Hex637615E2B03Ed05814
Octal6671411365307632013024
Binary11011011111000011011110101011011111011010000101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063761; }

 p { color: rgb(6,55,97); }

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

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

 a { background-color: rgb(6,55,97); }

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

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

 span { border-color: rgb(6,55,97); }

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