#063261

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

Shades of Prussian Blue #063261

Tints of Prussian Blue #063261

Color information

#063261 (or 0x063261) is unknown color: approx Prussian Blue. HEX triplet: 06, 32 and 61. RGB value is (6,50,97). Sum of RGB (Red+Green+Blue) = 6+50+97=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 97 (38.28% from 255 or 63.40% from 153); Max value from RGB is 97 - color contains mainly: blue. Hex color #063261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063261 is #F9CD9E. Grayscale: #292929. Windows color (decimal): -16371103 or 6369798. OLE color: 6369798.

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

Color convert

RGB65097-
CMYK0.940.4800.62
HSL210.99º88.35%20.2%-
HSV(B)210.99º93.81%38.04%-
XYZ3.373.1811.75-
YUV42.2158.92102.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.92%
GREEN value IS 50 (19.92% from 255) = 32.68%
BLUE value IS 97 (38.28% from 255) = 63.40%
R=3.92%
G=32.68%
B=63.40%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal650970.940.4800.62210.9988.3520.2
Hex632615E3003Ed35814
Octal6621411366007632313024
Binary11011001011000011011110110000011111011010011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063261; }

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

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

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

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

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

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

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

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