Shades of Prussian Blue #04376B
Tints of Prussian Blue #04376B
RGB
CMYK
RGB Variations
Color information
#04376B (or 0x04376B) is known color: Prussian Blue. HEX triplet: 04, 37 and 6B. RGB value is (4,55,107). Sum of RGB (Red+Green+Blue) = 4+55+107=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 107 (42.19% from 255 or 64.46% from 166); Max value from RGB is 107 - color contains mainly: blue. Hex color #04376B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04376B is #FBC894. Grayscale: #2D2D2D. Windows color (decimal): -16500885 or 7026436. OLE color: 7026436.
HSL color Cylindrical-coordinate representation of color #04376B: hue angle of 210.29º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04376B is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 55 | 107 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.58 |
| HSL | 210.29º | 0.93% | 0.22% | - |
| HSV(B) | 210.29º | 0.96% | 0.42% | - |
| XYZ | 4.07 | 3.82 | 14.43 | - |
| YUV | 45.68 | 162.6 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 55 | 107 | 0.96 | 0.49 | 0 | 0.58 | 210.29 | 0.93 | 0.22 |
| Hex | 4 | 37 | 6B | 60 | 31 | 0 | 3A | D2 | 5D | 16 |
| Octal | 4 | 67 | 153 | 140 | 61 | 0 | 72 | 322 | 135 | 26 |
| Binary | 100 | 110111 | 1101011 | 1100000 | 110001 | 0 | 111010 | 11010010 | 1011101 | 10110 |
Color Harmonies of #04376B
Complementary color
Monochromatic Colors of #04376B
Black with #04376B
Text Example
Text Example
White with #04376B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04376B; }
p { color: rgb(4,55,107); }
H1.HeaderClassName
{
color: #04376B;
}
.AnyTagClassName
{
color: #04376B;
}
</style>
background-color css
<style>
a { background-color: #04376B; }
a { background-color: rgb(4,55,107); }
div.DivClassName
{
background-color: #04376B;
}
.BgClassName
{
background-color: #04376B;
}
</style>
border-color css
<style>
span { border-color: #04376B; }
span { border-color: rgb(4,55,107); }
td.TdClassName
{
border-color: #04376B;
}
.TagClassName
{
border-color: #04376B;
}
</style>