Shades of Port Gore #37466E
Tints of Port Gore #37466E
RGB
CMYK
RGB Variations
Color information
#37466E (or 0x37466E) is known color: Port Gore. HEX triplet: 37, 46 and 6E. RGB value is (55,70,110). Sum of RGB (Red+Green+Blue) = 55+70+110=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 110 (43.36% from 255 or 46.81% from 235); Max value from RGB is 110 - color contains mainly: blue. Hex color #37466E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37466E is #C8B991. Grayscale: #454545. Windows color (decimal): -13154706 or 7226935. OLE color: 7226935.
HSL color Cylindrical-coordinate representation of color #37466E: hue angle of 223.64º 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 #37466E is Cyan = 0.5, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 55 | 70 | 110 | - |
| CMYK | 0.5 | 0.36 | 0 | 0.57 |
| HSL | 223.64º | 0.33% | 0.32% | - |
| HSV(B) | 223.64º | 0.5% | 0.43% | - |
| XYZ | 6.58 | 6.32 | 15.62 | - |
| YUV | 70.08 | 150.53 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 70 | 110 | 0.5 | 0.36 | 0 | 0.57 | 223.64 | 0.33 | 0.32 |
| Hex | 37 | 46 | 6E | 32 | 24 | 0 | 39 | E0 | 21 | 20 |
| Octal | 67 | 106 | 156 | 62 | 44 | 0 | 71 | 340 | 41 | 40 |
| Binary | 110111 | 1000110 | 1101110 | 110010 | 100100 | 0 | 111001 | 11100000 | 100001 | 100000 |
Color Harmonies of #37466E
Complementary color
Monochromatic Colors of #37466E
Black with #37466E
Text Example
Text Example
White with #37466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37466E; }
p { color: rgb(55,70,110); }
H1.HeaderClassName
{
color: #37466E;
}
.AnyTagClassName
{
color: #37466E;
}
</style>
background-color css
<style>
a { background-color: #37466E; }
a { background-color: rgb(55,70,110); }
div.DivClassName
{
background-color: #37466E;
}
.BgClassName
{
background-color: #37466E;
}
</style>
border-color css
<style>
span { border-color: #37466E; }
span { border-color: rgb(55,70,110); }
td.TdClassName
{
border-color: #37466E;
}
.TagClassName
{
border-color: #37466E;
}
</style>