Shades of Prussian Blue #003775
Tints of Prussian Blue #003775
RGB
CMYK
RGB Variations
Color information
#003775 (or 0x003775) is known color: Prussian Blue. HEX triplet: 00, 37 and 75. RGB value is (0,55,117). Sum of RGB (Red+Green+Blue) = 0+55+117=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 117 (46.09% from 255 or 68.02% from 172); Max value from RGB is 117 - color contains mainly: blue. Hex color #003775 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003775 is #FFC88A. Grayscale: #2D2D2D. Windows color (decimal): -16763019 or 7681792. OLE color: 7681792.
HSL color Cylindrical-coordinate representation of color #003775: hue angle of 211.79º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003775 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 55 | 117 | - |
| CMYK | 1 | 0.53 | 0 | 0.54 |
| HSL | 211.79º | 1% | 0.23% | - |
| HSV(B) | 211.79º | 1% | 0.46% | - |
| XYZ | 4.58 | 4.02 | 17.36 | - |
| YUV | 45.62 | 168.28 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 55 | 117 | 1 | 0.53 | 0 | 0.54 | 211.79 | 1 | 0.23 |
| Hex | 0 | 37 | 75 | 64 | 35 | 0 | 36 | D4 | 64 | 17 |
| Octal | 0 | 67 | 165 | 144 | 65 | 0 | 66 | 324 | 144 | 27 |
| Binary | 0 | 110111 | 1110101 | 1100100 | 110101 | 0 | 110110 | 11010100 | 1100100 | 10111 |
Color Harmonies of #003775
Complementary color
Monochromatic Colors of #003775
Black with #003775
Text Example
Text Example
White with #003775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003775; }
p { color: rgb(0,55,117); }
H1.HeaderClassName
{
color: #003775;
}
.AnyTagClassName
{
color: #003775;
}
</style>
background-color css
<style>
a { background-color: #003775; }
a { background-color: rgb(0,55,117); }
div.DivClassName
{
background-color: #003775;
}
.BgClassName
{
background-color: #003775;
}
</style>
border-color css
<style>
span { border-color: #003775; }
span { border-color: rgb(0,55,117); }
td.TdClassName
{
border-color: #003775;
}
.TagClassName
{
border-color: #003775;
}
</style>