Shades of Prussian Blue #00376E
Tints of Prussian Blue #00376E
RGB
CMYK
RGB Variations
Color information
#00376E (or 0x00376E) is known color: Prussian Blue. HEX triplet: 00, 37 and 6E. RGB value is (0,55,110). Sum of RGB (Red+Green+Blue) = 0+55+110=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 110 (43.36% from 255 or 66.67% from 165); Max value from RGB is 110 - color contains mainly: blue. Hex color #00376E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00376E is #FFC891. Grayscale: #2C2C2C. Windows color (decimal): -16763026 or 7223040. OLE color: 7223040.
HSL color Cylindrical-coordinate representation of color #00376E: hue angle of 210º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00376E is Cyan = 1, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 55 | 110 | - |
| CMYK | 1 | 0.5 | 0 | 0.57 |
| HSL | 210º | 1% | 0.22% | - |
| HSV(B) | 210º | 1% | 0.43% | - |
| XYZ | 4.18 | 3.86 | 15.28 | - |
| YUV | 44.83 | 164.78 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 55 | 110 | 1 | 0.5 | 0 | 0.57 | 210 | 1 | 0.22 |
| Hex | 0 | 37 | 6E | 64 | 32 | 0 | 39 | D2 | 64 | 16 |
| Octal | 0 | 67 | 156 | 144 | 62 | 0 | 71 | 322 | 144 | 26 |
| Binary | 0 | 110111 | 1101110 | 1100100 | 110010 | 0 | 111001 | 11010010 | 1100100 | 10110 |
Color Harmonies of #00376E
Complementary color
Monochromatic Colors of #00376E
Black with #00376E
Text Example
Text Example
White with #00376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00376E; }
p { color: rgb(0,55,110); }
H1.HeaderClassName
{
color: #00376E;
}
.AnyTagClassName
{
color: #00376E;
}
</style>
background-color css
<style>
a { background-color: #00376E; }
a { background-color: rgb(0,55,110); }
div.DivClassName
{
background-color: #00376E;
}
.BgClassName
{
background-color: #00376E;
}
</style>
border-color css
<style>
span { border-color: #00376E; }
span { border-color: rgb(0,55,110); }
td.TdClassName
{
border-color: #00376E;
}
.TagClassName
{
border-color: #00376E;
}
</style>