#063351

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

Shades of Prussian Blue #063351

Tints of Prussian Blue #063351

Color information

#063351 (or 0x063351) is unknown color: approx Prussian Blue. HEX triplet: 06, 33 and 51. RGB value is (6,51,81). Sum of RGB (Red+Green+Blue) = 6+51+81=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 81 (32.03% from 255 or 58.70% from 138); Max value from RGB is 81 - color contains mainly: blue. Hex color #063351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063351 is #F9CCAE. Grayscale: #282828. Windows color (decimal): -16370863 or 5321478. OLE color: 5321478.

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

Color convert

RGB65181-
CMYK0.930.3700.68
HSL204º86.21%17.06%-
HSV(B)204º92.59%31.76%-
XYZ2.7438.22-
YUV40.96150.59103.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.35%
GREEN value IS 51 (20.31% from 255) = 36.96%
BLUE value IS 81 (32.03% from 255) = 58.70%
R=4.35%
G=36.96%
B=58.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal651810.930.3700.6820486.2117.06
Hex633515D25044cc5611
Octal66312113545010431412621
Binary110110011101000110111011001010100010011001100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063351; }

 p { color: rgb(6,51,81); }

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

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

 a { background-color: rgb(6,51,81); }

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

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

 span { border-color: rgb(6,51,81); }

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