Shades of Prussian Blue #06356E
Tints of Prussian Blue #06356E
RGB
CMYK
RGB Variations
Color information
#06356E (or 0x06356E) is known color: Prussian Blue. HEX triplet: 06, 35 and 6E. RGB value is (6,53,110). Sum of RGB (Red+Green+Blue) = 6+53+110=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 110 (43.36% from 255 or 65.09% from 169); Max value from RGB is 110 - color contains mainly: blue. Hex color #06356E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06356E is #F9CA91. Grayscale: #2D2D2D. Windows color (decimal): -16370322 or 7222534. OLE color: 7222534.
HSL color Cylindrical-coordinate representation of color #06356E: hue angle of 212.88º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06356E is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 53 | 110 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.57 |
| HSL | 212.88º | 0.9% | 0.23% | - |
| HSV(B) | 212.88º | 0.95% | 0.43% | - |
| XYZ | 4.16 | 3.71 | 15.25 | - |
| YUV | 45.45 | 164.43 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 53 | 110 | 0.95 | 0.52 | 0 | 0.57 | 212.88 | 0.9 | 0.23 |
| Hex | 6 | 35 | 6E | 5F | 34 | 0 | 39 | D5 | 5A | 17 |
| Octal | 6 | 65 | 156 | 137 | 64 | 0 | 71 | 325 | 132 | 27 |
| Binary | 110 | 110101 | 1101110 | 1011111 | 110100 | 0 | 111001 | 11010101 | 1011010 | 10111 |
Color Harmonies of #06356E
Complementary color
Monochromatic Colors of #06356E
Black with #06356E
Text Example
Text Example
White with #06356E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06356E; }
p { color: rgb(6,53,110); }
H1.HeaderClassName
{
color: #06356E;
}
.AnyTagClassName
{
color: #06356E;
}
</style>
background-color css
<style>
a { background-color: #06356E; }
a { background-color: rgb(6,53,110); }
div.DivClassName
{
background-color: #06356E;
}
.BgClassName
{
background-color: #06356E;
}
</style>
border-color css
<style>
span { border-color: #06356E; }
span { border-color: rgb(6,53,110); }
td.TdClassName
{
border-color: #06356E;
}
.TagClassName
{
border-color: #06356E;
}
</style>