Shades of Prussian Blue #023D70
Tints of Prussian Blue #023D70
RGB
CMYK
RGB Variations
Color information
#023D70 (or 0x023D70) is known color: Prussian Blue. HEX triplet: 02, 3D and 70. RGB value is (2,61,112). Sum of RGB (Red+Green+Blue) = 2+61+112=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 112 (44.14% from 255 or 64% from 175); Max value from RGB is 112 - color contains mainly: blue. Hex color #023D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023D70 is #FDC28F. Grayscale: #303030. Windows color (decimal): -16630416 or 7355650. OLE color: 7355650.
HSL color Cylindrical-coordinate representation of color #023D70: hue angle of 207.82º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023D70 is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 61 | 112 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.56 |
| HSL | 207.82º | 0.96% | 0.22% | - |
| HSV(B) | 207.82º | 0.98% | 0.44% | - |
| XYZ | 4.62 | 4.52 | 15.96 | - |
| YUV | 49.17 | 163.45 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 112 | 0.98 | 0.46 | 0 | 0.56 | 207.82 | 0.96 | 0.22 |
| Hex | 2 | 3D | 70 | 62 | 2E | 0 | 38 | D0 | 60 | 16 |
| Octal | 2 | 75 | 160 | 142 | 56 | 0 | 70 | 320 | 140 | 26 |
| Binary | 10 | 111101 | 1110000 | 1100010 | 101110 | 0 | 111000 | 11010000 | 1100000 | 10110 |
Color Harmonies of #023D70
Complementary color
Monochromatic Colors of #023D70
Black with #023D70
Text Example
Text Example
White with #023D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023D70; }
p { color: rgb(2,61,112); }
H1.HeaderClassName
{
color: #023D70;
}
.AnyTagClassName
{
color: #023D70;
}
</style>
background-color css
<style>
a { background-color: #023D70; }
a { background-color: rgb(2,61,112); }
div.DivClassName
{
background-color: #023D70;
}
.BgClassName
{
background-color: #023D70;
}
</style>
border-color css
<style>
span { border-color: #023D70; }
span { border-color: rgb(2,61,112); }
td.TdClassName
{
border-color: #023D70;
}
.TagClassName
{
border-color: #023D70;
}
</style>