Shades of Prussian Blue #04375C
Tints of Prussian Blue #04375C
RGB
CMYK
RGB Variations
Color information
#04375C (or 0x04375C) is known color: Prussian Blue. HEX triplet: 04, 37 and 5C. RGB value is (4,55,92). Sum of RGB (Red+Green+Blue) = 4+55+92=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 55 (21.88% from 255 or 36.42% from 151); Blue value is 92 (36.33% from 255 or 60.93% from 151); Max value from RGB is 92 - color contains mainly: blue. Hex color #04375C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04375C is #FBC8A3. Grayscale: #2B2B2B. Windows color (decimal): -16500900 or 6043396. OLE color: 6043396.
HSL color Cylindrical-coordinate representation of color #04375C: hue angle of 205.23º 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 #04375C is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 55 | 92 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.64 |
| HSL | 205.23º | 0.92% | 0.19% | - |
| HSV(B) | 205.23º | 0.96% | 0.36% | - |
| XYZ | 3.35 | 3.53 | 10.63 | - |
| YUV | 43.97 | 155.1 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 55 | 92 | 0.96 | 0.40 | 0 | 0.64 | 205.23 | 0.92 | 0.19 |
| Hex | 4 | 37 | 5C | 60 | 28 | 0 | 40 | CD | 5C | 13 |
| Octal | 4 | 67 | 134 | 140 | 50 | 0 | 100 | 315 | 134 | 23 |
| Binary | 100 | 110111 | 1011100 | 1100000 | 101000 | 0 | 1000000 | 11001101 | 1011100 | 10011 |
Color Harmonies of #04375C
Complementary color
Monochromatic Colors of #04375C
Black with #04375C
Text Example
Text Example
White with #04375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04375C; }
p { color: rgb(4,55,92); }
H1.HeaderClassName
{
color: #04375C;
}
.AnyTagClassName
{
color: #04375C;
}
</style>
background-color css
<style>
a { background-color: #04375C; }
a { background-color: rgb(4,55,92); }
div.DivClassName
{
background-color: #04375C;
}
.BgClassName
{
background-color: #04375C;
}
</style>
border-color css
<style>
span { border-color: #04375C; }
span { border-color: rgb(4,55,92); }
td.TdClassName
{
border-color: #04375C;
}
.TagClassName
{
border-color: #04375C;
}
</style>