Shades of Port Gore #3A4669
Tints of Port Gore #3A4669
RGB
CMYK
RGB Variations
Color information
#3A4669 (or 0x3A4669) is known color: Port Gore. HEX triplet: 3A, 46 and 69. RGB value is (58,70,105). Sum of RGB (Red+Green+Blue) = 58+70+105=233 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.89% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #3A4669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4669 is #C5B996. Grayscale: #464646. Windows color (decimal): -12958103 or 6899258. OLE color: 6899258.
HSL color Cylindrical-coordinate representation of color #3A4669: hue angle of 224.68º 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 #3A4669 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 70 | 105 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.59 |
| HSL | 224.68º | 0.29% | 0.32% | - |
| HSV(B) | 224.68º | 0.45% | 0.41% | - |
| XYZ | 6.48 | 6.3 | 14.24 | - |
| YUV | 70.4 | 147.52 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 70 | 105 | 0.45 | 0.33 | 0 | 0.59 | 224.68 | 0.29 | 0.32 |
| Hex | 3A | 46 | 69 | 2D | 21 | 0 | 3B | E1 | 1D | 20 |
| Octal | 72 | 106 | 151 | 55 | 41 | 0 | 73 | 341 | 35 | 40 |
| Binary | 111010 | 1000110 | 1101001 | 101101 | 100001 | 0 | 111011 | 11100001 | 11101 | 100000 |
Color Harmonies of #3A4669
Complementary color
Monochromatic Colors of #3A4669
Black with #3A4669
Text Example
Text Example
White with #3A4669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4669; }
p { color: rgb(58,70,105); }
H1.HeaderClassName
{
color: #3A4669;
}
.AnyTagClassName
{
color: #3A4669;
}
</style>
background-color css
<style>
a { background-color: #3A4669; }
a { background-color: rgb(58,70,105); }
div.DivClassName
{
background-color: #3A4669;
}
.BgClassName
{
background-color: #3A4669;
}
</style>
border-color css
<style>
span { border-color: #3A4669; }
span { border-color: rgb(58,70,105); }
td.TdClassName
{
border-color: #3A4669;
}
.TagClassName
{
border-color: #3A4669;
}
</style>