Shades of Prussian Blue #03376C
Tints of Prussian Blue #03376C
RGB
CMYK
RGB Variations
Color information
#03376C (or 0x03376C) is known color: Prussian Blue. HEX triplet: 03, 37 and 6C. RGB value is (3,55,108). Sum of RGB (Red+Green+Blue) = 3+55+108=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 108 (42.58% from 255 or 65.06% from 166); Max value from RGB is 108 - color contains mainly: blue. Hex color #03376C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03376C is #FCC893. Grayscale: #2D2D2D. Windows color (decimal): -16566420 or 7091971. OLE color: 7091971.
HSL color Cylindrical-coordinate representation of color #03376C: hue angle of 210.29º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03376C is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 55 | 108 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.58 |
| HSL | 210.29º | 0.95% | 0.22% | - |
| HSV(B) | 210.29º | 0.97% | 0.42% | - |
| XYZ | 4.11 | 3.83 | 14.71 | - |
| YUV | 45.49 | 163.27 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 55 | 108 | 0.97 | 0.49 | 0 | 0.58 | 210.29 | 0.95 | 0.22 |
| Hex | 3 | 37 | 6C | 61 | 31 | 0 | 3A | D2 | 5F | 16 |
| Octal | 3 | 67 | 154 | 141 | 61 | 0 | 72 | 322 | 137 | 26 |
| Binary | 11 | 110111 | 1101100 | 1100001 | 110001 | 0 | 111010 | 11010010 | 1011111 | 10110 |
Color Harmonies of #03376C
Complementary color
Monochromatic Colors of #03376C
Black with #03376C
Text Example
Text Example
White with #03376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03376C; }
p { color: rgb(3,55,108); }
H1.HeaderClassName
{
color: #03376C;
}
.AnyTagClassName
{
color: #03376C;
}
</style>
background-color css
<style>
a { background-color: #03376C; }
a { background-color: rgb(3,55,108); }
div.DivClassName
{
background-color: #03376C;
}
.BgClassName
{
background-color: #03376C;
}
</style>
border-color css
<style>
span { border-color: #03376C; }
span { border-color: rgb(3,55,108); }
td.TdClassName
{
border-color: #03376C;
}
.TagClassName
{
border-color: #03376C;
}
</style>