Shades of Prussian Blue #003B6C
Tints of Prussian Blue #003B6C
RGB
CMYK
RGB Variations
Color information
#003B6C (or 0x003B6C) is known color: Prussian Blue. HEX triplet: 00, 3B and 6C. RGB value is (0,59,108). Sum of RGB (Red+Green+Blue) = 0+59+108=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 108 (42.58% from 255 or 64.67% from 167); Max value from RGB is 108 - color contains mainly: blue. Hex color #003B6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003B6C is #FFC493. Grayscale: #2E2E2E. Windows color (decimal): -16762004 or 7092992. OLE color: 7092992.
HSL color Cylindrical-coordinate representation of color #003B6C: hue angle of 207.22º 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 #003B6C is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 59 | 108 | - |
| CMYK | 1 | 0.45 | 0 | 0.58 |
| HSL | 207.22º | 1% | 0.21% | - |
| HSV(B) | 207.22º | 1% | 0.42% | - |
| XYZ | 4.27 | 4.21 | 14.78 | - |
| YUV | 46.95 | 162.45 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 108 | 1 | 0.45 | 0 | 0.58 | 207.22 | 1 | 0.21 |
| Hex | 0 | 3B | 6C | 64 | 2D | 0 | 3A | CF | 64 | 15 |
| Octal | 0 | 73 | 154 | 144 | 55 | 0 | 72 | 317 | 144 | 25 |
| Binary | 0 | 111011 | 1101100 | 1100100 | 101101 | 0 | 111010 | 11001111 | 1100100 | 10101 |
Color Harmonies of #003B6C
Complementary color
Monochromatic Colors of #003B6C
Black with #003B6C
Text Example
Text Example
White with #003B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003B6C; }
p { color: rgb(0,59,108); }
H1.HeaderClassName
{
color: #003B6C;
}
.AnyTagClassName
{
color: #003B6C;
}
</style>
background-color css
<style>
a { background-color: #003B6C; }
a { background-color: rgb(0,59,108); }
div.DivClassName
{
background-color: #003B6C;
}
.BgClassName
{
background-color: #003B6C;
}
</style>
border-color css
<style>
span { border-color: #003B6C; }
span { border-color: rgb(0,59,108); }
td.TdClassName
{
border-color: #003B6C;
}
.TagClassName
{
border-color: #003B6C;
}
</style>