Shades of Prussian Blue #003A6B
Tints of Prussian Blue #003A6B
RGB
CMYK
RGB Variations
Color information
#003A6B (or 0x003A6B) is known color: Prussian Blue. HEX triplet: 00, 3A and 6B. RGB value is (0,58,107). Sum of RGB (Red+Green+Blue) = 0+58+107=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 107 (42.19% from 255 or 64.85% from 165); Max value from RGB is 107 - color contains mainly: blue. Hex color #003A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003A6B is #FFC594. Grayscale: #2D2D2D. Windows color (decimal): -16762261 or 7027200. OLE color: 7027200.
HSL color Cylindrical-coordinate representation of color #003A6B: hue angle of 207.48º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A6B is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 58 | 107 | - |
| CMYK | 1 | 0.46 | 0 | 0.58 |
| HSL | 207.48º | 1% | 0.21% | - |
| HSV(B) | 207.48º | 1% | 0.42% | - |
| XYZ | 4.17 | 4.09 | 14.48 | - |
| YUV | 46.24 | 162.28 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 107 | 1 | 0.46 | 0 | 0.58 | 207.48 | 1 | 0.21 |
| Hex | 0 | 3A | 6B | 64 | 2E | 0 | 3A | CF | 64 | 15 |
| Octal | 0 | 72 | 153 | 144 | 56 | 0 | 72 | 317 | 144 | 25 |
| Binary | 0 | 111010 | 1101011 | 1100100 | 101110 | 0 | 111010 | 11001111 | 1100100 | 10101 |
Color Harmonies of #003A6B
Complementary color
Monochromatic Colors of #003A6B
Black with #003A6B
Text Example
Text Example
White with #003A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003A6B; }
p { color: rgb(0,58,107); }
H1.HeaderClassName
{
color: #003A6B;
}
.AnyTagClassName
{
color: #003A6B;
}
</style>
background-color css
<style>
a { background-color: #003A6B; }
a { background-color: rgb(0,58,107); }
div.DivClassName
{
background-color: #003A6B;
}
.BgClassName
{
background-color: #003A6B;
}
</style>
border-color css
<style>
span { border-color: #003A6B; }
span { border-color: rgb(0,58,107); }
td.TdClassName
{
border-color: #003A6B;
}
.TagClassName
{
border-color: #003A6B;
}
</style>