Shades of Prussian Blue #003A62
Tints of Prussian Blue #003A62
RGB
CMYK
RGB Variations
Color information
#003A62 (or 0x003A62) is known color: Prussian Blue. HEX triplet: 00, 3A and 62. RGB value is (0,58,98). Sum of RGB (Red+Green+Blue) = 0+58+98=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 98 (38.67% from 255 or 62.82% from 156); Max value from RGB is 98 - color contains mainly: blue. Hex color #003A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003A62 is #FFC59D. Grayscale: #2D2D2D. Windows color (decimal): -16762270 or 6437376. OLE color: 6437376.
HSL color Cylindrical-coordinate representation of color #003A62: hue angle of 204.49º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A62 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 58 | 98 | - |
| CMYK | 1 | 0.41 | 0 | 0.62 |
| HSL | 204.49º | 1% | 0.19% | - |
| HSV(B) | 204.49º | 1% | 0.38% | - |
| XYZ | 3.72 | 3.91 | 12.11 | - |
| YUV | 45.22 | 157.78 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 98 | 1 | 0.41 | 0 | 0.62 | 204.49 | 1 | 0.19 |
| Hex | 0 | 3A | 62 | 64 | 29 | 0 | 3E | CC | 64 | 13 |
| Octal | 0 | 72 | 142 | 144 | 51 | 0 | 76 | 314 | 144 | 23 |
| Binary | 0 | 111010 | 1100010 | 1100100 | 101001 | 0 | 111110 | 11001100 | 1100100 | 10011 |
Color Harmonies of #003A62
Complementary color
Monochromatic Colors of #003A62
Black with #003A62
Text Example
Text Example
White with #003A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003A62; }
p { color: rgb(0,58,98); }
H1.HeaderClassName
{
color: #003A62;
}
.AnyTagClassName
{
color: #003A62;
}
</style>
background-color css
<style>
a { background-color: #003A62; }
a { background-color: rgb(0,58,98); }
div.DivClassName
{
background-color: #003A62;
}
.BgClassName
{
background-color: #003A62;
}
</style>
border-color css
<style>
span { border-color: #003A62; }
span { border-color: rgb(0,58,98); }
td.TdClassName
{
border-color: #003A62;
}
.TagClassName
{
border-color: #003A62;
}
</style>