Shades of Prussian Blue #063350
Tints of Prussian Blue #063350
RGB
CMYK
RGB Variations
Color information
#063350 (or 0x063350) is known color: Prussian Blue. HEX triplet: 06, 33 and 50. RGB value is (6,51,80). Sum of RGB (Red+Green+Blue) = 6+51+80=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 80 (31.64% from 255 or 58.39% from 137); Max value from RGB is 80 - color contains mainly: blue. Hex color #063350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063350 is #F9CCAF. Grayscale: #282828. Windows color (decimal): -16370864 or 5255942. OLE color: 5255942.
HSL color Cylindrical-coordinate representation of color #063350: hue angle of 203.51º 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 #063350 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 51 | 80 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.69 |
| HSL | 203.51º | 0.86% | 0.17% | - |
| HSV(B) | 203.51º | 0.93% | 0.31% | - |
| XYZ | 2.71 | 2.99 | 8.02 | - |
| YUV | 40.85 | 150.09 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 51 | 80 | 0.92 | 0.36 | 0 | 0.69 | 203.51 | 0.86 | 0.17 |
| Hex | 6 | 33 | 50 | 5C | 24 | 0 | 45 | CC | 56 | 11 |
| Octal | 6 | 63 | 120 | 134 | 44 | 0 | 105 | 314 | 126 | 21 |
| Binary | 110 | 110011 | 1010000 | 1011100 | 100100 | 0 | 1000101 | 11001100 | 1010110 | 10001 |
Color Harmonies of #063350
Complementary color
Monochromatic Colors of #063350
Black with #063350
Text Example
Text Example
White with #063350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063350; }
p { color: rgb(6,51,80); }
H1.HeaderClassName
{
color: #063350;
}
.AnyTagClassName
{
color: #063350;
}
</style>
background-color css
<style>
a { background-color: #063350; }
a { background-color: rgb(6,51,80); }
div.DivClassName
{
background-color: #063350;
}
.BgClassName
{
background-color: #063350;
}
</style>
border-color css
<style>
span { border-color: #063350; }
span { border-color: rgb(6,51,80); }
td.TdClassName
{
border-color: #063350;
}
.TagClassName
{
border-color: #063350;
}
</style>