Shades of Prussian Blue #003A57
Tints of Prussian Blue #003A57
RGB
CMYK
RGB Variations
Color information
#003A57 (or 0x003A57) is known color: Prussian Blue. HEX triplet: 00, 3A and 57. RGB value is (0,58,87). Sum of RGB (Red+Green+Blue) = 0+58+87=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 58 (23.05% from 255 or 40% from 145); Blue value is 87 (34.38% from 255 or 60% from 145); Max value from RGB is 87 - color contains mainly: blue. Hex color #003A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003A57 is #FFC5A8. Grayscale: #2B2B2B. Windows color (decimal): -16762281 or 5716480. OLE color: 5716480.
HSL color Cylindrical-coordinate representation of color #003A57: hue angle of 200º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A57 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 0 | 58 | 87 | - |
| CMYK | 1 | 0.33 | 0 | 0.66 |
| HSL | 200º | 1% | 0.17% | - |
| HSV(B) | 200º | 1% | 0.34% | - |
| XYZ | 3.23 | 3.71 | 9.56 | - |
| YUV | 43.96 | 152.28 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 87 | 1 | 0.33 | 0 | 0.66 | 200 | 1 | 0.17 |
| Hex | 0 | 3A | 57 | 64 | 21 | 0 | 42 | C8 | 64 | 11 |
| Octal | 0 | 72 | 127 | 144 | 41 | 0 | 102 | 310 | 144 | 21 |
| Binary | 0 | 111010 | 1010111 | 1100100 | 100001 | 0 | 1000010 | 11001000 | 1100100 | 10001 |
Color Harmonies of #003A57
Complementary color
Monochromatic Colors of #003A57
Black with #003A57
Text Example
Text Example
White with #003A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003A57; }
p { color: rgb(0,58,87); }
H1.HeaderClassName
{
color: #003A57;
}
.AnyTagClassName
{
color: #003A57;
}
</style>
background-color css
<style>
a { background-color: #003A57; }
a { background-color: rgb(0,58,87); }
div.DivClassName
{
background-color: #003A57;
}
.BgClassName
{
background-color: #003A57;
}
</style>
border-color css
<style>
span { border-color: #003A57; }
span { border-color: rgb(0,58,87); }
td.TdClassName
{
border-color: #003A57;
}
.TagClassName
{
border-color: #003A57;
}
</style>