Shades of Port Gore #37456E
Tints of Port Gore #37456E
RGB
CMYK
RGB Variations
Color information
#37456E (or 0x37456E) is known color: Port Gore. HEX triplet: 37, 45 and 6E. RGB value is (55,69,110). Sum of RGB (Red+Green+Blue) = 55+69+110=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 110 (43.36% from 255 or 47.01% from 234); Max value from RGB is 110 - color contains mainly: blue. Hex color #37456E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37456E is #C8BA91. Grayscale: #454545. Windows color (decimal): -13154962 or 7226679. OLE color: 7226679.
HSL color Cylindrical-coordinate representation of color #37456E: hue angle of 224.73º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #37456E is Cyan = 0.5, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 55 | 69 | 110 | - |
| CMYK | 0.5 | 0.37 | 0 | 0.57 |
| HSL | 224.73º | 0.33% | 0.32% | - |
| HSV(B) | 224.73º | 0.5% | 0.43% | - |
| XYZ | 6.52 | 6.19 | 15.6 | - |
| YUV | 69.49 | 150.86 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 69 | 110 | 0.5 | 0.37 | 0 | 0.57 | 224.73 | 0.33 | 0.32 |
| Hex | 37 | 45 | 6E | 32 | 25 | 0 | 39 | E1 | 21 | 20 |
| Octal | 67 | 105 | 156 | 62 | 45 | 0 | 71 | 341 | 41 | 40 |
| Binary | 110111 | 1000101 | 1101110 | 110010 | 100101 | 0 | 111001 | 11100001 | 100001 | 100000 |
Color Harmonies of #37456E
Complementary color
Monochromatic Colors of #37456E
Black with #37456E
Text Example
Text Example
White with #37456E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37456E; }
p { color: rgb(55,69,110); }
H1.HeaderClassName
{
color: #37456E;
}
.AnyTagClassName
{
color: #37456E;
}
</style>
background-color css
<style>
a { background-color: #37456E; }
a { background-color: rgb(55,69,110); }
div.DivClassName
{
background-color: #37456E;
}
.BgClassName
{
background-color: #37456E;
}
</style>
border-color css
<style>
span { border-color: #37456E; }
span { border-color: rgb(55,69,110); }
td.TdClassName
{
border-color: #37456E;
}
.TagClassName
{
border-color: #37456E;
}
</style>