Shades of Prussian Blue #003A69
Tints of Prussian Blue #003A69
RGB
CMYK
RGB Variations
Color information
#003A69 (or 0x003A69) is known color: Prussian Blue. HEX triplet: 00, 3A and 69. RGB value is (0,58,105). Sum of RGB (Red+Green+Blue) = 0+58+105=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 105 (41.41% from 255 or 64.42% from 163); Max value from RGB is 105 - color contains mainly: blue. Hex color #003A69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003A69 is #FFC596. Grayscale: #2D2D2D. Windows color (decimal): -16762263 or 6896128. OLE color: 6896128.
HSL color Cylindrical-coordinate representation of color #003A69: hue angle of 206.86º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A69 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 58 | 105 | - |
| CMYK | 1 | 0.45 | 0 | 0.59 |
| HSL | 206.86º | 1% | 0.21% | - |
| HSV(B) | 206.86º | 1% | 0.41% | - |
| XYZ | 4.06 | 4.05 | 13.93 | - |
| YUV | 46.02 | 161.28 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 105 | 1 | 0.45 | 0 | 0.59 | 206.86 | 1 | 0.21 |
| Hex | 0 | 3A | 69 | 64 | 2D | 0 | 3B | CF | 64 | 15 |
| Octal | 0 | 72 | 151 | 144 | 55 | 0 | 73 | 317 | 144 | 25 |
| Binary | 0 | 111010 | 1101001 | 1100100 | 101101 | 0 | 111011 | 11001111 | 1100100 | 10101 |
Color Harmonies of #003A69
Complementary color
Monochromatic Colors of #003A69
Black with #003A69
Text Example
Text Example
White with #003A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003A69; }
p { color: rgb(0,58,105); }
H1.HeaderClassName
{
color: #003A69;
}
.AnyTagClassName
{
color: #003A69;
}
</style>
background-color css
<style>
a { background-color: #003A69; }
a { background-color: rgb(0,58,105); }
div.DivClassName
{
background-color: #003A69;
}
.BgClassName
{
background-color: #003A69;
}
</style>
border-color css
<style>
span { border-color: #003A69; }
span { border-color: rgb(0,58,105); }
td.TdClassName
{
border-color: #003A69;
}
.TagClassName
{
border-color: #003A69;
}
</style>