Shades of Port Gore #3A406A
Tints of Port Gore #3A406A
RGB
CMYK
RGB Variations
Color information
#3A406A (or 0x3A406A) is known color: Port Gore. HEX triplet: 3A, 40 and 6A. RGB value is (58,64,106). Sum of RGB (Red+Green+Blue) = 58+64+106=228 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.44% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 106 (41.80% from 255 or 46.49% from 228); Max value from RGB is 106 - color contains mainly: blue. Hex color #3A406A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A406A is #C5BF95. Grayscale: #424242. Windows color (decimal): -12959638 or 6963258. OLE color: 6963258.
HSL color Cylindrical-coordinate representation of color #3A406A: hue angle of 232.5º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A406A is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 64 | 106 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.58 |
| HSL | 232.5º | 0.29% | 0.32% | - |
| HSV(B) | 232.5º | 0.45% | 0.42% | - |
| XYZ | 6.18 | 5.61 | 14.39 | - |
| YUV | 66.99 | 150.01 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 64 | 106 | 0.45 | 0.40 | 0 | 0.58 | 232.5 | 0.29 | 0.32 |
| Hex | 3A | 40 | 6A | 2D | 28 | 0 | 3A | E8 | 1D | 20 |
| Octal | 72 | 100 | 152 | 55 | 50 | 0 | 72 | 350 | 35 | 40 |
| Binary | 111010 | 1000000 | 1101010 | 101101 | 101000 | 0 | 111010 | 11101000 | 11101 | 100000 |
Color Harmonies of #3A406A
Complementary color
Monochromatic Colors of #3A406A
Black with #3A406A
Text Example
Text Example
White with #3A406A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A406A; }
p { color: rgb(58,64,106); }
H1.HeaderClassName
{
color: #3A406A;
}
.AnyTagClassName
{
color: #3A406A;
}
</style>
background-color css
<style>
a { background-color: #3A406A; }
a { background-color: rgb(58,64,106); }
div.DivClassName
{
background-color: #3A406A;
}
.BgClassName
{
background-color: #3A406A;
}
</style>
border-color css
<style>
span { border-color: #3A406A; }
span { border-color: rgb(58,64,106); }
td.TdClassName
{
border-color: #3A406A;
}
.TagClassName
{
border-color: #3A406A;
}
</style>