Shades of Prussian Blue #023355
Tints of Prussian Blue #023355
RGB
CMYK
RGB Variations
Color information
#023355 (or 0x023355) is known color: Prussian Blue. HEX triplet: 02, 33 and 55. RGB value is (2,51,85). Sum of RGB (Red+Green+Blue) = 2+51+85=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 85 (33.59% from 255 or 61.59% from 138); Max value from RGB is 85 - color contains mainly: blue. Hex color #023355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023355 is #FDCCAA. Grayscale: #282828. Windows color (decimal): -16633003 or 5583618. OLE color: 5583618.
HSL color Cylindrical-coordinate representation of color #023355: hue angle of 204.58º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023355 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 51 | 85 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.67 |
| HSL | 204.58º | 0.95% | 0.17% | - |
| HSV(B) | 204.58º | 0.98% | 0.33% | - |
| XYZ | 2.85 | 3.04 | 9.03 | - |
| YUV | 40.23 | 153.27 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 51 | 85 | 0.98 | 0.40 | 0 | 0.67 | 204.58 | 0.95 | 0.17 |
| Hex | 2 | 33 | 55 | 62 | 28 | 0 | 43 | CD | 5F | 11 |
| Octal | 2 | 63 | 125 | 142 | 50 | 0 | 103 | 315 | 137 | 21 |
| Binary | 10 | 110011 | 1010101 | 1100010 | 101000 | 0 | 1000011 | 11001101 | 1011111 | 10001 |
Color Harmonies of #023355
Complementary color
Monochromatic Colors of #023355
Black with #023355
Text Example
Text Example
White with #023355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023355; }
p { color: rgb(2,51,85); }
H1.HeaderClassName
{
color: #023355;
}
.AnyTagClassName
{
color: #023355;
}
</style>
background-color css
<style>
a { background-color: #023355; }
a { background-color: rgb(2,51,85); }
div.DivClassName
{
background-color: #023355;
}
.BgClassName
{
background-color: #023355;
}
</style>
border-color css
<style>
span { border-color: #023355; }
span { border-color: rgb(2,51,85); }
td.TdClassName
{
border-color: #023355;
}
.TagClassName
{
border-color: #023355;
}
</style>