Shades of Prussian Blue #02334C
Tints of Prussian Blue #02334C
RGB
CMYK
RGB Variations
Color information
#02334C (or 0x02334C) is known color: Prussian Blue. HEX triplet: 02, 33 and 4C. RGB value is (2,51,76). Sum of RGB (Red+Green+Blue) = 2+51+76=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 76 (30.08% from 255 or 58.91% from 129); Max value from RGB is 76 - color contains mainly: blue. Hex color #02334C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02334C is #FDCCB3. Grayscale: #272727. Windows color (decimal): -16633012 or 4993794. OLE color: 4993794.
HSL color Cylindrical-coordinate representation of color #02334C: hue angle of 200.27º 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 #02334C is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 51 | 76 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.70 |
| HSL | 200.27º | 0.95% | 0.15% | - |
| HSV(B) | 200.27º | 0.97% | 0.3% | - |
| XYZ | 2.51 | 2.9 | 7.27 | - |
| YUV | 39.2 | 148.77 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 51 | 76 | 0.97 | 0.33 | 0 | 0.70 | 200.27 | 0.95 | 0.15 |
| Hex | 2 | 33 | 4C | 61 | 21 | 0 | 46 | C8 | 5F | F |
| Octal | 2 | 63 | 114 | 141 | 41 | 0 | 106 | 310 | 137 | 17 |
| Binary | 10 | 110011 | 1001100 | 1100001 | 100001 | 0 | 1000110 | 11001000 | 1011111 | 1111 |
Color Harmonies of #02334C
Complementary color
Monochromatic Colors of #02334C
Black with #02334C
Text Example
Text Example
White with #02334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02334C; }
p { color: rgb(2,51,76); }
H1.HeaderClassName
{
color: #02334C;
}
.AnyTagClassName
{
color: #02334C;
}
</style>
background-color css
<style>
a { background-color: #02334C; }
a { background-color: rgb(2,51,76); }
div.DivClassName
{
background-color: #02334C;
}
.BgClassName
{
background-color: #02334C;
}
</style>
border-color css
<style>
span { border-color: #02334C; }
span { border-color: rgb(2,51,76); }
td.TdClassName
{
border-color: #02334C;
}
.TagClassName
{
border-color: #02334C;
}
</style>