Shades of Prussian Blue #023B58
Tints of Prussian Blue #023B58
RGB
CMYK
RGB Variations
Color information
#023B58 (or 0x023B58) is known color: Prussian Blue. HEX triplet: 02, 3B and 58. RGB value is (2,59,88). Sum of RGB (Red+Green+Blue) = 2+59+88=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 59 (23.44% from 255 or 39.60% from 149); Blue value is 88 (34.77% from 255 or 59.06% from 149); Max value from RGB is 88 - color contains mainly: blue. Hex color #023B58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023B58 is #FDC4A7. Grayscale: #2D2D2D. Windows color (decimal): -16630952 or 5782274. OLE color: 5782274.
HSL color Cylindrical-coordinate representation of color #023B58: hue angle of 200.23º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023B58 is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 59 | 88 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.65 |
| HSL | 200.23º | 0.96% | 0.18% | - |
| HSV(B) | 200.23º | 0.98% | 0.35% | - |
| XYZ | 3.35 | 3.85 | 9.8 | - |
| YUV | 45.26 | 152.12 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 59 | 88 | 0.98 | 0.33 | 0 | 0.65 | 200.23 | 0.96 | 0.18 |
| Hex | 2 | 3B | 58 | 62 | 21 | 0 | 41 | C8 | 60 | 12 |
| Octal | 2 | 73 | 130 | 142 | 41 | 0 | 101 | 310 | 140 | 22 |
| Binary | 10 | 111011 | 1011000 | 1100010 | 100001 | 0 | 1000001 | 11001000 | 1100000 | 10010 |
Color Harmonies of #023B58
Complementary color
Monochromatic Colors of #023B58
Black with #023B58
Text Example
Text Example
White with #023B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023B58; }
p { color: rgb(2,59,88); }
H1.HeaderClassName
{
color: #023B58;
}
.AnyTagClassName
{
color: #023B58;
}
</style>
background-color css
<style>
a { background-color: #023B58; }
a { background-color: rgb(2,59,88); }
div.DivClassName
{
background-color: #023B58;
}
.BgClassName
{
background-color: #023B58;
}
</style>
border-color css
<style>
span { border-color: #023B58; }
span { border-color: rgb(2,59,88); }
td.TdClassName
{
border-color: #023B58;
}
.TagClassName
{
border-color: #023B58;
}
</style>