Shades of Port Gore #37426A
Tints of Port Gore #37426A
RGB
CMYK
RGB Variations
Color information
#37426A (or 0x37426A) is known color: Port Gore. HEX triplet: 37, 42 and 6A. RGB value is (55,66,106). Sum of RGB (Red+Green+Blue) = 55+66+106=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 106 (41.80% from 255 or 46.70% from 227); Max value from RGB is 106 - color contains mainly: blue. Hex color #37426A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37426A is #C8BD95. Grayscale: #434343. Windows color (decimal): -13155734 or 6963767. OLE color: 6963767.
HSL color Cylindrical-coordinate representation of color #37426A: hue angle of 227.06º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #37426A is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 66 | 106 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.58 |
| HSL | 227.06º | 0.32% | 0.32% | - |
| HSV(B) | 227.06º | 0.48% | 0.42% | - |
| XYZ | 6.13 | 5.75 | 14.42 | - |
| YUV | 67.27 | 149.86 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 66 | 106 | 0.48 | 0.38 | 0 | 0.58 | 227.06 | 0.32 | 0.32 |
| Hex | 37 | 42 | 6A | 30 | 26 | 0 | 3A | E3 | 20 | 20 |
| Octal | 67 | 102 | 152 | 60 | 46 | 0 | 72 | 343 | 40 | 40 |
| Binary | 110111 | 1000010 | 1101010 | 110000 | 100110 | 0 | 111010 | 11100011 | 100000 | 100000 |
Color Harmonies of #37426A
Complementary color
Monochromatic Colors of #37426A
Black with #37426A
Text Example
Text Example
White with #37426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37426A; }
p { color: rgb(55,66,106); }
H1.HeaderClassName
{
color: #37426A;
}
.AnyTagClassName
{
color: #37426A;
}
</style>
background-color css
<style>
a { background-color: #37426A; }
a { background-color: rgb(55,66,106); }
div.DivClassName
{
background-color: #37426A;
}
.BgClassName
{
background-color: #37426A;
}
</style>
border-color css
<style>
span { border-color: #37426A; }
span { border-color: rgb(55,66,106); }
td.TdClassName
{
border-color: #37426A;
}
.TagClassName
{
border-color: #37426A;
}
</style>