Shades of Prussian Blue #02326C
Tints of Prussian Blue #02326C
RGB
CMYK
RGB Variations
Color information
#02326C (or 0x02326C) is known color: Prussian Blue. HEX triplet: 02, 32 and 6C. RGB value is (2,50,108). Sum of RGB (Red+Green+Blue) = 2+50+108=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 108 (42.58% from 255 or 67.5% from 160); Max value from RGB is 108 - color contains mainly: blue. Hex color #02326C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02326C is #FDCD93. Grayscale: #292929. Windows color (decimal): -16633236 or 7090690. OLE color: 7090690.
HSL color Cylindrical-coordinate representation of color #02326C: hue angle of 212.83º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02326C is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 50 | 108 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.58 |
| HSL | 212.83º | 0.96% | 0.22% | - |
| HSV(B) | 212.83º | 0.98% | 0.42% | - |
| XYZ | 3.87 | 3.38 | 14.64 | - |
| YUV | 42.26 | 165.1 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 108 | 0.98 | 0.54 | 0 | 0.58 | 212.83 | 0.96 | 0.22 |
| Hex | 2 | 32 | 6C | 62 | 36 | 0 | 3A | D5 | 60 | 16 |
| Octal | 2 | 62 | 154 | 142 | 66 | 0 | 72 | 325 | 140 | 26 |
| Binary | 10 | 110010 | 1101100 | 1100010 | 110110 | 0 | 111010 | 11010101 | 1100000 | 10110 |
Color Harmonies of #02326C
Complementary color
Monochromatic Colors of #02326C
Black with #02326C
Text Example
Text Example
White with #02326C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02326C; }
p { color: rgb(2,50,108); }
H1.HeaderClassName
{
color: #02326C;
}
.AnyTagClassName
{
color: #02326C;
}
</style>
background-color css
<style>
a { background-color: #02326C; }
a { background-color: rgb(2,50,108); }
div.DivClassName
{
background-color: #02326C;
}
.BgClassName
{
background-color: #02326C;
}
</style>
border-color css
<style>
span { border-color: #02326C; }
span { border-color: rgb(2,50,108); }
td.TdClassName
{
border-color: #02326C;
}
.TagClassName
{
border-color: #02326C;
}
</style>