Shades of Port Gore #37456A
Tints of Port Gore #37456A
RGB
CMYK
RGB Variations
Color information
#37456A (or 0x37456A) is known color: Port Gore. HEX triplet: 37, 45 and 6A. RGB value is (55,69,106). Sum of RGB (Red+Green+Blue) = 55+69+106=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 106 (41.80% from 255 or 46.09% from 230); Max value from RGB is 106 - color contains mainly: blue. Hex color #37456A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37456A is #C8BA95. Grayscale: #444444. Windows color (decimal): -13154966 or 6964535. OLE color: 6964535.
HSL color Cylindrical-coordinate representation of color #37456A: hue angle of 223.53º 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 #37456A is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 69 | 106 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.58 |
| HSL | 223.53º | 0.32% | 0.32% | - |
| HSV(B) | 223.53º | 0.48% | 0.42% | - |
| XYZ | 6.31 | 6.11 | 14.48 | - |
| YUV | 69.03 | 148.86 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 69 | 106 | 0.48 | 0.35 | 0 | 0.58 | 223.53 | 0.32 | 0.32 |
| Hex | 37 | 45 | 6A | 30 | 23 | 0 | 3A | E0 | 20 | 20 |
| Octal | 67 | 105 | 152 | 60 | 43 | 0 | 72 | 340 | 40 | 40 |
| Binary | 110111 | 1000101 | 1101010 | 110000 | 100011 | 0 | 111010 | 11100000 | 100000 | 100000 |
Color Harmonies of #37456A
Complementary color
Monochromatic Colors of #37456A
Black with #37456A
Text Example
Text Example
White with #37456A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37456A; }
p { color: rgb(55,69,106); }
H1.HeaderClassName
{
color: #37456A;
}
.AnyTagClassName
{
color: #37456A;
}
</style>
background-color css
<style>
a { background-color: #37456A; }
a { background-color: rgb(55,69,106); }
div.DivClassName
{
background-color: #37456A;
}
.BgClassName
{
background-color: #37456A;
}
</style>
border-color css
<style>
span { border-color: #37456A; }
span { border-color: rgb(55,69,106); }
td.TdClassName
{
border-color: #37456A;
}
.TagClassName
{
border-color: #37456A;
}
</style>