Shades of Port Gore #3A466D
Tints of Port Gore #3A466D
RGB
CMYK
RGB Variations
Color information
#3A466D (or 0x3A466D) is known color: Port Gore. HEX triplet: 3A, 46 and 6D. RGB value is (58,70,109). Sum of RGB (Red+Green+Blue) = 58+70+109=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #3A466D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A466D is #C5B992. Grayscale: #464646. Windows color (decimal): -12958099 or 7161402. OLE color: 7161402.
HSL color Cylindrical-coordinate representation of color #3A466D: hue angle of 225.88º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A466D is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 70 | 109 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.57 |
| HSL | 225.88º | 0.31% | 0.33% | - |
| HSV(B) | 225.88º | 0.47% | 0.43% | - |
| XYZ | 6.7 | 6.38 | 15.35 | - |
| YUV | 70.86 | 149.52 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 70 | 109 | 0.47 | 0.36 | 0 | 0.57 | 225.88 | 0.31 | 0.33 |
| Hex | 3A | 46 | 6D | 2F | 24 | 0 | 39 | E2 | 1F | 21 |
| Octal | 72 | 106 | 155 | 57 | 44 | 0 | 71 | 342 | 37 | 41 |
| Binary | 111010 | 1000110 | 1101101 | 101111 | 100100 | 0 | 111001 | 11100010 | 11111 | 100001 |
Color Harmonies of #3A466D
Complementary color
Monochromatic Colors of #3A466D
Black with #3A466D
Text Example
Text Example
White with #3A466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A466D; }
p { color: rgb(58,70,109); }
H1.HeaderClassName
{
color: #3A466D;
}
.AnyTagClassName
{
color: #3A466D;
}
</style>
background-color css
<style>
a { background-color: #3A466D; }
a { background-color: rgb(58,70,109); }
div.DivClassName
{
background-color: #3A466D;
}
.BgClassName
{
background-color: #3A466D;
}
</style>
border-color css
<style>
span { border-color: #3A466D; }
span { border-color: rgb(58,70,109); }
td.TdClassName
{
border-color: #3A466D;
}
.TagClassName
{
border-color: #3A466D;
}
</style>