Shades of Prussian Blue #023762
Tints of Prussian Blue #023762
RGB
CMYK
RGB Variations
Color information
#023762 (or 0x023762) is known color: Prussian Blue. HEX triplet: 02, 37 and 62. RGB value is (2,55,98). Sum of RGB (Red+Green+Blue) = 2+55+98=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 98 (38.67% from 255 or 63.23% from 155); Max value from RGB is 98 - color contains mainly: blue. Hex color #023762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023762 is #FDC89D. Grayscale: #2B2B2B. Windows color (decimal): -16631966 or 6436610. OLE color: 6436610.
HSL color Cylindrical-coordinate representation of color #023762: hue angle of 206.88º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023762 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 55 | 98 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.62 |
| HSL | 206.88º | 0.96% | 0.2% | - |
| HSV(B) | 206.88º | 0.98% | 0.38% | - |
| XYZ | 3.6 | 3.63 | 12.07 | - |
| YUV | 44.06 | 158.44 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 55 | 98 | 0.98 | 0.44 | 0 | 0.62 | 206.88 | 0.96 | 0.2 |
| Hex | 2 | 37 | 62 | 62 | 2C | 0 | 3E | CF | 60 | 14 |
| Octal | 2 | 67 | 142 | 142 | 54 | 0 | 76 | 317 | 140 | 24 |
| Binary | 10 | 110111 | 1100010 | 1100010 | 101100 | 0 | 111110 | 11001111 | 1100000 | 10100 |
Color Harmonies of #023762
Complementary color
Monochromatic Colors of #023762
Black with #023762
Text Example
Text Example
White with #023762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023762; }
p { color: rgb(2,55,98); }
H1.HeaderClassName
{
color: #023762;
}
.AnyTagClassName
{
color: #023762;
}
</style>
background-color css
<style>
a { background-color: #023762; }
a { background-color: rgb(2,55,98); }
div.DivClassName
{
background-color: #023762;
}
.BgClassName
{
background-color: #023762;
}
</style>
border-color css
<style>
span { border-color: #023762; }
span { border-color: rgb(2,55,98); }
td.TdClassName
{
border-color: #023762;
}
.TagClassName
{
border-color: #023762;
}
</style>