Shades of Prussian Blue #03376E
Tints of Prussian Blue #03376E
RGB
CMYK
RGB Variations
Color information
#03376E (or 0x03376E) is known color: Prussian Blue. HEX triplet: 03, 37 and 6E. RGB value is (3,55,110). Sum of RGB (Red+Green+Blue) = 3+55+110=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 110 (43.36% from 255 or 65.48% from 168); Max value from RGB is 110 - color contains mainly: blue. Hex color #03376E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03376E is #FCC891. Grayscale: #2D2D2D. Windows color (decimal): -16566418 or 7223043. OLE color: 7223043.
HSL color Cylindrical-coordinate representation of color #03376E: hue angle of 210.84º 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 #03376E is Cyan = 0.97, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 55 | 110 | - |
| CMYK | 0.97 | 0.5 | 0 | 0.57 |
| HSL | 210.84º | 0.95% | 0.22% | - |
| HSV(B) | 210.84º | 0.97% | 0.43% | - |
| XYZ | 4.22 | 3.88 | 15.28 | - |
| YUV | 45.72 | 164.27 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 55 | 110 | 0.97 | 0.5 | 0 | 0.57 | 210.84 | 0.95 | 0.22 |
| Hex | 3 | 37 | 6E | 61 | 32 | 0 | 39 | D3 | 5F | 16 |
| Octal | 3 | 67 | 156 | 141 | 62 | 0 | 71 | 323 | 137 | 26 |
| Binary | 11 | 110111 | 1101110 | 1100001 | 110010 | 0 | 111001 | 11010011 | 1011111 | 10110 |
Color Harmonies of #03376E
Complementary color
Monochromatic Colors of #03376E
Black with #03376E
Text Example
Text Example
White with #03376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03376E; }
p { color: rgb(3,55,110); }
H1.HeaderClassName
{
color: #03376E;
}
.AnyTagClassName
{
color: #03376E;
}
</style>
background-color css
<style>
a { background-color: #03376E; }
a { background-color: rgb(3,55,110); }
div.DivClassName
{
background-color: #03376E;
}
.BgClassName
{
background-color: #03376E;
}
</style>
border-color css
<style>
span { border-color: #03376E; }
span { border-color: rgb(3,55,110); }
td.TdClassName
{
border-color: #03376E;
}
.TagClassName
{
border-color: #03376E;
}
</style>