Shades of Prussian Blue #023C64
Tints of Prussian Blue #023C64
RGB
CMYK
RGB Variations
Color information
#023C64 (or 0x023C64) is known color: Prussian Blue. HEX triplet: 02, 3C and 64. RGB value is (2,60,100). Sum of RGB (Red+Green+Blue) = 2+60+100=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 100 (39.45% from 255 or 61.73% from 162); Max value from RGB is 100 - color contains mainly: blue. Hex color #023C64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023C64 is #FDC39B. Grayscale: #2F2F2F. Windows color (decimal): -16630684 or 6568962. OLE color: 6568962.
HSL color Cylindrical-coordinate representation of color #023C64: hue angle of 204.49º 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 #023C64 is Cyan = 0.98, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 60 | 100 | - |
| CMYK | 0.98 | 0.4 | 0 | 0.61 |
| HSL | 204.49º | 0.96% | 0.2% | - |
| HSV(B) | 204.49º | 0.98% | 0.39% | - |
| XYZ | 3.94 | 4.16 | 12.65 | - |
| YUV | 47.22 | 157.78 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 100 | 0.98 | 0.4 | 0 | 0.61 | 204.49 | 0.96 | 0.2 |
| Hex | 2 | 3C | 64 | 62 | 28 | 0 | 3D | CC | 60 | 14 |
| Octal | 2 | 74 | 144 | 142 | 50 | 0 | 75 | 314 | 140 | 24 |
| Binary | 10 | 111100 | 1100100 | 1100010 | 101000 | 0 | 111101 | 11001100 | 1100000 | 10100 |
Color Harmonies of #023C64
Complementary color
Monochromatic Colors of #023C64
Black with #023C64
Text Example
Text Example
White with #023C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023C64; }
p { color: rgb(2,60,100); }
H1.HeaderClassName
{
color: #023C64;
}
.AnyTagClassName
{
color: #023C64;
}
</style>
background-color css
<style>
a { background-color: #023C64; }
a { background-color: rgb(2,60,100); }
div.DivClassName
{
background-color: #023C64;
}
.BgClassName
{
background-color: #023C64;
}
</style>
border-color css
<style>
span { border-color: #023C64; }
span { border-color: rgb(2,60,100); }
td.TdClassName
{
border-color: #023C64;
}
.TagClassName
{
border-color: #023C64;
}
</style>