Shades of Prussian Blue #02355C
Tints of Prussian Blue #02355C
RGB
CMYK
RGB Variations
Color information
#02355C (or 0x02355C) is known color: Prussian Blue. HEX triplet: 02, 35 and 5C. RGB value is (2,53,92). Sum of RGB (Red+Green+Blue) = 2+53+92=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 92 (36.33% from 255 or 62.59% from 147); Max value from RGB is 92 - color contains mainly: blue. Hex color #02355C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02355C is #FDCAA3. Grayscale: #292929. Windows color (decimal): -16632484 or 6042882. OLE color: 6042882.
HSL color Cylindrical-coordinate representation of color #02355C: hue angle of 206º 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 #02355C is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 53 | 92 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.64 |
| HSL | 206º | 0.96% | 0.18% | - |
| HSV(B) | 206º | 0.98% | 0.36% | - |
| XYZ | 3.23 | 3.33 | 10.6 | - |
| YUV | 42.2 | 156.1 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 53 | 92 | 0.98 | 0.42 | 0 | 0.64 | 206 | 0.96 | 0.18 |
| Hex | 2 | 35 | 5C | 62 | 2A | 0 | 40 | CE | 60 | 12 |
| Octal | 2 | 65 | 134 | 142 | 52 | 0 | 100 | 316 | 140 | 22 |
| Binary | 10 | 110101 | 1011100 | 1100010 | 101010 | 0 | 1000000 | 11001110 | 1100000 | 10010 |
Color Harmonies of #02355C
Complementary color
Monochromatic Colors of #02355C
Black with #02355C
Text Example
Text Example
White with #02355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02355C; }
p { color: rgb(2,53,92); }
H1.HeaderClassName
{
color: #02355C;
}
.AnyTagClassName
{
color: #02355C;
}
</style>
background-color css
<style>
a { background-color: #02355C; }
a { background-color: rgb(2,53,92); }
div.DivClassName
{
background-color: #02355C;
}
.BgClassName
{
background-color: #02355C;
}
</style>
border-color css
<style>
span { border-color: #02355C; }
span { border-color: rgb(2,53,92); }
td.TdClassName
{
border-color: #02355C;
}
.TagClassName
{
border-color: #02355C;
}
</style>