Shades of Prussian Blue #03375C
Tints of Prussian Blue #03375C
RGB
CMYK
RGB Variations
Color information
#03375C (or 0x03375C) is known color: Prussian Blue. HEX triplet: 03, 37 and 5C. RGB value is (3,55,92). Sum of RGB (Red+Green+Blue) = 3+55+92=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 92 (36.33% from 255 or 61.33% from 150); Max value from RGB is 92 - color contains mainly: blue. Hex color #03375C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03375C is #FCC8A3. Grayscale: #2B2B2B. Windows color (decimal): -16566436 or 6043395. OLE color: 6043395.
HSL color Cylindrical-coordinate representation of color #03375C: hue angle of 204.94º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03375C is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 55 | 92 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.64 |
| HSL | 204.94º | 0.94% | 0.19% | - |
| HSV(B) | 204.94º | 0.97% | 0.36% | - |
| XYZ | 3.34 | 3.52 | 10.63 | - |
| YUV | 43.67 | 155.27 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 55 | 92 | 0.97 | 0.40 | 0 | 0.64 | 204.94 | 0.94 | 0.19 |
| Hex | 3 | 37 | 5C | 61 | 28 | 0 | 40 | CD | 5E | 13 |
| Octal | 3 | 67 | 134 | 141 | 50 | 0 | 100 | 315 | 136 | 23 |
| Binary | 11 | 110111 | 1011100 | 1100001 | 101000 | 0 | 1000000 | 11001101 | 1011110 | 10011 |
Color Harmonies of #03375C
Complementary color
Monochromatic Colors of #03375C
Black with #03375C
Text Example
Text Example
White with #03375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03375C; }
p { color: rgb(3,55,92); }
H1.HeaderClassName
{
color: #03375C;
}
.AnyTagClassName
{
color: #03375C;
}
</style>
background-color css
<style>
a { background-color: #03375C; }
a { background-color: rgb(3,55,92); }
div.DivClassName
{
background-color: #03375C;
}
.BgClassName
{
background-color: #03375C;
}
</style>
border-color css
<style>
span { border-color: #03375C; }
span { border-color: rgb(3,55,92); }
td.TdClassName
{
border-color: #03375C;
}
.TagClassName
{
border-color: #03375C;
}
</style>