Shades of Prussian Blue #02325C
Tints of Prussian Blue #02325C
RGB
CMYK
RGB Variations
Color information
#02325C (or 0x02325C) is known color: Prussian Blue. HEX triplet: 02, 32 and 5C. RGB value is (2,50,92). Sum of RGB (Red+Green+Blue) = 2+50+92=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 92 (36.33% from 255 or 63.89% from 144); Max value from RGB is 92 - color contains mainly: blue. Hex color #02325C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02325C is #FDCDA3. Grayscale: #282828. Windows color (decimal): -16633252 or 6042114. OLE color: 6042114.
HSL color Cylindrical-coordinate representation of color #02325C: hue angle of 208º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02325C is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 50 | 92 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.64 |
| HSL | 208º | 0.96% | 0.18% | - |
| HSV(B) | 208º | 0.98% | 0.36% | - |
| XYZ | 3.1 | 3.07 | 10.55 | - |
| YUV | 40.44 | 157.1 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 92 | 0.98 | 0.46 | 0 | 0.64 | 208 | 0.96 | 0.18 |
| Hex | 2 | 32 | 5C | 62 | 2E | 0 | 40 | D0 | 60 | 12 |
| Octal | 2 | 62 | 134 | 142 | 56 | 0 | 100 | 320 | 140 | 22 |
| Binary | 10 | 110010 | 1011100 | 1100010 | 101110 | 0 | 1000000 | 11010000 | 1100000 | 10010 |
Color Harmonies of #02325C
Complementary color
Monochromatic Colors of #02325C
Black with #02325C
Text Example
Text Example
White with #02325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02325C; }
p { color: rgb(2,50,92); }
H1.HeaderClassName
{
color: #02325C;
}
.AnyTagClassName
{
color: #02325C;
}
</style>
background-color css
<style>
a { background-color: #02325C; }
a { background-color: rgb(2,50,92); }
div.DivClassName
{
background-color: #02325C;
}
.BgClassName
{
background-color: #02325C;
}
</style>
border-color css
<style>
span { border-color: #02325C; }
span { border-color: rgb(2,50,92); }
td.TdClassName
{
border-color: #02325C;
}
.TagClassName
{
border-color: #02325C;
}
</style>