Shades of Port Gore #37416D
Tints of Port Gore #37416D
RGB
CMYK
RGB Variations
Color information
#37416D (or 0x37416D) is known color: Port Gore. HEX triplet: 37, 41 and 6D. RGB value is (55,65,109). Sum of RGB (Red+Green+Blue) = 55+65+109=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #37416D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37416D is #C8BE92. Grayscale: #424242. Windows color (decimal): -13155987 or 7160119. OLE color: 7160119.
HSL color Cylindrical-coordinate representation of color #37416D: hue angle of 228.89º 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 #37416D is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 55 | 65 | 109 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.57 |
| HSL | 228.89º | 0.33% | 0.32% | - |
| HSV(B) | 228.89º | 0.5% | 0.43% | - |
| XYZ | 6.23 | 5.7 | 15.24 | - |
| YUV | 67.03 | 151.69 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 65 | 109 | 0.50 | 0.40 | 0 | 0.57 | 228.89 | 0.33 | 0.32 |
| Hex | 37 | 41 | 6D | 32 | 28 | 0 | 39 | E5 | 21 | 20 |
| Octal | 67 | 101 | 155 | 62 | 50 | 0 | 71 | 345 | 41 | 40 |
| Binary | 110111 | 1000001 | 1101101 | 110010 | 101000 | 0 | 111001 | 11100101 | 100001 | 100000 |
Color Harmonies of #37416D
Complementary color
Monochromatic Colors of #37416D
Black with #37416D
Text Example
Text Example
White with #37416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37416D; }
p { color: rgb(55,65,109); }
H1.HeaderClassName
{
color: #37416D;
}
.AnyTagClassName
{
color: #37416D;
}
</style>
background-color css
<style>
a { background-color: #37416D; }
a { background-color: rgb(55,65,109); }
div.DivClassName
{
background-color: #37416D;
}
.BgClassName
{
background-color: #37416D;
}
</style>
border-color css
<style>
span { border-color: #37416D; }
span { border-color: rgb(55,65,109); }
td.TdClassName
{
border-color: #37416D;
}
.TagClassName
{
border-color: #37416D;
}
</style>