Shades of Prussian Blue #04365B
Tints of Prussian Blue #04365B
RGB
CMYK
RGB Variations
Color information
#04365B (or 0x04365B) is known color: Prussian Blue. HEX triplet: 04, 36 and 5B. RGB value is (4,54,91). Sum of RGB (Red+Green+Blue) = 4+54+91=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 91 (35.94% from 255 or 61.07% from 149); Max value from RGB is 91 - color contains mainly: blue. Hex color #04365B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04365B is #FBC9A4. Grayscale: #2B2B2B. Windows color (decimal): -16501157 or 5977604. OLE color: 5977604.
HSL color Cylindrical-coordinate representation of color #04365B: hue angle of 205.52º 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 #04365B is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 54 | 91 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.64 |
| HSL | 205.52º | 0.92% | 0.19% | - |
| HSV(B) | 205.52º | 0.96% | 0.36% | - |
| XYZ | 3.26 | 3.42 | 10.39 | - |
| YUV | 43.27 | 154.94 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 54 | 91 | 0.96 | 0.41 | 0 | 0.64 | 205.52 | 0.92 | 0.19 |
| Hex | 4 | 36 | 5B | 60 | 29 | 0 | 40 | CE | 5C | 13 |
| Octal | 4 | 66 | 133 | 140 | 51 | 0 | 100 | 316 | 134 | 23 |
| Binary | 100 | 110110 | 1011011 | 1100000 | 101001 | 0 | 1000000 | 11001110 | 1011100 | 10011 |
Color Harmonies of #04365B
Complementary color
Monochromatic Colors of #04365B
Black with #04365B
Text Example
Text Example
White with #04365B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04365B; }
p { color: rgb(4,54,91); }
H1.HeaderClassName
{
color: #04365B;
}
.AnyTagClassName
{
color: #04365B;
}
</style>
background-color css
<style>
a { background-color: #04365B; }
a { background-color: rgb(4,54,91); }
div.DivClassName
{
background-color: #04365B;
}
.BgClassName
{
background-color: #04365B;
}
</style>
border-color css
<style>
span { border-color: #04365B; }
span { border-color: rgb(4,54,91); }
td.TdClassName
{
border-color: #04365B;
}
.TagClassName
{
border-color: #04365B;
}
</style>