Shades of Prussian Blue #023352
Tints of Prussian Blue #023352
RGB
CMYK
RGB Variations
Color information
#023352 (or 0x023352) is known color: Prussian Blue. HEX triplet: 02, 33 and 52. RGB value is (2,51,82). Sum of RGB (Red+Green+Blue) = 2+51+82=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 82 (32.42% from 255 or 60.74% from 135); Max value from RGB is 82 - color contains mainly: blue. Hex color #023352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023352 is #FDCCAD. Grayscale: #272727. Windows color (decimal): -16633006 or 5387010. OLE color: 5387010.
HSL color Cylindrical-coordinate representation of color #023352: hue angle of 203.25º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023352 is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 2 | 51 | 82 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.68 |
| HSL | 203.25º | 0.95% | 0.16% | - |
| HSV(B) | 203.25º | 0.98% | 0.32% | - |
| XYZ | 2.73 | 2.99 | 8.42 | - |
| YUV | 39.88 | 151.77 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 51 | 82 | 0.98 | 0.38 | 0 | 0.68 | 203.25 | 0.95 | 0.16 |
| Hex | 2 | 33 | 52 | 62 | 26 | 0 | 44 | CB | 5F | 10 |
| Octal | 2 | 63 | 122 | 142 | 46 | 0 | 104 | 313 | 137 | 20 |
| Binary | 10 | 110011 | 1010010 | 1100010 | 100110 | 0 | 1000100 | 11001011 | 1011111 | 10000 |
Color Harmonies of #023352
Complementary color
Monochromatic Colors of #023352
Black with #023352
Text Example
Text Example
White with #023352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023352; }
p { color: rgb(2,51,82); }
H1.HeaderClassName
{
color: #023352;
}
.AnyTagClassName
{
color: #023352;
}
</style>
background-color css
<style>
a { background-color: #023352; }
a { background-color: rgb(2,51,82); }
div.DivClassName
{
background-color: #023352;
}
.BgClassName
{
background-color: #023352;
}
</style>
border-color css
<style>
span { border-color: #023352; }
span { border-color: rgb(2,51,82); }
td.TdClassName
{
border-color: #023352;
}
.TagClassName
{
border-color: #023352;
}
</style>