Shades of Prussian Blue #04365A
Tints of Prussian Blue #04365A
RGB
CMYK
RGB Variations
Color information
#04365A (or 0x04365A) is known color: Prussian Blue. HEX triplet: 04, 36 and 5A. RGB value is (4,54,90). Sum of RGB (Red+Green+Blue) = 4+54+90=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 90 (35.55% from 255 or 60.81% from 148); Max value from RGB is 90 - color contains mainly: blue. Hex color #04365A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04365A is #FBC9A5. Grayscale: #2A2A2A. Windows color (decimal): -16501158 or 5912068. OLE color: 5912068.
HSL color Cylindrical-coordinate representation of color #04365A: hue angle of 205.12º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04365A is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 54 | 90 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.65 |
| HSL | 205.12º | 0.91% | 0.18% | - |
| HSV(B) | 205.12º | 0.96% | 0.35% | - |
| XYZ | 3.21 | 3.4 | 10.16 | - |
| YUV | 43.15 | 154.44 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 54 | 90 | 0.96 | 0.40 | 0 | 0.65 | 205.12 | 0.91 | 0.18 |
| Hex | 4 | 36 | 5A | 60 | 28 | 0 | 41 | CD | 5B | 12 |
| Octal | 4 | 66 | 132 | 140 | 50 | 0 | 101 | 315 | 133 | 22 |
| Binary | 100 | 110110 | 1011010 | 1100000 | 101000 | 0 | 1000001 | 11001101 | 1011011 | 10010 |
Color Harmonies of #04365A
Complementary color
Monochromatic Colors of #04365A
Black with #04365A
Text Example
Text Example
White with #04365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04365A; }
p { color: rgb(4,54,90); }
H1.HeaderClassName
{
color: #04365A;
}
.AnyTagClassName
{
color: #04365A;
}
</style>
background-color css
<style>
a { background-color: #04365A; }
a { background-color: rgb(4,54,90); }
div.DivClassName
{
background-color: #04365A;
}
.BgClassName
{
background-color: #04365A;
}
</style>
border-color css
<style>
span { border-color: #04365A; }
span { border-color: rgb(4,54,90); }
td.TdClassName
{
border-color: #04365A;
}
.TagClassName
{
border-color: #04365A;
}
</style>