Shades of Port Gore #3A486D
Tints of Port Gore #3A486D
RGB
CMYK
RGB Variations
Color information
#3A486D (or 0x3A486D) is known color: Port Gore. HEX triplet: 3A, 48 and 6D. RGB value is (58,72,109). Sum of RGB (Red+Green+Blue) = 58+72+109=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 109 - color contains mainly: blue. Hex color #3A486D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A486D is #C5B792. Grayscale: #474747. Windows color (decimal): -12957587 or 7161914. OLE color: 7161914.
HSL color Cylindrical-coordinate representation of color #3A486D: hue angle of 223.53º 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 #3A486D is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 72 | 109 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.57 |
| HSL | 223.53º | 0.31% | 0.33% | - |
| HSV(B) | 223.53º | 0.47% | 0.43% | - |
| XYZ | 6.82 | 6.64 | 15.39 | - |
| YUV | 72.03 | 148.86 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 72 | 109 | 0.47 | 0.34 | 0 | 0.57 | 223.53 | 0.31 | 0.33 |
| Hex | 3A | 48 | 6D | 2F | 22 | 0 | 39 | E0 | 1F | 21 |
| Octal | 72 | 110 | 155 | 57 | 42 | 0 | 71 | 340 | 37 | 41 |
| Binary | 111010 | 1001000 | 1101101 | 101111 | 100010 | 0 | 111001 | 11100000 | 11111 | 100001 |
Color Harmonies of #3A486D
Complementary color
Monochromatic Colors of #3A486D
Black with #3A486D
Text Example
Text Example
White with #3A486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A486D; }
p { color: rgb(58,72,109); }
H1.HeaderClassName
{
color: #3A486D;
}
.AnyTagClassName
{
color: #3A486D;
}
</style>
background-color css
<style>
a { background-color: #3A486D; }
a { background-color: rgb(58,72,109); }
div.DivClassName
{
background-color: #3A486D;
}
.BgClassName
{
background-color: #3A486D;
}
</style>
border-color css
<style>
span { border-color: #3A486D; }
span { border-color: rgb(58,72,109); }
td.TdClassName
{
border-color: #3A486D;
}
.TagClassName
{
border-color: #3A486D;
}
</style>