Shades of Prussian Blue #023E60
Tints of Prussian Blue #023E60
RGB
CMYK
RGB Variations
Color information
#023E60 (or 0x023E60) is known color: Prussian Blue. HEX triplet: 02, 3E and 60. RGB value is (2,62,96). Sum of RGB (Red+Green+Blue) = 2+62+96=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 62 (24.61% from 255 or 38.75% from 160); Blue value is 96 (37.89% from 255 or 60% from 160); Max value from RGB is 96 - color contains mainly: blue. Hex color #023E60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023E60 is #FDC19F. Grayscale: #2F2F2F. Windows color (decimal): -16630176 or 6307330. OLE color: 6307330.
HSL color Cylindrical-coordinate representation of color #023E60: hue angle of 201.7º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023E60 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 62 | 96 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.62 |
| HSL | 201.7º | 0.96% | 0.19% | - |
| HSV(B) | 201.7º | 0.98% | 0.38% | - |
| XYZ | 3.86 | 4.3 | 11.69 | - |
| YUV | 47.94 | 155.12 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 96 | 0.98 | 0.35 | 0 | 0.62 | 201.7 | 0.96 | 0.19 |
| Hex | 2 | 3E | 60 | 62 | 23 | 0 | 3E | CA | 60 | 13 |
| Octal | 2 | 76 | 140 | 142 | 43 | 0 | 76 | 312 | 140 | 23 |
| Binary | 10 | 111110 | 1100000 | 1100010 | 100011 | 0 | 111110 | 11001010 | 1100000 | 10011 |
Color Harmonies of #023E60
Complementary color
Monochromatic Colors of #023E60
Black with #023E60
Text Example
Text Example
White with #023E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023E60; }
p { color: rgb(2,62,96); }
H1.HeaderClassName
{
color: #023E60;
}
.AnyTagClassName
{
color: #023E60;
}
</style>
background-color css
<style>
a { background-color: #023E60; }
a { background-color: rgb(2,62,96); }
div.DivClassName
{
background-color: #023E60;
}
.BgClassName
{
background-color: #023E60;
}
</style>
border-color css
<style>
span { border-color: #023E60; }
span { border-color: rgb(2,62,96); }
td.TdClassName
{
border-color: #023E60;
}
.TagClassName
{
border-color: #023E60;
}
</style>