Shades of Prussian Blue #02354E
Tints of Prussian Blue #02354E
RGB
CMYK
RGB Variations
Color information
#02354E (or 0x02354E) is known color: Prussian Blue. HEX triplet: 02, 35 and 4E. RGB value is (2,53,78). Sum of RGB (Red+Green+Blue) = 2+53+78=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 78 (30.86% from 255 or 58.65% from 133); Max value from RGB is 78 - color contains mainly: blue. Hex color #02354E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02354E is #FDCAB1. Grayscale: #282828. Windows color (decimal): -16632498 or 5125378. OLE color: 5125378.
HSL color Cylindrical-coordinate representation of color #02354E: hue angle of 199.74º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02354E is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 53 | 78 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.69 |
| HSL | 199.74º | 0.95% | 0.16% | - |
| HSV(B) | 199.74º | 0.97% | 0.31% | - |
| XYZ | 2.67 | 3.11 | 7.67 | - |
| YUV | 40.6 | 149.1 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 53 | 78 | 0.97 | 0.32 | 0 | 0.69 | 199.74 | 0.95 | 0.16 |
| Hex | 2 | 35 | 4E | 61 | 20 | 0 | 45 | C8 | 5F | 10 |
| Octal | 2 | 65 | 116 | 141 | 40 | 0 | 105 | 310 | 137 | 20 |
| Binary | 10 | 110101 | 1001110 | 1100001 | 100000 | 0 | 1000101 | 11001000 | 1011111 | 10000 |
Color Harmonies of #02354E
Complementary color
Monochromatic Colors of #02354E
Black with #02354E
Text Example
Text Example
White with #02354E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02354E; }
p { color: rgb(2,53,78); }
H1.HeaderClassName
{
color: #02354E;
}
.AnyTagClassName
{
color: #02354E;
}
</style>
background-color css
<style>
a { background-color: #02354E; }
a { background-color: rgb(2,53,78); }
div.DivClassName
{
background-color: #02354E;
}
.BgClassName
{
background-color: #02354E;
}
</style>
border-color css
<style>
span { border-color: #02354E; }
span { border-color: rgb(2,53,78); }
td.TdClassName
{
border-color: #02354E;
}
.TagClassName
{
border-color: #02354E;
}
</style>