#063250

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

Shades of Prussian Blue #063250

Tints of Prussian Blue #063250

Color information

#063250 (or 0x063250) is unknown color: approx Prussian Blue. HEX triplet: 06, 32 and 50. RGB value is (6,50,80). Sum of RGB (Red+Green+Blue) = 6+50+80=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 80 (31.64% from 255 or 58.82% from 136); Max value from RGB is 80 - color contains mainly: blue. Hex color #063250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063250 is #F9CDAF. Grayscale: #282828. Windows color (decimal): -16371120 or 5255686. OLE color: 5255686.

HSL color Cylindrical-coordinate representation of color #063250: hue angle of 204.32º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063250 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB65080-
CMYK0.920.3700.69
HSL204.32º86.05%16.86%-
HSV(B)204.32º92.5%31.37%-
XYZ2.662.98.01-
YUV40.26150.42103.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.41%
GREEN value IS 50 (19.92% from 255) = 36.76%
BLUE value IS 80 (31.64% from 255) = 58.82%
R=4.41%
G=36.76%
B=58.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal650800.920.3700.69204.3286.0516.86
Hex632505C25045cc5611
Octal66212013445010531412621
Binary110110010101000010111001001010100010111001100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063250; }

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

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

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

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

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

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

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

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