Shades of Prussian Blue #04375D
Tints of Prussian Blue #04375D
RGB
CMYK
RGB Variations
Color information
#04375D (or 0x04375D) is known color: Prussian Blue. HEX triplet: 04, 37 and 5D. RGB value is (4,55,93). Sum of RGB (Red+Green+Blue) = 4+55+93=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #04375D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04375D is #FBC8A2. Grayscale: #2B2B2B. Windows color (decimal): -16500899 or 6108932. OLE color: 6108932.
HSL color Cylindrical-coordinate representation of color #04375D: hue angle of 205.62º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04375D is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 55 | 93 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.64 |
| HSL | 205.62º | 0.92% | 0.19% | - |
| HSV(B) | 205.62º | 0.96% | 0.36% | - |
| XYZ | 3.39 | 3.55 | 10.86 | - |
| YUV | 44.08 | 155.6 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 55 | 93 | 0.96 | 0.41 | 0 | 0.64 | 205.62 | 0.92 | 0.19 |
| Hex | 4 | 37 | 5D | 60 | 29 | 0 | 40 | CE | 5C | 13 |
| Octal | 4 | 67 | 135 | 140 | 51 | 0 | 100 | 316 | 134 | 23 |
| Binary | 100 | 110111 | 1011101 | 1100000 | 101001 | 0 | 1000000 | 11001110 | 1011100 | 10011 |
Color Harmonies of #04375D
Complementary color
Monochromatic Colors of #04375D
Black with #04375D
Text Example
Text Example
White with #04375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04375D; }
p { color: rgb(4,55,93); }
H1.HeaderClassName
{
color: #04375D;
}
.AnyTagClassName
{
color: #04375D;
}
</style>
background-color css
<style>
a { background-color: #04375D; }
a { background-color: rgb(4,55,93); }
div.DivClassName
{
background-color: #04375D;
}
.BgClassName
{
background-color: #04375D;
}
</style>
border-color css
<style>
span { border-color: #04375D; }
span { border-color: rgb(4,55,93); }
td.TdClassName
{
border-color: #04375D;
}
.TagClassName
{
border-color: #04375D;
}
</style>