Shades of Port Gore #39446A
Tints of Port Gore #39446A
RGB
CMYK
RGB Variations
Color information
#39446A (or 0x39446A) is known color: Port Gore. HEX triplet: 39, 44 and 6A. RGB value is (57,68,106). Sum of RGB (Red+Green+Blue) = 57+68+106=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 106 (41.80% from 255 or 45.89% from 231); Max value from RGB is 106 - color contains mainly: blue. Hex color #39446A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39446A is #C6BB95. Grayscale: #444444. Windows color (decimal): -13024150 or 6964281. OLE color: 6964281.
HSL color Cylindrical-coordinate representation of color #39446A: hue angle of 226.53º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #39446A is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 68 | 106 | - |
| CMYK | 0.46 | 0.36 | 0 | 0.58 |
| HSL | 226.53º | 0.3% | 0.32% | - |
| HSV(B) | 226.53º | 0.46% | 0.42% | - |
| XYZ | 6.36 | 6.04 | 14.47 | - |
| YUV | 69.04 | 148.86 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 68 | 106 | 0.46 | 0.36 | 0 | 0.58 | 226.53 | 0.3 | 0.32 |
| Hex | 39 | 44 | 6A | 2E | 24 | 0 | 3A | E3 | 1E | 20 |
| Octal | 71 | 104 | 152 | 56 | 44 | 0 | 72 | 343 | 36 | 40 |
| Binary | 111001 | 1000100 | 1101010 | 101110 | 100100 | 0 | 111010 | 11100011 | 11110 | 100000 |
Color Harmonies of #39446A
Complementary color
Monochromatic Colors of #39446A
Black with #39446A
Text Example
Text Example
White with #39446A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39446A; }
p { color: rgb(57,68,106); }
H1.HeaderClassName
{
color: #39446A;
}
.AnyTagClassName
{
color: #39446A;
}
</style>
background-color css
<style>
a { background-color: #39446A; }
a { background-color: rgb(57,68,106); }
div.DivClassName
{
background-color: #39446A;
}
.BgClassName
{
background-color: #39446A;
}
</style>
border-color css
<style>
span { border-color: #39446A; }
span { border-color: rgb(57,68,106); }
td.TdClassName
{
border-color: #39446A;
}
.TagClassName
{
border-color: #39446A;
}
</style>