Shades of Prussian Blue #023278
Tints of Prussian Blue #023278
RGB
CMYK
RGB Variations
Color information
#023278 (or 0x023278) is known color: Prussian Blue. HEX triplet: 02, 32 and 78. RGB value is (2,50,120). Sum of RGB (Red+Green+Blue) = 2+50+120=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 120 (47.27% from 255 or 69.77% from 172); Max value from RGB is 120 - color contains mainly: blue. Hex color #023278 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023278 is #FDCD87. Grayscale: #2B2B2B. Windows color (decimal): -16633224 or 7877122. OLE color: 7877122.
HSL color Cylindrical-coordinate representation of color #023278: hue angle of 215.59º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023278 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 2 | 50 | 120 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.53 |
| HSL | 215.59º | 0.97% | 0.24% | - |
| HSV(B) | 215.59º | 0.98% | 0.47% | - |
| XYZ | 4.56 | 3.65 | 18.23 | - |
| YUV | 43.63 | 171.1 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 120 | 0.98 | 0.58 | 0 | 0.53 | 215.59 | 0.97 | 0.24 |
| Hex | 2 | 32 | 78 | 62 | 3A | 0 | 35 | D8 | 61 | 18 |
| Octal | 2 | 62 | 170 | 142 | 72 | 0 | 65 | 330 | 141 | 30 |
| Binary | 10 | 110010 | 1111000 | 1100010 | 111010 | 0 | 110101 | 11011000 | 1100001 | 11000 |
Color Harmonies of #023278
Complementary color
Monochromatic Colors of #023278
Black with #023278
Text Example
Text Example
White with #023278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023278; }
p { color: rgb(2,50,120); }
H1.HeaderClassName
{
color: #023278;
}
.AnyTagClassName
{
color: #023278;
}
</style>
background-color css
<style>
a { background-color: #023278; }
a { background-color: rgb(2,50,120); }
div.DivClassName
{
background-color: #023278;
}
.BgClassName
{
background-color: #023278;
}
</style>
border-color css
<style>
span { border-color: #023278; }
span { border-color: rgb(2,50,120); }
td.TdClassName
{
border-color: #023278;
}
.TagClassName
{
border-color: #023278;
}
</style>