Shades of Port Gore #3A4773
Tints of Port Gore #3A4773
RGB
CMYK
RGB Variations
Color information
#3A4773 (or 0x3A4773) is known color: Port Gore. HEX triplet: 3A, 47 and 73. RGB value is (58,71,115). Sum of RGB (Red+Green+Blue) = 58+71+115=244 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.77% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A4773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4773 is #C5B88C. Grayscale: #474747. Windows color (decimal): -12957837 or 7554874. OLE color: 7554874.
HSL color Cylindrical-coordinate representation of color #3A4773: hue angle of 226.32º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A4773 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 71 | 115 | - |
| CMYK | 0.50 | 0.38 | 0 | 0.55 |
| HSL | 226.32º | 0.33% | 0.34% | - |
| HSV(B) | 226.32º | 0.5% | 0.45% | - |
| XYZ | 7.09 | 6.64 | 17.13 | - |
| YUV | 72.13 | 152.19 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 71 | 115 | 0.50 | 0.38 | 0 | 0.55 | 226.32 | 0.33 | 0.34 |
| Hex | 3A | 47 | 73 | 32 | 26 | 0 | 37 | E2 | 21 | 22 |
| Octal | 72 | 107 | 163 | 62 | 46 | 0 | 67 | 342 | 41 | 42 |
| Binary | 111010 | 1000111 | 1110011 | 110010 | 100110 | 0 | 110111 | 11100010 | 100001 | 100010 |
Color Harmonies of #3A4773
Complementary color
Monochromatic Colors of #3A4773
Black with #3A4773
Text Example
Text Example
White with #3A4773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4773; }
p { color: rgb(58,71,115); }
H1.HeaderClassName
{
color: #3A4773;
}
.AnyTagClassName
{
color: #3A4773;
}
</style>
background-color css
<style>
a { background-color: #3A4773; }
a { background-color: rgb(58,71,115); }
div.DivClassName
{
background-color: #3A4773;
}
.BgClassName
{
background-color: #3A4773;
}
</style>
border-color css
<style>
span { border-color: #3A4773; }
span { border-color: rgb(58,71,115); }
td.TdClassName
{
border-color: #3A4773;
}
.TagClassName
{
border-color: #3A4773;
}
</style>