Shades of Prussian Blue #023458
Tints of Prussian Blue #023458
RGB
CMYK
RGB Variations
Color information
#023458 (or 0x023458) is known color: Prussian Blue. HEX triplet: 02, 34 and 58. RGB value is (2,52,88). Sum of RGB (Red+Green+Blue) = 2+52+88=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 88 (34.77% from 255 or 61.97% from 142); Max value from RGB is 88 - color contains mainly: blue. Hex color #023458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023458 is #FDCBA7. Grayscale: #282828. Windows color (decimal): -16632744 or 5780482. OLE color: 5780482.
HSL color Cylindrical-coordinate representation of color #023458: hue angle of 205.12º 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 #023458 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 52 | 88 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.65 |
| HSL | 205.12º | 0.96% | 0.18% | - |
| HSV(B) | 205.12º | 0.98% | 0.35% | - |
| XYZ | 3.01 | 3.17 | 9.69 | - |
| YUV | 41.15 | 154.44 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 52 | 88 | 0.98 | 0.41 | 0 | 0.65 | 205.12 | 0.96 | 0.18 |
| Hex | 2 | 34 | 58 | 62 | 29 | 0 | 41 | CD | 60 | 12 |
| Octal | 2 | 64 | 130 | 142 | 51 | 0 | 101 | 315 | 140 | 22 |
| Binary | 10 | 110100 | 1011000 | 1100010 | 101001 | 0 | 1000001 | 11001101 | 1100000 | 10010 |
Color Harmonies of #023458
Complementary color
Monochromatic Colors of #023458
Black with #023458
Text Example
Text Example
White with #023458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023458; }
p { color: rgb(2,52,88); }
H1.HeaderClassName
{
color: #023458;
}
.AnyTagClassName
{
color: #023458;
}
</style>
background-color css
<style>
a { background-color: #023458; }
a { background-color: rgb(2,52,88); }
div.DivClassName
{
background-color: #023458;
}
.BgClassName
{
background-color: #023458;
}
</style>
border-color css
<style>
span { border-color: #023458; }
span { border-color: rgb(2,52,88); }
td.TdClassName
{
border-color: #023458;
}
.TagClassName
{
border-color: #023458;
}
</style>