Shades of Prussian Blue #02375C
Tints of Prussian Blue #02375C
RGB
CMYK
RGB Variations
Color information
#02375C (or 0x02375C) is known color: Prussian Blue. HEX triplet: 02, 37 and 5C. RGB value is (2,55,92). Sum of RGB (Red+Green+Blue) = 2+55+92=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 92 (36.33% from 255 or 61.74% from 149); Max value from RGB is 92 - color contains mainly: blue. Hex color #02375C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02375C is #FDC8A3. Grayscale: #2B2B2B. Windows color (decimal): -16631972 or 6043394. OLE color: 6043394.
HSL color Cylindrical-coordinate representation of color #02375C: hue angle of 204.67º 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 #02375C is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 55 | 92 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.64 |
| HSL | 204.67º | 0.96% | 0.18% | - |
| HSV(B) | 204.67º | 0.98% | 0.36% | - |
| XYZ | 3.32 | 3.52 | 10.63 | - |
| YUV | 43.37 | 155.44 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 55 | 92 | 0.98 | 0.40 | 0 | 0.64 | 204.67 | 0.96 | 0.18 |
| Hex | 2 | 37 | 5C | 62 | 28 | 0 | 40 | CD | 60 | 12 |
| Octal | 2 | 67 | 134 | 142 | 50 | 0 | 100 | 315 | 140 | 22 |
| Binary | 10 | 110111 | 1011100 | 1100010 | 101000 | 0 | 1000000 | 11001101 | 1100000 | 10010 |
Color Harmonies of #02375C
Complementary color
Monochromatic Colors of #02375C
Black with #02375C
Text Example
Text Example
White with #02375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02375C; }
p { color: rgb(2,55,92); }
H1.HeaderClassName
{
color: #02375C;
}
.AnyTagClassName
{
color: #02375C;
}
</style>
background-color css
<style>
a { background-color: #02375C; }
a { background-color: rgb(2,55,92); }
div.DivClassName
{
background-color: #02375C;
}
.BgClassName
{
background-color: #02375C;
}
</style>
border-color css
<style>
span { border-color: #02375C; }
span { border-color: rgb(2,55,92); }
td.TdClassName
{
border-color: #02375C;
}
.TagClassName
{
border-color: #02375C;
}
</style>