Shades of Prussian Blue #02355A
Tints of Prussian Blue #02355A
RGB
CMYK
RGB Variations
Color information
#02355A (or 0x02355A) is known color: Prussian Blue. HEX triplet: 02, 35 and 5A. RGB value is (2,53,90). Sum of RGB (Red+Green+Blue) = 2+53+90=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 90 (35.55% from 255 or 62.07% from 145); Max value from RGB is 90 - color contains mainly: blue. Hex color #02355A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02355A is #FDCAA5. Grayscale: #292929. Windows color (decimal): -16632486 or 5911810. OLE color: 5911810.
HSL color Cylindrical-coordinate representation of color #02355A: hue angle of 205.23º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02355A is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 53 | 90 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.65 |
| HSL | 205.23º | 0.96% | 0.18% | - |
| HSV(B) | 205.23º | 0.98% | 0.35% | - |
| XYZ | 3.14 | 3.3 | 10.14 | - |
| YUV | 41.97 | 155.1 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 53 | 90 | 0.98 | 0.41 | 0 | 0.65 | 205.23 | 0.96 | 0.18 |
| Hex | 2 | 35 | 5A | 62 | 29 | 0 | 41 | CD | 60 | 12 |
| Octal | 2 | 65 | 132 | 142 | 51 | 0 | 101 | 315 | 140 | 22 |
| Binary | 10 | 110101 | 1011010 | 1100010 | 101001 | 0 | 1000001 | 11001101 | 1100000 | 10010 |
Color Harmonies of #02355A
Complementary color
Monochromatic Colors of #02355A
Black with #02355A
Text Example
Text Example
White with #02355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02355A; }
p { color: rgb(2,53,90); }
H1.HeaderClassName
{
color: #02355A;
}
.AnyTagClassName
{
color: #02355A;
}
</style>
background-color css
<style>
a { background-color: #02355A; }
a { background-color: rgb(2,53,90); }
div.DivClassName
{
background-color: #02355A;
}
.BgClassName
{
background-color: #02355A;
}
</style>
border-color css
<style>
span { border-color: #02355A; }
span { border-color: rgb(2,53,90); }
td.TdClassName
{
border-color: #02355A;
}
.TagClassName
{
border-color: #02355A;
}
</style>