Shades of Port Gore #3A4975
Tints of Port Gore #3A4975
RGB
CMYK
RGB Variations
Color information
#3A4975 (or 0x3A4975) is known color: Port Gore. HEX triplet: 3A, 49 and 75. RGB value is (58,73,117). Sum of RGB (Red+Green+Blue) = 58+73+117=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #3A4975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4975 is #C5B68A. Grayscale: #494949. Windows color (decimal): -12957323 or 7686458. OLE color: 7686458.
HSL color Cylindrical-coordinate representation of color #3A4975: hue angle of 224.75º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A4975 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 73 | 117 | - |
| CMYK | 0.50 | 0.38 | 0 | 0.54 |
| HSL | 224.75º | 0.34% | 0.34% | - |
| HSV(B) | 224.75º | 0.5% | 0.46% | - |
| XYZ | 7.34 | 6.95 | 17.78 | - |
| YUV | 73.53 | 152.53 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 73 | 117 | 0.50 | 0.38 | 0 | 0.54 | 224.75 | 0.34 | 0.34 |
| Hex | 3A | 49 | 75 | 32 | 26 | 0 | 36 | E1 | 22 | 22 |
| Octal | 72 | 111 | 165 | 62 | 46 | 0 | 66 | 341 | 42 | 42 |
| Binary | 111010 | 1001001 | 1110101 | 110010 | 100110 | 0 | 110110 | 11100001 | 100010 | 100010 |
Color Harmonies of #3A4975
Complementary color
Monochromatic Colors of #3A4975
Black with #3A4975
Text Example
Text Example
White with #3A4975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4975; }
p { color: rgb(58,73,117); }
H1.HeaderClassName
{
color: #3A4975;
}
.AnyTagClassName
{
color: #3A4975;
}
</style>
background-color css
<style>
a { background-color: #3A4975; }
a { background-color: rgb(58,73,117); }
div.DivClassName
{
background-color: #3A4975;
}
.BgClassName
{
background-color: #3A4975;
}
</style>
border-color css
<style>
span { border-color: #3A4975; }
span { border-color: rgb(58,73,117); }
td.TdClassName
{
border-color: #3A4975;
}
.TagClassName
{
border-color: #3A4975;
}
</style>