Shades of Prussian Blue #02335B
Tints of Prussian Blue #02335B
RGB
CMYK
RGB Variations
Color information
#02335B (or 0x02335B) is known color: Prussian Blue. HEX triplet: 02, 33 and 5B. RGB value is (2,51,91). Sum of RGB (Red+Green+Blue) = 2+51+91=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 91 (35.94% from 255 or 63.19% from 144); Max value from RGB is 91 - color contains mainly: blue. Hex color #02335B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02335B is #FDCCA4. Grayscale: #282828. Windows color (decimal): -16632997 or 5976834. OLE color: 5976834.
HSL color Cylindrical-coordinate representation of color #02335B: hue angle of 206.97º 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 #02335B is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 51 | 91 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.64 |
| HSL | 206.97º | 0.96% | 0.18% | - |
| HSV(B) | 206.97º | 0.98% | 0.36% | - |
| XYZ | 3.1 | 3.14 | 10.34 | - |
| YUV | 40.91 | 156.27 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 51 | 91 | 0.98 | 0.44 | 0 | 0.64 | 206.97 | 0.96 | 0.18 |
| Hex | 2 | 33 | 5B | 62 | 2C | 0 | 40 | CF | 60 | 12 |
| Octal | 2 | 63 | 133 | 142 | 54 | 0 | 100 | 317 | 140 | 22 |
| Binary | 10 | 110011 | 1011011 | 1100010 | 101100 | 0 | 1000000 | 11001111 | 1100000 | 10010 |
Color Harmonies of #02335B
Complementary color
Monochromatic Colors of #02335B
Black with #02335B
Text Example
Text Example
White with #02335B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02335B; }
p { color: rgb(2,51,91); }
H1.HeaderClassName
{
color: #02335B;
}
.AnyTagClassName
{
color: #02335B;
}
</style>
background-color css
<style>
a { background-color: #02335B; }
a { background-color: rgb(2,51,91); }
div.DivClassName
{
background-color: #02335B;
}
.BgClassName
{
background-color: #02335B;
}
</style>
border-color css
<style>
span { border-color: #02335B; }
span { border-color: rgb(2,51,91); }
td.TdClassName
{
border-color: #02335B;
}
.TagClassName
{
border-color: #02335B;
}
</style>