Shades of Prussian Blue #02335A
Tints of Prussian Blue #02335A
RGB
CMYK
RGB Variations
Color information
#02335A (or 0x02335A) is known color: Prussian Blue. HEX triplet: 02, 33 and 5A. RGB value is (2,51,90). Sum of RGB (Red+Green+Blue) = 2+51+90=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 90 (35.55% from 255 or 62.94% from 143); Max value from RGB is 90 - color contains mainly: blue. Hex color #02335A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02335A is #FDCCA5. Grayscale: #282828. Windows color (decimal): -16632998 or 5911298. OLE color: 5911298.
HSL color Cylindrical-coordinate representation of color #02335A: hue angle of 206.59º 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 #02335A is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 51 | 90 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.65 |
| HSL | 206.59º | 0.96% | 0.18% | - |
| HSV(B) | 206.59º | 0.98% | 0.35% | - |
| XYZ | 3.05 | 3.12 | 10.11 | - |
| YUV | 40.8 | 155.77 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 51 | 90 | 0.98 | 0.43 | 0 | 0.65 | 206.59 | 0.96 | 0.18 |
| Hex | 2 | 33 | 5A | 62 | 2B | 0 | 41 | CF | 60 | 12 |
| Octal | 2 | 63 | 132 | 142 | 53 | 0 | 101 | 317 | 140 | 22 |
| Binary | 10 | 110011 | 1011010 | 1100010 | 101011 | 0 | 1000001 | 11001111 | 1100000 | 10010 |
Color Harmonies of #02335A
Complementary color
Monochromatic Colors of #02335A
Black with #02335A
Text Example
Text Example
White with #02335A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02335A; }
p { color: rgb(2,51,90); }
H1.HeaderClassName
{
color: #02335A;
}
.AnyTagClassName
{
color: #02335A;
}
</style>
background-color css
<style>
a { background-color: #02335A; }
a { background-color: rgb(2,51,90); }
div.DivClassName
{
background-color: #02335A;
}
.BgClassName
{
background-color: #02335A;
}
</style>
border-color css
<style>
span { border-color: #02335A; }
span { border-color: rgb(2,51,90); }
td.TdClassName
{
border-color: #02335A;
}
.TagClassName
{
border-color: #02335A;
}
</style>