Shades of Port Gore #37466C
Tints of Port Gore #37466C
RGB
CMYK
RGB Variations
Color information
#37466C (or 0x37466C) is known color: Port Gore. HEX triplet: 37, 46 and 6C. RGB value is (55,70,108). Sum of RGB (Red+Green+Blue) = 55+70+108=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 108 - color contains mainly: blue. Hex color #37466C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37466C is #C8B993. Grayscale: #454545. Windows color (decimal): -13154708 or 7095863. OLE color: 7095863.
HSL color Cylindrical-coordinate representation of color #37466C: hue angle of 223.02º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #37466C is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 70 | 108 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.58 |
| HSL | 223.02º | 0.33% | 0.32% | - |
| HSV(B) | 223.02º | 0.49% | 0.42% | - |
| XYZ | 6.47 | 6.28 | 15.06 | - |
| YUV | 69.85 | 149.53 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 70 | 108 | 0.49 | 0.35 | 0 | 0.58 | 223.02 | 0.33 | 0.32 |
| Hex | 37 | 46 | 6C | 31 | 23 | 0 | 3A | DF | 21 | 20 |
| Octal | 67 | 106 | 154 | 61 | 43 | 0 | 72 | 337 | 41 | 40 |
| Binary | 110111 | 1000110 | 1101100 | 110001 | 100011 | 0 | 111010 | 11011111 | 100001 | 100000 |
Color Harmonies of #37466C
Complementary color
Monochromatic Colors of #37466C
Black with #37466C
Text Example
Text Example
White with #37466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37466C; }
p { color: rgb(55,70,108); }
H1.HeaderClassName
{
color: #37466C;
}
.AnyTagClassName
{
color: #37466C;
}
</style>
background-color css
<style>
a { background-color: #37466C; }
a { background-color: rgb(55,70,108); }
div.DivClassName
{
background-color: #37466C;
}
.BgClassName
{
background-color: #37466C;
}
</style>
border-color css
<style>
span { border-color: #37466C; }
span { border-color: rgb(55,70,108); }
td.TdClassName
{
border-color: #37466C;
}
.TagClassName
{
border-color: #37466C;
}
</style>