Shades of Port Gore #3C4170
Tints of Port Gore #3C4170
RGB
CMYK
RGB Variations
Color information
#3C4170 (or 0x3C4170) is known color: Port Gore. HEX triplet: 3C, 41 and 70. RGB value is (60,65,112). Sum of RGB (Red+Green+Blue) = 60+65+112=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 112 (44.14% from 255 or 47.26% from 237); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C4170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4170 is #C3BE8F. Grayscale: #444444. Windows color (decimal): -12828304 or 7356732. OLE color: 7356732.
HSL color Cylindrical-coordinate representation of color #3C4170: hue angle of 234.23º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C4170 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 65 | 112 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.56 |
| HSL | 234.23º | 0.3% | 0.34% | - |
| HSV(B) | 234.23º | 0.46% | 0.44% | - |
| XYZ | 6.68 | 5.91 | 16.12 | - |
| YUV | 68.86 | 152.34 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 65 | 112 | 0.46 | 0.42 | 0 | 0.56 | 234.23 | 0.3 | 0.34 |
| Hex | 3C | 41 | 70 | 2E | 2A | 0 | 38 | EA | 1E | 22 |
| Octal | 74 | 101 | 160 | 56 | 52 | 0 | 70 | 352 | 36 | 42 |
| Binary | 111100 | 1000001 | 1110000 | 101110 | 101010 | 0 | 111000 | 11101010 | 11110 | 100010 |
Color Harmonies of #3C4170
Complementary color
Monochromatic Colors of #3C4170
Black with #3C4170
Text Example
Text Example
White with #3C4170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4170; }
p { color: rgb(60,65,112); }
H1.HeaderClassName
{
color: #3C4170;
}
.AnyTagClassName
{
color: #3C4170;
}
</style>
background-color css
<style>
a { background-color: #3C4170; }
a { background-color: rgb(60,65,112); }
div.DivClassName
{
background-color: #3C4170;
}
.BgClassName
{
background-color: #3C4170;
}
</style>
border-color css
<style>
span { border-color: #3C4170; }
span { border-color: rgb(60,65,112); }
td.TdClassName
{
border-color: #3C4170;
}
.TagClassName
{
border-color: #3C4170;
}
</style>