Shades of Prussian Blue #023D64
Tints of Prussian Blue #023D64
RGB
CMYK
RGB Variations
Color information
#023D64 (or 0x023D64) is known color: Prussian Blue. HEX triplet: 02, 3D and 64. RGB value is (2,61,100). Sum of RGB (Red+Green+Blue) = 2+61+100=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 61 (24.22% from 255 or 37.42% from 163); Blue value is 100 (39.45% from 255 or 61.35% from 163); Max value from RGB is 100 - color contains mainly: blue. Hex color #023D64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023D64 is #FDC29B. Grayscale: #2F2F2F. Windows color (decimal): -16630428 or 6569218. OLE color: 6569218.
HSL color Cylindrical-coordinate representation of color #023D64: hue angle of 203.88º 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 #023D64 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 61 | 100 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.61 |
| HSL | 203.88º | 0.96% | 0.2% | - |
| HSV(B) | 203.88º | 0.98% | 0.39% | - |
| XYZ | 3.99 | 4.27 | 12.67 | - |
| YUV | 47.81 | 157.45 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 100 | 0.98 | 0.39 | 0 | 0.61 | 203.88 | 0.96 | 0.2 |
| Hex | 2 | 3D | 64 | 62 | 27 | 0 | 3D | CC | 60 | 14 |
| Octal | 2 | 75 | 144 | 142 | 47 | 0 | 75 | 314 | 140 | 24 |
| Binary | 10 | 111101 | 1100100 | 1100010 | 100111 | 0 | 111101 | 11001100 | 1100000 | 10100 |
Color Harmonies of #023D64
Complementary color
Monochromatic Colors of #023D64
Black with #023D64
Text Example
Text Example
White with #023D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023D64; }
p { color: rgb(2,61,100); }
H1.HeaderClassName
{
color: #023D64;
}
.AnyTagClassName
{
color: #023D64;
}
</style>
background-color css
<style>
a { background-color: #023D64; }
a { background-color: rgb(2,61,100); }
div.DivClassName
{
background-color: #023D64;
}
.BgClassName
{
background-color: #023D64;
}
</style>
border-color css
<style>
span { border-color: #023D64; }
span { border-color: rgb(2,61,100); }
td.TdClassName
{
border-color: #023D64;
}
.TagClassName
{
border-color: #023D64;
}
</style>