Shades of Port Gore #373E6B
Tints of Port Gore #373E6B
RGB
CMYK
RGB Variations
Color information
#373E6B (or 0x373E6B) is known color: Port Gore. HEX triplet: 37, 3E and 6B. RGB value is (55,62,107). Sum of RGB (Red+Green+Blue) = 55+62+107=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 107 (42.19% from 255 or 47.77% from 224); Max value from RGB is 107 - color contains mainly: blue. Hex color #373E6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373E6B is #C8C194. Grayscale: #404040. Windows color (decimal): -13156757 or 7028279. OLE color: 7028279.
HSL color Cylindrical-coordinate representation of color #373E6B: hue angle of 231.92º degrees, saturation: 0.32, 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 #373E6B is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 62 | 107 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.58 |
| HSL | 231.92º | 0.32% | 0.32% | - |
| HSV(B) | 231.92º | 0.49% | 0.42% | - |
| XYZ | 5.95 | 5.32 | 14.62 | - |
| YUV | 65.04 | 151.68 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 62 | 107 | 0.49 | 0.42 | 0 | 0.58 | 231.92 | 0.32 | 0.32 |
| Hex | 37 | 3E | 6B | 31 | 2A | 0 | 3A | E8 | 20 | 20 |
| Octal | 67 | 76 | 153 | 61 | 52 | 0 | 72 | 350 | 40 | 40 |
| Binary | 110111 | 111110 | 1101011 | 110001 | 101010 | 0 | 111010 | 11101000 | 100000 | 100000 |
Color Harmonies of #373E6B
Complementary color
Monochromatic Colors of #373E6B
Black with #373E6B
Text Example
Text Example
White with #373E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373E6B; }
p { color: rgb(55,62,107); }
H1.HeaderClassName
{
color: #373E6B;
}
.AnyTagClassName
{
color: #373E6B;
}
</style>
background-color css
<style>
a { background-color: #373E6B; }
a { background-color: rgb(55,62,107); }
div.DivClassName
{
background-color: #373E6B;
}
.BgClassName
{
background-color: #373E6B;
}
</style>
border-color css
<style>
span { border-color: #373E6B; }
span { border-color: rgb(55,62,107); }
td.TdClassName
{
border-color: #373E6B;
}
.TagClassName
{
border-color: #373E6B;
}
</style>