Shades of Prussian Blue #02345C
Tints of Prussian Blue #02345C
RGB
CMYK
RGB Variations
Color information
#02345C (or 0x02345C) is known color: Prussian Blue. HEX triplet: 02, 34 and 5C. RGB value is (2,52,92). Sum of RGB (Red+Green+Blue) = 2+52+92=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 92 (36.33% from 255 or 63.01% from 146); Max value from RGB is 92 - color contains mainly: blue. Hex color #02345C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02345C is #FDCBA3. Grayscale: #292929. Windows color (decimal): -16632740 or 6042626. OLE color: 6042626.
HSL color Cylindrical-coordinate representation of color #02345C: hue angle of 206.67º 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 #02345C is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 52 | 92 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.64 |
| HSL | 206.67º | 0.96% | 0.18% | - |
| HSV(B) | 206.67º | 0.98% | 0.36% | - |
| XYZ | 3.18 | 3.24 | 10.58 | - |
| YUV | 41.61 | 156.44 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 52 | 92 | 0.98 | 0.43 | 0 | 0.64 | 206.67 | 0.96 | 0.18 |
| Hex | 2 | 34 | 5C | 62 | 2B | 0 | 40 | CF | 60 | 12 |
| Octal | 2 | 64 | 134 | 142 | 53 | 0 | 100 | 317 | 140 | 22 |
| Binary | 10 | 110100 | 1011100 | 1100010 | 101011 | 0 | 1000000 | 11001111 | 1100000 | 10010 |
Color Harmonies of #02345C
Complementary color
Monochromatic Colors of #02345C
Black with #02345C
Text Example
Text Example
White with #02345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02345C; }
p { color: rgb(2,52,92); }
H1.HeaderClassName
{
color: #02345C;
}
.AnyTagClassName
{
color: #02345C;
}
</style>
background-color css
<style>
a { background-color: #02345C; }
a { background-color: rgb(2,52,92); }
div.DivClassName
{
background-color: #02345C;
}
.BgClassName
{
background-color: #02345C;
}
</style>
border-color css
<style>
span { border-color: #02345C; }
span { border-color: rgb(2,52,92); }
td.TdClassName
{
border-color: #02345C;
}
.TagClassName
{
border-color: #02345C;
}
</style>