Shades of Prussian Blue #03376D
Tints of Prussian Blue #03376D
RGB
CMYK
RGB Variations
Color information
#03376D (or 0x03376D) is known color: Prussian Blue. HEX triplet: 03, 37 and 6D. RGB value is (3,55,109). Sum of RGB (Red+Green+Blue) = 3+55+109=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 109 (42.97% from 255 or 65.27% from 167); Max value from RGB is 109 - color contains mainly: blue. Hex color #03376D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03376D is #FCC892. Grayscale: #2D2D2D. Windows color (decimal): -16566419 or 7157507. OLE color: 7157507.
HSL color Cylindrical-coordinate representation of color #03376D: hue angle of 210.57º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03376D is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 55 | 109 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.57 |
| HSL | 210.57º | 0.95% | 0.22% | - |
| HSV(B) | 210.57º | 0.97% | 0.43% | - |
| XYZ | 4.16 | 3.86 | 14.99 | - |
| YUV | 45.61 | 163.77 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 55 | 109 | 0.97 | 0.50 | 0 | 0.57 | 210.57 | 0.95 | 0.22 |
| Hex | 3 | 37 | 6D | 61 | 32 | 0 | 39 | D3 | 5F | 16 |
| Octal | 3 | 67 | 155 | 141 | 62 | 0 | 71 | 323 | 137 | 26 |
| Binary | 11 | 110111 | 1101101 | 1100001 | 110010 | 0 | 111001 | 11010011 | 1011111 | 10110 |
Color Harmonies of #03376D
Complementary color
Monochromatic Colors of #03376D
Black with #03376D
Text Example
Text Example
White with #03376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03376D; }
p { color: rgb(3,55,109); }
H1.HeaderClassName
{
color: #03376D;
}
.AnyTagClassName
{
color: #03376D;
}
</style>
background-color css
<style>
a { background-color: #03376D; }
a { background-color: rgb(3,55,109); }
div.DivClassName
{
background-color: #03376D;
}
.BgClassName
{
background-color: #03376D;
}
</style>
border-color css
<style>
span { border-color: #03376D; }
span { border-color: rgb(3,55,109); }
td.TdClassName
{
border-color: #03376D;
}
.TagClassName
{
border-color: #03376D;
}
</style>