Shades of Prussian Blue #023656
Tints of Prussian Blue #023656
RGB
CMYK
RGB Variations
Color information
#023656 (or 0x023656) is known color: Prussian Blue. HEX triplet: 02, 36 and 56. RGB value is (2,54,86). Sum of RGB (Red+Green+Blue) = 2+54+86=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 54 (21.48% from 255 or 38.03% from 142); Blue value is 86 (33.98% from 255 or 60.56% from 142); Max value from RGB is 86 - color contains mainly: blue. Hex color #023656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023656 is #FDC9A9. Grayscale: #292929. Windows color (decimal): -16632234 or 5649922. OLE color: 5649922.
HSL color Cylindrical-coordinate representation of color #023656: hue angle of 202.86º 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 #023656 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 2 | 54 | 86 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.66 |
| HSL | 202.86º | 0.95% | 0.17% | - |
| HSV(B) | 202.86º | 0.98% | 0.34% | - |
| XYZ | 3.02 | 3.32 | 9.29 | - |
| YUV | 42.1 | 152.77 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 54 | 86 | 0.98 | 0.37 | 0 | 0.66 | 202.86 | 0.95 | 0.17 |
| Hex | 2 | 36 | 56 | 62 | 25 | 0 | 42 | CB | 5F | 11 |
| Octal | 2 | 66 | 126 | 142 | 45 | 0 | 102 | 313 | 137 | 21 |
| Binary | 10 | 110110 | 1010110 | 1100010 | 100101 | 0 | 1000010 | 11001011 | 1011111 | 10001 |
Color Harmonies of #023656
Complementary color
Monochromatic Colors of #023656
Black with #023656
Text Example
Text Example
White with #023656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023656; }
p { color: rgb(2,54,86); }
H1.HeaderClassName
{
color: #023656;
}
.AnyTagClassName
{
color: #023656;
}
</style>
background-color css
<style>
a { background-color: #023656; }
a { background-color: rgb(2,54,86); }
div.DivClassName
{
background-color: #023656;
}
.BgClassName
{
background-color: #023656;
}
</style>
border-color css
<style>
span { border-color: #023656; }
span { border-color: rgb(2,54,86); }
td.TdClassName
{
border-color: #023656;
}
.TagClassName
{
border-color: #023656;
}
</style>