Shades of Prussian Blue #04386E
Tints of Prussian Blue #04386E
RGB
CMYK
RGB Variations
Color information
#04386E (or 0x04386E) is known color: Prussian Blue. HEX triplet: 04, 38 and 6E. RGB value is (4,56,110). Sum of RGB (Red+Green+Blue) = 4+56+110=170 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.35% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 110 (43.36% from 255 or 64.71% from 170); Max value from RGB is 110 - color contains mainly: blue. Hex color #04386E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04386E is #FBC791. Grayscale: #2E2E2E. Windows color (decimal): -16500626 or 7223300. OLE color: 7223300.
HSL color Cylindrical-coordinate representation of color #04386E: hue angle of 210.57º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04386E is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 56 | 110 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.57 |
| HSL | 210.57º | 0.93% | 0.22% | - |
| HSV(B) | 210.57º | 0.96% | 0.43% | - |
| XYZ | 4.28 | 3.98 | 15.29 | - |
| YUV | 46.61 | 163.77 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 56 | 110 | 0.96 | 0.49 | 0 | 0.57 | 210.57 | 0.93 | 0.22 |
| Hex | 4 | 38 | 6E | 60 | 31 | 0 | 39 | D3 | 5D | 16 |
| Octal | 4 | 70 | 156 | 140 | 61 | 0 | 71 | 323 | 135 | 26 |
| Binary | 100 | 111000 | 1101110 | 1100000 | 110001 | 0 | 111001 | 11010011 | 1011101 | 10110 |
Color Harmonies of #04386E
Complementary color
Monochromatic Colors of #04386E
Black with #04386E
Text Example
Text Example
White with #04386E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04386E; }
p { color: rgb(4,56,110); }
H1.HeaderClassName
{
color: #04386E;
}
.AnyTagClassName
{
color: #04386E;
}
</style>
background-color css
<style>
a { background-color: #04386E; }
a { background-color: rgb(4,56,110); }
div.DivClassName
{
background-color: #04386E;
}
.BgClassName
{
background-color: #04386E;
}
</style>
border-color css
<style>
span { border-color: #04386E; }
span { border-color: rgb(4,56,110); }
td.TdClassName
{
border-color: #04386E;
}
.TagClassName
{
border-color: #04386E;
}
</style>