Shades of Prussian Blue #003958
Tints of Prussian Blue #003958
RGB
CMYK
RGB Variations
Color information
#003958 (or 0x003958) is known color: Prussian Blue. HEX triplet: 00, 39 and 58. RGB value is (0,57,88). Sum of RGB (Red+Green+Blue) = 0+57+88=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 57 (22.66% from 255 or 39.31% from 145); Blue value is 88 (34.77% from 255 or 60.69% from 145); Max value from RGB is 88 - color contains mainly: blue. Hex color #003958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003958 is #FFC6A7. Grayscale: #2B2B2B. Windows color (decimal): -16762536 or 5781760. OLE color: 5781760.
HSL color Cylindrical-coordinate representation of color #003958: hue angle of 201.14º 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 #003958 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 57 | 88 | - |
| CMYK | 1 | 0.35 | 0 | 0.65 |
| HSL | 201.14º | 1% | 0.17% | - |
| HSV(B) | 201.14º | 1% | 0.35% | - |
| XYZ | 3.22 | 3.63 | 9.76 | - |
| YUV | 43.49 | 153.12 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 57 | 88 | 1 | 0.35 | 0 | 0.65 | 201.14 | 1 | 0.17 |
| Hex | 0 | 39 | 58 | 64 | 23 | 0 | 41 | C9 | 64 | 11 |
| Octal | 0 | 71 | 130 | 144 | 43 | 0 | 101 | 311 | 144 | 21 |
| Binary | 0 | 111001 | 1011000 | 1100100 | 100011 | 0 | 1000001 | 11001001 | 1100100 | 10001 |
Color Harmonies of #003958
Complementary color
Monochromatic Colors of #003958
Black with #003958
Text Example
Text Example
White with #003958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003958; }
p { color: rgb(0,57,88); }
H1.HeaderClassName
{
color: #003958;
}
.AnyTagClassName
{
color: #003958;
}
</style>
background-color css
<style>
a { background-color: #003958; }
a { background-color: rgb(0,57,88); }
div.DivClassName
{
background-color: #003958;
}
.BgClassName
{
background-color: #003958;
}
</style>
border-color css
<style>
span { border-color: #003958; }
span { border-color: rgb(0,57,88); }
td.TdClassName
{
border-color: #003958;
}
.TagClassName
{
border-color: #003958;
}
</style>