Shades of Prussian Blue #023356
Tints of Prussian Blue #023356
RGB
CMYK
RGB Variations
Color information
#023356 (or 0x023356) is known color: Prussian Blue. HEX triplet: 02, 33 and 56. RGB value is (2,51,86). Sum of RGB (Red+Green+Blue) = 2+51+86=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 86 (33.98% from 255 or 61.87% from 139); Max value from RGB is 86 - color contains mainly: blue. Hex color #023356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023356 is #FDCCA9. Grayscale: #282828. Windows color (decimal): -16633002 or 5649154. OLE color: 5649154.
HSL color Cylindrical-coordinate representation of color #023356: hue angle of 205º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023356 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 2 | 51 | 86 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.66 |
| HSL | 205º | 0.95% | 0.17% | - |
| HSV(B) | 205º | 0.98% | 0.34% | - |
| XYZ | 2.89 | 3.05 | 9.24 | - |
| YUV | 40.34 | 153.77 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 51 | 86 | 0.98 | 0.41 | 0 | 0.66 | 205 | 0.95 | 0.17 |
| Hex | 2 | 33 | 56 | 62 | 29 | 0 | 42 | CD | 5F | 11 |
| Octal | 2 | 63 | 126 | 142 | 51 | 0 | 102 | 315 | 137 | 21 |
| Binary | 10 | 110011 | 1010110 | 1100010 | 101001 | 0 | 1000010 | 11001101 | 1011111 | 10001 |
Color Harmonies of #023356
Complementary color
Monochromatic Colors of #023356
Black with #023356
Text Example
Text Example
White with #023356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023356; }
p { color: rgb(2,51,86); }
H1.HeaderClassName
{
color: #023356;
}
.AnyTagClassName
{
color: #023356;
}
</style>
background-color css
<style>
a { background-color: #023356; }
a { background-color: rgb(2,51,86); }
div.DivClassName
{
background-color: #023356;
}
.BgClassName
{
background-color: #023356;
}
</style>
border-color css
<style>
span { border-color: #023356; }
span { border-color: rgb(2,51,86); }
td.TdClassName
{
border-color: #023356;
}
.TagClassName
{
border-color: #023356;
}
</style>