Shades of Port Gore #3A476D
Tints of Port Gore #3A476D
RGB
CMYK
RGB Variations
Color information
#3A476D (or 0x3A476D) is known color: Port Gore. HEX triplet: 3A, 47 and 6D. RGB value is (58,71,109). Sum of RGB (Red+Green+Blue) = 58+71+109=238 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.37% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #3A476D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A476D is #C5B892. Grayscale: #474747. Windows color (decimal): -12957843 or 7161658. OLE color: 7161658.
HSL color Cylindrical-coordinate representation of color #3A476D: hue angle of 224.71º 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 #3A476D is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 71 | 109 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.57 |
| HSL | 224.71º | 0.31% | 0.33% | - |
| HSV(B) | 224.71º | 0.47% | 0.43% | - |
| XYZ | 6.76 | 6.51 | 15.37 | - |
| YUV | 71.45 | 149.19 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 71 | 109 | 0.47 | 0.35 | 0 | 0.57 | 224.71 | 0.31 | 0.33 |
| Hex | 3A | 47 | 6D | 2F | 23 | 0 | 39 | E1 | 1F | 21 |
| Octal | 72 | 107 | 155 | 57 | 43 | 0 | 71 | 341 | 37 | 41 |
| Binary | 111010 | 1000111 | 1101101 | 101111 | 100011 | 0 | 111001 | 11100001 | 11111 | 100001 |
Color Harmonies of #3A476D
Complementary color
Monochromatic Colors of #3A476D
Black with #3A476D
Text Example
Text Example
White with #3A476D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A476D; }
p { color: rgb(58,71,109); }
H1.HeaderClassName
{
color: #3A476D;
}
.AnyTagClassName
{
color: #3A476D;
}
</style>
background-color css
<style>
a { background-color: #3A476D; }
a { background-color: rgb(58,71,109); }
div.DivClassName
{
background-color: #3A476D;
}
.BgClassName
{
background-color: #3A476D;
}
</style>
border-color css
<style>
span { border-color: #3A476D; }
span { border-color: rgb(58,71,109); }
td.TdClassName
{
border-color: #3A476D;
}
.TagClassName
{
border-color: #3A476D;
}
</style>