Shades of Port Gore #373F6A
Tints of Port Gore #373F6A
RGB
CMYK
RGB Variations
Color information
#373F6A (or 0x373F6A) is known color: Port Gore. HEX triplet: 37, 3F and 6A. RGB value is (55,63,106). Sum of RGB (Red+Green+Blue) = 55+63+106=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 106 (41.80% from 255 or 47.32% from 224); Max value from RGB is 106 - color contains mainly: blue. Hex color #373F6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373F6A is #C8C095. Grayscale: #414141. Windows color (decimal): -13156502 or 6962999. OLE color: 6962999.
HSL color Cylindrical-coordinate representation of color #373F6A: hue angle of 230.59º 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 #373F6A is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 63 | 106 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.58 |
| HSL | 230.59º | 0.32% | 0.32% | - |
| HSV(B) | 230.59º | 0.48% | 0.42% | - |
| XYZ | 5.95 | 5.41 | 14.37 | - |
| YUV | 65.51 | 150.85 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 63 | 106 | 0.48 | 0.41 | 0 | 0.58 | 230.59 | 0.32 | 0.32 |
| Hex | 37 | 3F | 6A | 30 | 29 | 0 | 3A | E7 | 20 | 20 |
| Octal | 67 | 77 | 152 | 60 | 51 | 0 | 72 | 347 | 40 | 40 |
| Binary | 110111 | 111111 | 1101010 | 110000 | 101001 | 0 | 111010 | 11100111 | 100000 | 100000 |
Color Harmonies of #373F6A
Complementary color
Monochromatic Colors of #373F6A
Black with #373F6A
Text Example
Text Example
White with #373F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373F6A; }
p { color: rgb(55,63,106); }
H1.HeaderClassName
{
color: #373F6A;
}
.AnyTagClassName
{
color: #373F6A;
}
</style>
background-color css
<style>
a { background-color: #373F6A; }
a { background-color: rgb(55,63,106); }
div.DivClassName
{
background-color: #373F6A;
}
.BgClassName
{
background-color: #373F6A;
}
</style>
border-color css
<style>
span { border-color: #373F6A; }
span { border-color: rgb(55,63,106); }
td.TdClassName
{
border-color: #373F6A;
}
.TagClassName
{
border-color: #373F6A;
}
</style>