Shades of Prussian Blue #02346C
Tints of Prussian Blue #02346C
RGB
CMYK
RGB Variations
Color information
#02346C (or 0x02346C) is known color: Prussian Blue. HEX triplet: 02, 34 and 6C. RGB value is (2,52,108). Sum of RGB (Red+Green+Blue) = 2+52+108=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 108 (42.58% from 255 or 66.67% from 162); Max value from RGB is 108 - color contains mainly: blue. Hex color #02346C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02346C is #FDCB93. Grayscale: #2B2B2B. Windows color (decimal): -16632724 or 7091202. OLE color: 7091202.
HSL color Cylindrical-coordinate representation of color #02346C: hue angle of 211.7º 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 #02346C is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 52 | 108 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.58 |
| HSL | 211.7º | 0.96% | 0.22% | - |
| HSV(B) | 211.7º | 0.98% | 0.42% | - |
| XYZ | 3.96 | 3.55 | 14.66 | - |
| YUV | 43.43 | 164.44 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 52 | 108 | 0.98 | 0.52 | 0 | 0.58 | 211.7 | 0.96 | 0.22 |
| Hex | 2 | 34 | 6C | 62 | 34 | 0 | 3A | D4 | 60 | 16 |
| Octal | 2 | 64 | 154 | 142 | 64 | 0 | 72 | 324 | 140 | 26 |
| Binary | 10 | 110100 | 1101100 | 1100010 | 110100 | 0 | 111010 | 11010100 | 1100000 | 10110 |
Color Harmonies of #02346C
Complementary color
Monochromatic Colors of #02346C
Black with #02346C
Text Example
Text Example
White with #02346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02346C; }
p { color: rgb(2,52,108); }
H1.HeaderClassName
{
color: #02346C;
}
.AnyTagClassName
{
color: #02346C;
}
</style>
background-color css
<style>
a { background-color: #02346C; }
a { background-color: rgb(2,52,108); }
div.DivClassName
{
background-color: #02346C;
}
.BgClassName
{
background-color: #02346C;
}
</style>
border-color css
<style>
span { border-color: #02346C; }
span { border-color: rgb(2,52,108); }
td.TdClassName
{
border-color: #02346C;
}
.TagClassName
{
border-color: #02346C;
}
</style>