Shades of Prussian Blue #02385E
Tints of Prussian Blue #02385E
RGB
CMYK
RGB Variations
Color information
#02385E (or 0x02385E) is known color: Prussian Blue. HEX triplet: 02, 38 and 5E. RGB value is (2,56,94). Sum of RGB (Red+Green+Blue) = 2+56+94=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 94 (37.11% from 255 or 61.84% from 152); Max value from RGB is 94 - color contains mainly: blue. Hex color #02385E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02385E is #FDC7A1. Grayscale: #2B2B2B. Windows color (decimal): -16631714 or 6174722. OLE color: 6174722.
HSL color Cylindrical-coordinate representation of color #02385E: hue angle of 204.78º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02385E is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 2 | 56 | 94 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.63 |
| HSL | 204.78º | 0.96% | 0.19% | - |
| HSV(B) | 204.78º | 0.98% | 0.37% | - |
| XYZ | 3.46 | 3.65 | 11.11 | - |
| YUV | 44.19 | 156.11 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 56 | 94 | 0.98 | 0.40 | 0 | 0.63 | 204.78 | 0.96 | 0.19 |
| Hex | 2 | 38 | 5E | 62 | 28 | 0 | 3F | CD | 60 | 13 |
| Octal | 2 | 70 | 136 | 142 | 50 | 0 | 77 | 315 | 140 | 23 |
| Binary | 10 | 111000 | 1011110 | 1100010 | 101000 | 0 | 111111 | 11001101 | 1100000 | 10011 |
Color Harmonies of #02385E
Complementary color
Monochromatic Colors of #02385E
Black with #02385E
Text Example
Text Example
White with #02385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02385E; }
p { color: rgb(2,56,94); }
H1.HeaderClassName
{
color: #02385E;
}
.AnyTagClassName
{
color: #02385E;
}
</style>
background-color css
<style>
a { background-color: #02385E; }
a { background-color: rgb(2,56,94); }
div.DivClassName
{
background-color: #02385E;
}
.BgClassName
{
background-color: #02385E;
}
</style>
border-color css
<style>
span { border-color: #02385E; }
span { border-color: rgb(2,56,94); }
td.TdClassName
{
border-color: #02385E;
}
.TagClassName
{
border-color: #02385E;
}
</style>