Shades of Prussian Blue #023475
Tints of Prussian Blue #023475
RGB
CMYK
RGB Variations
Color information
#023475 (or 0x023475) is known color: Prussian Blue. HEX triplet: 02, 34 and 75. RGB value is (2,52,117). Sum of RGB (Red+Green+Blue) = 2+52+117=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 117 (46.09% from 255 or 68.42% from 171); Max value from RGB is 117 - color contains mainly: blue. Hex color #023475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023475 is #FDCB8A. Grayscale: #2C2C2C. Windows color (decimal): -16632715 or 7681026. OLE color: 7681026.
HSL color Cylindrical-coordinate representation of color #023475: hue angle of 213.91º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023475 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 2 | 52 | 117 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.54 |
| HSL | 213.91º | 0.97% | 0.23% | - |
| HSV(B) | 213.91º | 0.98% | 0.46% | - |
| XYZ | 4.46 | 3.75 | 17.32 | - |
| YUV | 44.46 | 168.94 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 52 | 117 | 0.98 | 0.56 | 0 | 0.54 | 213.91 | 0.97 | 0.23 |
| Hex | 2 | 34 | 75 | 62 | 38 | 0 | 36 | D6 | 61 | 17 |
| Octal | 2 | 64 | 165 | 142 | 70 | 0 | 66 | 326 | 141 | 27 |
| Binary | 10 | 110100 | 1110101 | 1100010 | 111000 | 0 | 110110 | 11010110 | 1100001 | 10111 |
Color Harmonies of #023475
Complementary color
Monochromatic Colors of #023475
Black with #023475
Text Example
Text Example
White with #023475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023475; }
p { color: rgb(2,52,117); }
H1.HeaderClassName
{
color: #023475;
}
.AnyTagClassName
{
color: #023475;
}
</style>
background-color css
<style>
a { background-color: #023475; }
a { background-color: rgb(2,52,117); }
div.DivClassName
{
background-color: #023475;
}
.BgClassName
{
background-color: #023475;
}
</style>
border-color css
<style>
span { border-color: #023475; }
span { border-color: rgb(2,52,117); }
td.TdClassName
{
border-color: #023475;
}
.TagClassName
{
border-color: #023475;
}
</style>