Shades of Prussian Blue #04385F
Tints of Prussian Blue #04385F
RGB
CMYK
RGB Variations
Color information
#04385F (or 0x04385F) is known color: Prussian Blue. HEX triplet: 04, 38 and 5F. RGB value is (4,56,95). Sum of RGB (Red+Green+Blue) = 4+56+95=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 95 (37.5% from 255 or 61.29% from 155); Max value from RGB is 95 - color contains mainly: blue. Hex color #04385F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04385F is #FBC7A0. Grayscale: #2C2C2C. Windows color (decimal): -16500641 or 6240260. OLE color: 6240260.
HSL color Cylindrical-coordinate representation of color #04385F: hue angle of 205.71º 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 #04385F is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 56 | 95 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.63 |
| HSL | 205.71º | 0.92% | 0.19% | - |
| HSV(B) | 205.71º | 0.96% | 0.37% | - |
| XYZ | 3.53 | 3.68 | 11.35 | - |
| YUV | 44.9 | 156.27 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 56 | 95 | 0.96 | 0.41 | 0 | 0.63 | 205.71 | 0.92 | 0.19 |
| Hex | 4 | 38 | 5F | 60 | 29 | 0 | 3F | CE | 5C | 13 |
| Octal | 4 | 70 | 137 | 140 | 51 | 0 | 77 | 316 | 134 | 23 |
| Binary | 100 | 111000 | 1011111 | 1100000 | 101001 | 0 | 111111 | 11001110 | 1011100 | 10011 |
Color Harmonies of #04385F
Complementary color
Monochromatic Colors of #04385F
Black with #04385F
Text Example
Text Example
White with #04385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04385F; }
p { color: rgb(4,56,95); }
H1.HeaderClassName
{
color: #04385F;
}
.AnyTagClassName
{
color: #04385F;
}
</style>
background-color css
<style>
a { background-color: #04385F; }
a { background-color: rgb(4,56,95); }
div.DivClassName
{
background-color: #04385F;
}
.BgClassName
{
background-color: #04385F;
}
</style>
border-color css
<style>
span { border-color: #04385F; }
span { border-color: rgb(4,56,95); }
td.TdClassName
{
border-color: #04385F;
}
.TagClassName
{
border-color: #04385F;
}
</style>