Shades of Prussian Blue #063356
Tints of Prussian Blue #063356
RGB
CMYK
RGB Variations
Color information
#063356 (or 0x063356) is known color: Prussian Blue. HEX triplet: 06, 33 and 56. RGB value is (6,51,86). Sum of RGB (Red+Green+Blue) = 6+51+86=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 86 (33.98% from 255 or 60.14% from 143); Max value from RGB is 86 - color contains mainly: blue. Hex color #063356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063356 is #F9CCA9. Grayscale: #292929. Windows color (decimal): -16370858 or 5649158. OLE color: 5649158.
HSL color Cylindrical-coordinate representation of color #063356: hue angle of 206.25º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063356 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 6 | 51 | 86 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.66 |
| HSL | 206.25º | 0.87% | 0.18% | - |
| HSV(B) | 206.25º | 0.93% | 0.34% | - |
| XYZ | 2.94 | 3.08 | 9.24 | - |
| YUV | 41.54 | 153.09 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 51 | 86 | 0.93 | 0.41 | 0 | 0.66 | 206.25 | 0.87 | 0.18 |
| Hex | 6 | 33 | 56 | 5D | 29 | 0 | 42 | CE | 57 | 12 |
| Octal | 6 | 63 | 126 | 135 | 51 | 0 | 102 | 316 | 127 | 22 |
| Binary | 110 | 110011 | 1010110 | 1011101 | 101001 | 0 | 1000010 | 11001110 | 1010111 | 10010 |
Color Harmonies of #063356
Complementary color
Monochromatic Colors of #063356
Black with #063356
Text Example
Text Example
White with #063356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063356; }
p { color: rgb(6,51,86); }
H1.HeaderClassName
{
color: #063356;
}
.AnyTagClassName
{
color: #063356;
}
</style>
background-color css
<style>
a { background-color: #063356; }
a { background-color: rgb(6,51,86); }
div.DivClassName
{
background-color: #063356;
}
.BgClassName
{
background-color: #063356;
}
</style>
border-color css
<style>
span { border-color: #063356; }
span { border-color: rgb(6,51,86); }
td.TdClassName
{
border-color: #063356;
}
.TagClassName
{
border-color: #063356;
}
</style>