Shades of Prussian Blue #003677
Tints of Prussian Blue #003677
RGB
CMYK
RGB Variations
Color information
#003677 (or 0x003677) is known color: Prussian Blue. HEX triplet: 00, 36 and 77. RGB value is (0,54,119). Sum of RGB (Red+Green+Blue) = 0+54+119=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 119 (46.88% from 255 or 68.79% from 173); Max value from RGB is 119 - color contains mainly: blue. Hex color #003677 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003677 is #FFC988. Grayscale: #2C2C2C. Windows color (decimal): -16763273 or 7812608. OLE color: 7812608.
HSL color Cylindrical-coordinate representation of color #003677: hue angle of 212.77º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003677 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 54 | 119 | - |
| CMYK | 1 | 0.55 | 0 | 0.53 |
| HSL | 212.77º | 1% | 0.23% | - |
| HSV(B) | 212.77º | 1% | 0.47% | - |
| XYZ | 4.65 | 3.97 | 17.97 | - |
| YUV | 45.26 | 169.61 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 119 | 1 | 0.55 | 0 | 0.53 | 212.77 | 1 | 0.23 |
| Hex | 0 | 36 | 77 | 64 | 37 | 0 | 35 | D5 | 64 | 17 |
| Octal | 0 | 66 | 167 | 144 | 67 | 0 | 65 | 325 | 144 | 27 |
| Binary | 0 | 110110 | 1110111 | 1100100 | 110111 | 0 | 110101 | 11010101 | 1100100 | 10111 |
Color Harmonies of #003677
Complementary color
Monochromatic Colors of #003677
Black with #003677
Text Example
Text Example
White with #003677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003677; }
p { color: rgb(0,54,119); }
H1.HeaderClassName
{
color: #003677;
}
.AnyTagClassName
{
color: #003677;
}
</style>
background-color css
<style>
a { background-color: #003677; }
a { background-color: rgb(0,54,119); }
div.DivClassName
{
background-color: #003677;
}
.BgClassName
{
background-color: #003677;
}
</style>
border-color css
<style>
span { border-color: #003677; }
span { border-color: rgb(0,54,119); }
td.TdClassName
{
border-color: #003677;
}
.TagClassName
{
border-color: #003677;
}
</style>