Shades of Port Gore #3A4875
Tints of Port Gore #3A4875
RGB
CMYK
RGB Variations
Color information
#3A4875 (or 0x3A4875) is known color: Port Gore. HEX triplet: 3A, 48 and 75. RGB value is (58,72,117). Sum of RGB (Red+Green+Blue) = 58+72+117=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #3A4875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4875 is #C5B78A. Grayscale: #484848. Windows color (decimal): -12957579 or 7686202. OLE color: 7686202.
HSL color Cylindrical-coordinate representation of color #3A4875: hue angle of 225.76º 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 #3A4875 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 72 | 117 | - |
| CMYK | 0.50 | 0.38 | 0 | 0.54 |
| HSL | 225.76º | 0.34% | 0.34% | - |
| HSV(B) | 225.76º | 0.5% | 0.46% | - |
| XYZ | 7.27 | 6.82 | 17.76 | - |
| YUV | 72.94 | 152.86 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 72 | 117 | 0.50 | 0.38 | 0 | 0.54 | 225.76 | 0.34 | 0.34 |
| Hex | 3A | 48 | 75 | 32 | 26 | 0 | 36 | E2 | 22 | 22 |
| Octal | 72 | 110 | 165 | 62 | 46 | 0 | 66 | 342 | 42 | 42 |
| Binary | 111010 | 1001000 | 1110101 | 110010 | 100110 | 0 | 110110 | 11100010 | 100010 | 100010 |
Color Harmonies of #3A4875
Complementary color
Monochromatic Colors of #3A4875
Black with #3A4875
Text Example
Text Example
White with #3A4875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4875; }
p { color: rgb(58,72,117); }
H1.HeaderClassName
{
color: #3A4875;
}
.AnyTagClassName
{
color: #3A4875;
}
</style>
background-color css
<style>
a { background-color: #3A4875; }
a { background-color: rgb(58,72,117); }
div.DivClassName
{
background-color: #3A4875;
}
.BgClassName
{
background-color: #3A4875;
}
</style>
border-color css
<style>
span { border-color: #3A4875; }
span { border-color: rgb(58,72,117); }
td.TdClassName
{
border-color: #3A4875;
}
.TagClassName
{
border-color: #3A4875;
}
</style>