Shades of Port Gore #3A4270
Tints of Port Gore #3A4270
RGB
CMYK
RGB Variations
Color information
#3A4270 (or 0x3A4270) is known color: Port Gore. HEX triplet: 3A, 42 and 70. RGB value is (58,66,112). Sum of RGB (Red+Green+Blue) = 58+66+112=236 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.58% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A4270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4270 is #C5BD8F. Grayscale: #444444. Windows color (decimal): -12959120 or 7356986. OLE color: 7356986.
HSL color Cylindrical-coordinate representation of color #3A4270: hue angle of 231.11º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A4270 is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 66 | 112 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.56 |
| HSL | 231.11º | 0.32% | 0.33% | - |
| HSV(B) | 231.11º | 0.48% | 0.44% | - |
| XYZ | 6.62 | 5.97 | 16.13 | - |
| YUV | 68.85 | 152.35 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 66 | 112 | 0.48 | 0.41 | 0 | 0.56 | 231.11 | 0.32 | 0.33 |
| Hex | 3A | 42 | 70 | 30 | 29 | 0 | 38 | E7 | 20 | 21 |
| Octal | 72 | 102 | 160 | 60 | 51 | 0 | 70 | 347 | 40 | 41 |
| Binary | 111010 | 1000010 | 1110000 | 110000 | 101001 | 0 | 111000 | 11100111 | 100000 | 100001 |
Color Harmonies of #3A4270
Complementary color
Monochromatic Colors of #3A4270
Black with #3A4270
Text Example
Text Example
White with #3A4270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4270; }
p { color: rgb(58,66,112); }
H1.HeaderClassName
{
color: #3A4270;
}
.AnyTagClassName
{
color: #3A4270;
}
</style>
background-color css
<style>
a { background-color: #3A4270; }
a { background-color: rgb(58,66,112); }
div.DivClassName
{
background-color: #3A4270;
}
.BgClassName
{
background-color: #3A4270;
}
</style>
border-color css
<style>
span { border-color: #3A4270; }
span { border-color: rgb(58,66,112); }
td.TdClassName
{
border-color: #3A4270;
}
.TagClassName
{
border-color: #3A4270;
}
</style>