Shades of Prussian Blue #023764
Tints of Prussian Blue #023764
RGB
CMYK
RGB Variations
Color information
#023764 (or 0x023764) is known color: Prussian Blue. HEX triplet: 02, 37 and 64. RGB value is (2,55,100). Sum of RGB (Red+Green+Blue) = 2+55+100=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 100 (39.45% from 255 or 63.69% from 157); Max value from RGB is 100 - color contains mainly: blue. Hex color #023764 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023764 is #FDC89B. Grayscale: #2C2C2C. Windows color (decimal): -16631964 or 6567682. OLE color: 6567682.
HSL color Cylindrical-coordinate representation of color #023764: hue angle of 207.55º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023764 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 55 | 100 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.61 |
| HSL | 207.55º | 0.96% | 0.2% | - |
| HSV(B) | 207.55º | 0.98% | 0.39% | - |
| XYZ | 3.69 | 3.67 | 12.57 | - |
| YUV | 44.28 | 159.44 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 55 | 100 | 0.98 | 0.45 | 0 | 0.61 | 207.55 | 0.96 | 0.2 |
| Hex | 2 | 37 | 64 | 62 | 2D | 0 | 3D | D0 | 60 | 14 |
| Octal | 2 | 67 | 144 | 142 | 55 | 0 | 75 | 320 | 140 | 24 |
| Binary | 10 | 110111 | 1100100 | 1100010 | 101101 | 0 | 111101 | 11010000 | 1100000 | 10100 |
Color Harmonies of #023764
Complementary color
Monochromatic Colors of #023764
Black with #023764
Text Example
Text Example
White with #023764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023764; }
p { color: rgb(2,55,100); }
H1.HeaderClassName
{
color: #023764;
}
.AnyTagClassName
{
color: #023764;
}
</style>
background-color css
<style>
a { background-color: #023764; }
a { background-color: rgb(2,55,100); }
div.DivClassName
{
background-color: #023764;
}
.BgClassName
{
background-color: #023764;
}
</style>
border-color css
<style>
span { border-color: #023764; }
span { border-color: rgb(2,55,100); }
td.TdClassName
{
border-color: #023764;
}
.TagClassName
{
border-color: #023764;
}
</style>