#063477

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

Shades of Prussian Blue #063477

Tints of Prussian Blue #063477

Color information

#063477 (or 0x063477) is unknown color: approx Prussian Blue. HEX triplet: 06, 34 and 77. RGB value is (6,52,119). Sum of RGB (Red+Green+Blue) = 6+52+119=177 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.39% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 119 (46.88% from 255 or 67.23% from 177); Max value from RGB is 119 - color contains mainly: blue. Hex color #063477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063477 is #F9CB88. Grayscale: #2D2D2D. Windows color (decimal): -16370569 or 7812102. OLE color: 7812102.

HSL color Cylindrical-coordinate representation of color #063477: hue angle of 215.58º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063477 is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB652119-
CMYK0.950.5600.53
HSL215.58º90.4%24.51%-
HSV(B)215.58º94.96%46.67%-
XYZ4.633.8317.95-
YUV45.88169.2699.55-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.39%
GREEN value IS 52 (20.70% from 255) = 29.38%
BLUE value IS 119 (46.88% from 255) = 67.23%
R=3.39%
G=29.38%
B=67.23%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6521190.950.5600.53215.5890.424.51
Hex634775F38035d85a19
Octal6641671377006533013231
Binary11011010011101111011111111000011010111011000101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063477; }

 p { color: rgb(6,52,119); }

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

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

 a { background-color: rgb(6,52,119); }

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

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

 span { border-color: rgb(6,52,119); }

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