Shades of Port Gore #3A4069
Tints of Port Gore #3A4069
RGB
CMYK
RGB Variations
Color information
#3A4069 (or 0x3A4069) is known color: Port Gore. HEX triplet: 3A, 40 and 69. RGB value is (58,64,105). Sum of RGB (Red+Green+Blue) = 58+64+105=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 105 - color contains mainly: blue. Hex color #3A4069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4069 is #C5BF96. Grayscale: #424242. Windows color (decimal): -12959639 or 6897722. OLE color: 6897722.
HSL color Cylindrical-coordinate representation of color #3A4069: hue angle of 232.34º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A4069 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 64 | 105 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.59 |
| HSL | 232.34º | 0.29% | 0.32% | - |
| HSV(B) | 232.34º | 0.45% | 0.41% | - |
| XYZ | 6.13 | 5.59 | 14.12 | - |
| YUV | 66.88 | 149.51 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 64 | 105 | 0.45 | 0.39 | 0 | 0.59 | 232.34 | 0.29 | 0.32 |
| Hex | 3A | 40 | 69 | 2D | 27 | 0 | 3B | E8 | 1D | 20 |
| Octal | 72 | 100 | 151 | 55 | 47 | 0 | 73 | 350 | 35 | 40 |
| Binary | 111010 | 1000000 | 1101001 | 101101 | 100111 | 0 | 111011 | 11101000 | 11101 | 100000 |
Color Harmonies of #3A4069
Complementary color
Monochromatic Colors of #3A4069
Black with #3A4069
Text Example
Text Example
White with #3A4069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4069; }
p { color: rgb(58,64,105); }
H1.HeaderClassName
{
color: #3A4069;
}
.AnyTagClassName
{
color: #3A4069;
}
</style>
background-color css
<style>
a { background-color: #3A4069; }
a { background-color: rgb(58,64,105); }
div.DivClassName
{
background-color: #3A4069;
}
.BgClassName
{
background-color: #3A4069;
}
</style>
border-color css
<style>
span { border-color: #3A4069; }
span { border-color: rgb(58,64,105); }
td.TdClassName
{
border-color: #3A4069;
}
.TagClassName
{
border-color: #3A4069;
}
</style>