Shades of Port Gore #3A4571
Tints of Port Gore #3A4571
RGB
CMYK
RGB Variations
Color information
#3A4571 (or 0x3A4571) is known color: Port Gore. HEX triplet: 3A, 45 and 71. RGB value is (58,69,113). Sum of RGB (Red+Green+Blue) = 58+69+113=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #3A4571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4571 is #C5BA8E. Grayscale: #464646. Windows color (decimal): -12958351 or 7423290. OLE color: 7423290.
HSL color Cylindrical-coordinate representation of color #3A4571: hue angle of 228º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A4571 is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 69 | 113 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.56 |
| HSL | 228º | 0.32% | 0.34% | - |
| HSV(B) | 228º | 0.49% | 0.44% | - |
| XYZ | 6.85 | 6.35 | 16.49 | - |
| YUV | 70.73 | 151.86 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 69 | 113 | 0.49 | 0.39 | 0 | 0.56 | 228 | 0.32 | 0.34 |
| Hex | 3A | 45 | 71 | 31 | 27 | 0 | 38 | E4 | 20 | 22 |
| Octal | 72 | 105 | 161 | 61 | 47 | 0 | 70 | 344 | 40 | 42 |
| Binary | 111010 | 1000101 | 1110001 | 110001 | 100111 | 0 | 111000 | 11100100 | 100000 | 100010 |
Color Harmonies of #3A4571
Complementary color
Monochromatic Colors of #3A4571
Black with #3A4571
Text Example
Text Example
White with #3A4571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4571; }
p { color: rgb(58,69,113); }
H1.HeaderClassName
{
color: #3A4571;
}
.AnyTagClassName
{
color: #3A4571;
}
</style>
background-color css
<style>
a { background-color: #3A4571; }
a { background-color: rgb(58,69,113); }
div.DivClassName
{
background-color: #3A4571;
}
.BgClassName
{
background-color: #3A4571;
}
</style>
border-color css
<style>
span { border-color: #3A4571; }
span { border-color: rgb(58,69,113); }
td.TdClassName
{
border-color: #3A4571;
}
.TagClassName
{
border-color: #3A4571;
}
</style>