Shades of Prussian Blue #023756
Tints of Prussian Blue #023756
RGB
CMYK
RGB Variations
Color information
#023756 (or 0x023756) is known color: Prussian Blue. HEX triplet: 02, 37 and 56. RGB value is (2,55,86). Sum of RGB (Red+Green+Blue) = 2+55+86=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 55 (21.88% from 255 or 38.46% 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 #023756 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023756 is #FDC8A9. Grayscale: #2A2A2A. Windows color (decimal): -16631978 or 5650178. OLE color: 5650178.
HSL color Cylindrical-coordinate representation of color #023756: hue angle of 202.14º 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 #023756 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 2 | 55 | 86 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.66 |
| HSL | 202.14º | 0.95% | 0.17% | - |
| HSV(B) | 202.14º | 0.98% | 0.34% | - |
| XYZ | 3.07 | 3.42 | 9.3 | - |
| YUV | 42.69 | 152.44 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 55 | 86 | 0.98 | 0.36 | 0 | 0.66 | 202.14 | 0.95 | 0.17 |
| Hex | 2 | 37 | 56 | 62 | 24 | 0 | 42 | CA | 5F | 11 |
| Octal | 2 | 67 | 126 | 142 | 44 | 0 | 102 | 312 | 137 | 21 |
| Binary | 10 | 110111 | 1010110 | 1100010 | 100100 | 0 | 1000010 | 11001010 | 1011111 | 10001 |
Color Harmonies of #023756
Complementary color
Monochromatic Colors of #023756
Black with #023756
Text Example
Text Example
White with #023756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023756; }
p { color: rgb(2,55,86); }
H1.HeaderClassName
{
color: #023756;
}
.AnyTagClassName
{
color: #023756;
}
</style>
background-color css
<style>
a { background-color: #023756; }
a { background-color: rgb(2,55,86); }
div.DivClassName
{
background-color: #023756;
}
.BgClassName
{
background-color: #023756;
}
</style>
border-color css
<style>
span { border-color: #023756; }
span { border-color: rgb(2,55,86); }
td.TdClassName
{
border-color: #023756;
}
.TagClassName
{
border-color: #023756;
}
</style>