Shades of Prussian Blue #02334D
Tints of Prussian Blue #02334D
RGB
CMYK
RGB Variations
Color information
#02334D (or 0x02334D) is known color: Prussian Blue. HEX triplet: 02, 33 and 4D. RGB value is (2,51,77). Sum of RGB (Red+Green+Blue) = 2+51+77=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #02334D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02334D is #FDCCB2. Grayscale: #272727. Windows color (decimal): -16633011 or 5059330. OLE color: 5059330.
HSL color Cylindrical-coordinate representation of color #02334D: hue angle of 200.8º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02334D is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 51 | 77 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.70 |
| HSL | 200.8º | 0.95% | 0.15% | - |
| HSV(B) | 200.8º | 0.97% | 0.3% | - |
| XYZ | 2.55 | 2.92 | 7.45 | - |
| YUV | 39.31 | 149.27 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 51 | 77 | 0.97 | 0.34 | 0 | 0.70 | 200.8 | 0.95 | 0.15 |
| Hex | 2 | 33 | 4D | 61 | 22 | 0 | 46 | C9 | 5F | F |
| Octal | 2 | 63 | 115 | 141 | 42 | 0 | 106 | 311 | 137 | 17 |
| Binary | 10 | 110011 | 1001101 | 1100001 | 100010 | 0 | 1000110 | 11001001 | 1011111 | 1111 |
Color Harmonies of #02334D
Complementary color
Monochromatic Colors of #02334D
Black with #02334D
Text Example
Text Example
White with #02334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02334D; }
p { color: rgb(2,51,77); }
H1.HeaderClassName
{
color: #02334D;
}
.AnyTagClassName
{
color: #02334D;
}
</style>
background-color css
<style>
a { background-color: #02334D; }
a { background-color: rgb(2,51,77); }
div.DivClassName
{
background-color: #02334D;
}
.BgClassName
{
background-color: #02334D;
}
</style>
border-color css
<style>
span { border-color: #02334D; }
span { border-color: rgb(2,51,77); }
td.TdClassName
{
border-color: #02334D;
}
.TagClassName
{
border-color: #02334D;
}
</style>