Shades of Prussian Blue #023E62
Tints of Prussian Blue #023E62
RGB
CMYK
RGB Variations
Color information
#023E62 (or 0x023E62) is known color: Prussian Blue. HEX triplet: 02, 3E and 62. RGB value is (2,62,98). Sum of RGB (Red+Green+Blue) = 2+62+98=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 62 (24.61% from 255 or 38.27% from 162); Blue value is 98 (38.67% from 255 or 60.49% from 162); Max value from RGB is 98 - color contains mainly: blue. Hex color #023E62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023E62 is #FDC19D. Grayscale: #2F2F2F. Windows color (decimal): -16630174 or 6438402. OLE color: 6438402.
HSL color Cylindrical-coordinate representation of color #023E62: hue angle of 202.5º 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 #023E62 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 62 | 98 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.62 |
| HSL | 202.5º | 0.96% | 0.2% | - |
| HSV(B) | 202.5º | 0.98% | 0.38% | - |
| XYZ | 3.95 | 4.34 | 12.18 | - |
| YUV | 48.16 | 156.12 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 98 | 0.98 | 0.37 | 0 | 0.62 | 202.5 | 0.96 | 0.2 |
| Hex | 2 | 3E | 62 | 62 | 25 | 0 | 3E | CA | 60 | 14 |
| Octal | 2 | 76 | 142 | 142 | 45 | 0 | 76 | 312 | 140 | 24 |
| Binary | 10 | 111110 | 1100010 | 1100010 | 100101 | 0 | 111110 | 11001010 | 1100000 | 10100 |
Color Harmonies of #023E62
Complementary color
Monochromatic Colors of #023E62
Black with #023E62
Text Example
Text Example
White with #023E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023E62; }
p { color: rgb(2,62,98); }
H1.HeaderClassName
{
color: #023E62;
}
.AnyTagClassName
{
color: #023E62;
}
</style>
background-color css
<style>
a { background-color: #023E62; }
a { background-color: rgb(2,62,98); }
div.DivClassName
{
background-color: #023E62;
}
.BgClassName
{
background-color: #023E62;
}
</style>
border-color css
<style>
span { border-color: #023E62; }
span { border-color: rgb(2,62,98); }
td.TdClassName
{
border-color: #023E62;
}
.TagClassName
{
border-color: #023E62;
}
</style>