Shades of Prussian Blue #023574
Tints of Prussian Blue #023574
RGB
CMYK
RGB Variations
Color information
#023574 (or 0x023574) is known color: Prussian Blue. HEX triplet: 02, 35 and 74. RGB value is (2,53,116). Sum of RGB (Red+Green+Blue) = 2+53+116=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 116 (45.70% from 255 or 67.84% from 171); Max value from RGB is 116 - color contains mainly: blue. Hex color #023574 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023574 is #FDCA8B. Grayscale: #2C2C2C. Windows color (decimal): -16632460 or 7615746. OLE color: 7615746.
HSL color Cylindrical-coordinate representation of color #023574: hue angle of 213.16º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023574 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 53 | 116 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.55 |
| HSL | 213.16º | 0.97% | 0.23% | - |
| HSV(B) | 213.16º | 0.98% | 0.45% | - |
| XYZ | 4.45 | 3.82 | 17.03 | - |
| YUV | 44.93 | 168.1 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 53 | 116 | 0.98 | 0.54 | 0 | 0.55 | 213.16 | 0.97 | 0.23 |
| Hex | 2 | 35 | 74 | 62 | 36 | 0 | 37 | D5 | 61 | 17 |
| Octal | 2 | 65 | 164 | 142 | 66 | 0 | 67 | 325 | 141 | 27 |
| Binary | 10 | 110101 | 1110100 | 1100010 | 110110 | 0 | 110111 | 11010101 | 1100001 | 10111 |
Color Harmonies of #023574
Complementary color
Monochromatic Colors of #023574
Black with #023574
Text Example
Text Example
White with #023574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023574; }
p { color: rgb(2,53,116); }
H1.HeaderClassName
{
color: #023574;
}
.AnyTagClassName
{
color: #023574;
}
</style>
background-color css
<style>
a { background-color: #023574; }
a { background-color: rgb(2,53,116); }
div.DivClassName
{
background-color: #023574;
}
.BgClassName
{
background-color: #023574;
}
</style>
border-color css
<style>
span { border-color: #023574; }
span { border-color: rgb(2,53,116); }
td.TdClassName
{
border-color: #023574;
}
.TagClassName
{
border-color: #023574;
}
</style>