Shades of Prussian Blue #003F70
Tints of Prussian Blue #003F70
RGB
CMYK
RGB Variations
Color information
#003F70 (or 0x003F70) is known color: Prussian Blue. HEX triplet: 00, 3F and 70. RGB value is (0,63,112). Sum of RGB (Red+Green+Blue) = 0+63+112=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 63 (25% from 255 or 36% 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 #003F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003F70 is #FFC08F. Grayscale: #313131. Windows color (decimal): -16760976 or 7356160. OLE color: 7356160.
HSL color Cylindrical-coordinate representation of color #003F70: hue angle of 206.25º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F70 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 63 | 112 | - |
| CMYK | 1 | 0.44 | 0 | 0.56 |
| HSL | 206.25º | 1% | 0.22% | - |
| HSV(B) | 206.25º | 1% | 0.44% | - |
| XYZ | 4.7 | 4.72 | 15.99 | - |
| YUV | 49.75 | 163.13 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 112 | 1 | 0.44 | 0 | 0.56 | 206.25 | 1 | 0.22 |
| Hex | 0 | 3F | 70 | 64 | 2C | 0 | 38 | CE | 64 | 16 |
| Octal | 0 | 77 | 160 | 144 | 54 | 0 | 70 | 316 | 144 | 26 |
| Binary | 0 | 111111 | 1110000 | 1100100 | 101100 | 0 | 111000 | 11001110 | 1100100 | 10110 |
Color Harmonies of #003F70
Complementary color
Monochromatic Colors of #003F70
Black with #003F70
Text Example
Text Example
White with #003F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003F70; }
p { color: rgb(0,63,112); }
H1.HeaderClassName
{
color: #003F70;
}
.AnyTagClassName
{
color: #003F70;
}
</style>
background-color css
<style>
a { background-color: #003F70; }
a { background-color: rgb(0,63,112); }
div.DivClassName
{
background-color: #003F70;
}
.BgClassName
{
background-color: #003F70;
}
</style>
border-color css
<style>
span { border-color: #003F70; }
span { border-color: rgb(0,63,112); }
td.TdClassName
{
border-color: #003F70;
}
.TagClassName
{
border-color: #003F70;
}
</style>