#063760

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

Shades of Prussian Blue #063760

Tints of Prussian Blue #063760

Color information

#063760 (or 0x063760) is unknown color: approx Prussian Blue. HEX triplet: 06, 37 and 60. RGB value is (6,55,96). Sum of RGB (Red+Green+Blue) = 6+55+96=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 96 (37.89% from 255 or 61.15% from 157); Max value from RGB is 96 - color contains mainly: blue. Hex color #063760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063760 is #F9C89F. Grayscale: #2C2C2C. Windows color (decimal): -16369824 or 6305542. OLE color: 6305542.

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

Color convert

RGB65596-
CMYK0.940.4300.62
HSL207.33º88.24%20%-
HSV(B)207.33º93.75%37.65%-
XYZ3.553.6211.58-
YUV45.02156.77100.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.82%
GREEN value IS 55 (21.88% from 255) = 35.03%
BLUE value IS 96 (37.89% from 255) = 61.15%
R=3.82%
G=35.03%
B=61.15%

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
Decimal655960.940.4300.62207.3388.2420
Hex637605E2B03Ecf5814
Octal6671401365307631713024
Binary11011011111000001011110101011011111011001111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063760; }

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

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

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

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

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

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

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

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