Shades of Prussian Blue #003858
Tints of Prussian Blue #003858
RGB
CMYK
RGB Variations
Color information
#003858 (or 0x003858) is known color: Prussian Blue. HEX triplet: 00, 38 and 58. RGB value is (0,56,88). Sum of RGB (Red+Green+Blue) = 0+56+88=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 88 (34.77% from 255 or 61.11% from 144); Max value from RGB is 88 - color contains mainly: blue. Hex color #003858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003858 is #FFC7A7. Grayscale: #2A2A2A. Windows color (decimal): -16762792 or 5781504. OLE color: 5781504.
HSL color Cylindrical-coordinate representation of color #003858: hue angle of 201.82º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003858 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 56 | 88 | - |
| CMYK | 1 | 0.36 | 0 | 0.65 |
| HSL | 201.82º | 1% | 0.17% | - |
| HSV(B) | 201.82º | 1% | 0.35% | - |
| XYZ | 3.18 | 3.53 | 9.75 | - |
| YUV | 42.9 | 153.45 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 56 | 88 | 1 | 0.36 | 0 | 0.65 | 201.82 | 1 | 0.17 |
| Hex | 0 | 38 | 58 | 64 | 24 | 0 | 41 | CA | 64 | 11 |
| Octal | 0 | 70 | 130 | 144 | 44 | 0 | 101 | 312 | 144 | 21 |
| Binary | 0 | 111000 | 1011000 | 1100100 | 100100 | 0 | 1000001 | 11001010 | 1100100 | 10001 |
Color Harmonies of #003858
Complementary color
Monochromatic Colors of #003858
Black with #003858
Text Example
Text Example
White with #003858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003858; }
p { color: rgb(0,56,88); }
H1.HeaderClassName
{
color: #003858;
}
.AnyTagClassName
{
color: #003858;
}
</style>
background-color css
<style>
a { background-color: #003858; }
a { background-color: rgb(0,56,88); }
div.DivClassName
{
background-color: #003858;
}
.BgClassName
{
background-color: #003858;
}
</style>
border-color css
<style>
span { border-color: #003858; }
span { border-color: rgb(0,56,88); }
td.TdClassName
{
border-color: #003858;
}
.TagClassName
{
border-color: #003858;
}
</style>