Shades of Prussian Blue #003A6F
Tints of Prussian Blue #003A6F
RGB
CMYK
RGB Variations
Color information
#003A6F (or 0x003A6F) is known color: Prussian Blue. HEX triplet: 00, 3A and 6F. RGB value is (0,58,111). Sum of RGB (Red+Green+Blue) = 0+58+111=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 111 (43.75% from 255 or 65.68% from 169); Max value from RGB is 111 - color contains mainly: blue. Hex color #003A6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003A6F is #FFC590. Grayscale: #2E2E2E. Windows color (decimal): -16762257 or 7289344. OLE color: 7289344.
HSL color Cylindrical-coordinate representation of color #003A6F: hue angle of 208.65º 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 #003A6F is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 58 | 111 | - |
| CMYK | 1 | 0.48 | 0 | 0.56 |
| HSL | 208.65º | 1% | 0.22% | - |
| HSV(B) | 208.65º | 1% | 0.44% | - |
| XYZ | 4.38 | 4.17 | 15.61 | - |
| YUV | 46.7 | 164.28 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 111 | 1 | 0.48 | 0 | 0.56 | 208.65 | 1 | 0.22 |
| Hex | 0 | 3A | 6F | 64 | 30 | 0 | 38 | D1 | 64 | 16 |
| Octal | 0 | 72 | 157 | 144 | 60 | 0 | 70 | 321 | 144 | 26 |
| Binary | 0 | 111010 | 1101111 | 1100100 | 110000 | 0 | 111000 | 11010001 | 1100100 | 10110 |
Color Harmonies of #003A6F
Complementary color
Monochromatic Colors of #003A6F
Black with #003A6F
Text Example
Text Example
White with #003A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003A6F; }
p { color: rgb(0,58,111); }
H1.HeaderClassName
{
color: #003A6F;
}
.AnyTagClassName
{
color: #003A6F;
}
</style>
background-color css
<style>
a { background-color: #003A6F; }
a { background-color: rgb(0,58,111); }
div.DivClassName
{
background-color: #003A6F;
}
.BgClassName
{
background-color: #003A6F;
}
</style>
border-color css
<style>
span { border-color: #003A6F; }
span { border-color: rgb(0,58,111); }
td.TdClassName
{
border-color: #003A6F;
}
.TagClassName
{
border-color: #003A6F;
}
</style>