Shades of Prussian Blue #04376E
Tints of Prussian Blue #04376E
RGB
CMYK
RGB Variations
Color information
#04376E (or 0x04376E) is known color: Prussian Blue. HEX triplet: 04, 37 and 6E. RGB value is (4,55,110). Sum of RGB (Red+Green+Blue) = 4+55+110=169 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.37% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 110 (43.36% from 255 or 65.09% from 169); Max value from RGB is 110 - color contains mainly: blue. Hex color #04376E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04376E is #FBC891. Grayscale: #2D2D2D. Windows color (decimal): -16500882 or 7223044. OLE color: 7223044.
HSL color Cylindrical-coordinate representation of color #04376E: hue angle of 211.13º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04376E is Cyan = 0.96, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 55 | 110 | - |
| CMYK | 0.96 | 0.5 | 0 | 0.57 |
| HSL | 211.13º | 0.93% | 0.22% | - |
| HSV(B) | 211.13º | 0.96% | 0.43% | - |
| XYZ | 4.23 | 3.88 | 15.28 | - |
| YUV | 46.02 | 164.1 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 55 | 110 | 0.96 | 0.5 | 0 | 0.57 | 211.13 | 0.93 | 0.22 |
| Hex | 4 | 37 | 6E | 60 | 32 | 0 | 39 | D3 | 5D | 16 |
| Octal | 4 | 67 | 156 | 140 | 62 | 0 | 71 | 323 | 135 | 26 |
| Binary | 100 | 110111 | 1101110 | 1100000 | 110010 | 0 | 111001 | 11010011 | 1011101 | 10110 |
Color Harmonies of #04376E
Complementary color
Monochromatic Colors of #04376E
Black with #04376E
Text Example
Text Example
White with #04376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04376E; }
p { color: rgb(4,55,110); }
H1.HeaderClassName
{
color: #04376E;
}
.AnyTagClassName
{
color: #04376E;
}
</style>
background-color css
<style>
a { background-color: #04376E; }
a { background-color: rgb(4,55,110); }
div.DivClassName
{
background-color: #04376E;
}
.BgClassName
{
background-color: #04376E;
}
</style>
border-color css
<style>
span { border-color: #04376E; }
span { border-color: rgb(4,55,110); }
td.TdClassName
{
border-color: #04376E;
}
.TagClassName
{
border-color: #04376E;
}
</style>