Shades of Port Gore #3A436C
Tints of Port Gore #3A436C
RGB
CMYK
RGB Variations
Color information
#3A436C (or 0x3A436C) is known color: Port Gore. HEX triplet: 3A, 43 and 6C. RGB value is (58,67,108). Sum of RGB (Red+Green+Blue) = 58+67+108=233 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.89% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 108 - color contains mainly: blue. Hex color #3A436C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A436C is #C5BC93. Grayscale: #444444. Windows color (decimal): -12958868 or 7095098. OLE color: 7095098.
HSL color Cylindrical-coordinate representation of color #3A436C: hue angle of 229.2º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A436C is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 67 | 108 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.58 |
| HSL | 229.2º | 0.3% | 0.33% | - |
| HSV(B) | 229.2º | 0.46% | 0.42% | - |
| XYZ | 6.46 | 6 | 15 | - |
| YUV | 68.98 | 150.02 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 67 | 108 | 0.46 | 0.38 | 0 | 0.58 | 229.2 | 0.3 | 0.33 |
| Hex | 3A | 43 | 6C | 2E | 26 | 0 | 3A | E5 | 1E | 21 |
| Octal | 72 | 103 | 154 | 56 | 46 | 0 | 72 | 345 | 36 | 41 |
| Binary | 111010 | 1000011 | 1101100 | 101110 | 100110 | 0 | 111010 | 11100101 | 11110 | 100001 |
Color Harmonies of #3A436C
Complementary color
Monochromatic Colors of #3A436C
Black with #3A436C
Text Example
Text Example
White with #3A436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A436C; }
p { color: rgb(58,67,108); }
H1.HeaderClassName
{
color: #3A436C;
}
.AnyTagClassName
{
color: #3A436C;
}
</style>
background-color css
<style>
a { background-color: #3A436C; }
a { background-color: rgb(58,67,108); }
div.DivClassName
{
background-color: #3A436C;
}
.BgClassName
{
background-color: #3A436C;
}
</style>
border-color css
<style>
span { border-color: #3A436C; }
span { border-color: rgb(58,67,108); }
td.TdClassName
{
border-color: #3A436C;
}
.TagClassName
{
border-color: #3A436C;
}
</style>