Shades of Prussian Blue #04375F
Tints of Prussian Blue #04375F
RGB
CMYK
RGB Variations
Color information
#04375F (or 0x04375F) is known color: Prussian Blue. HEX triplet: 04, 37 and 5F. RGB value is (4,55,95). Sum of RGB (Red+Green+Blue) = 4+55+95=154 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.60% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 95 (37.5% from 255 or 61.69% from 154); Max value from RGB is 95 - color contains mainly: blue. Hex color #04375F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04375F is #FBC8A0. Grayscale: #2C2C2C. Windows color (decimal): -16500897 or 6240004. OLE color: 6240004.
HSL color Cylindrical-coordinate representation of color #04375F: hue angle of 206.37º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04375F is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 55 | 95 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.63 |
| HSL | 206.37º | 0.92% | 0.19% | - |
| HSV(B) | 206.37º | 0.96% | 0.37% | - |
| XYZ | 3.48 | 3.58 | 11.33 | - |
| YUV | 44.31 | 156.6 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 55 | 95 | 0.96 | 0.42 | 0 | 0.63 | 206.37 | 0.92 | 0.19 |
| Hex | 4 | 37 | 5F | 60 | 2A | 0 | 3F | CE | 5C | 13 |
| Octal | 4 | 67 | 137 | 140 | 52 | 0 | 77 | 316 | 134 | 23 |
| Binary | 100 | 110111 | 1011111 | 1100000 | 101010 | 0 | 111111 | 11001110 | 1011100 | 10011 |
Color Harmonies of #04375F
Complementary color
Monochromatic Colors of #04375F
Black with #04375F
Text Example
Text Example
White with #04375F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04375F; }
p { color: rgb(4,55,95); }
H1.HeaderClassName
{
color: #04375F;
}
.AnyTagClassName
{
color: #04375F;
}
</style>
background-color css
<style>
a { background-color: #04375F; }
a { background-color: rgb(4,55,95); }
div.DivClassName
{
background-color: #04375F;
}
.BgClassName
{
background-color: #04375F;
}
</style>
border-color css
<style>
span { border-color: #04375F; }
span { border-color: rgb(4,55,95); }
td.TdClassName
{
border-color: #04375F;
}
.TagClassName
{
border-color: #04375F;
}
</style>