Shades of Port Gore #39446D
Tints of Port Gore #39446D
RGB
CMYK
RGB Variations
Color information
#39446D (or 0x39446D) is known color: Port Gore. HEX triplet: 39, 44 and 6D. RGB value is (57,68,109). Sum of RGB (Red+Green+Blue) = 57+68+109=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 109 - color contains mainly: blue. Hex color #39446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39446D is #C6BB92. Grayscale: #454545. Windows color (decimal): -13024147 or 7160889. OLE color: 7160889.
HSL color Cylindrical-coordinate representation of color #39446D: hue angle of 227.31º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #39446D is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 68 | 109 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.57 |
| HSL | 227.31º | 0.31% | 0.33% | - |
| HSV(B) | 227.31º | 0.48% | 0.43% | - |
| XYZ | 6.51 | 6.11 | 15.3 | - |
| YUV | 69.39 | 150.36 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 68 | 109 | 0.48 | 0.38 | 0 | 0.57 | 227.31 | 0.31 | 0.33 |
| Hex | 39 | 44 | 6D | 30 | 26 | 0 | 39 | E3 | 1F | 21 |
| Octal | 71 | 104 | 155 | 60 | 46 | 0 | 71 | 343 | 37 | 41 |
| Binary | 111001 | 1000100 | 1101101 | 110000 | 100110 | 0 | 111001 | 11100011 | 11111 | 100001 |
Color Harmonies of #39446D
Complementary color
Monochromatic Colors of #39446D
Black with #39446D
Text Example
Text Example
White with #39446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39446D; }
p { color: rgb(57,68,109); }
H1.HeaderClassName
{
color: #39446D;
}
.AnyTagClassName
{
color: #39446D;
}
</style>
background-color css
<style>
a { background-color: #39446D; }
a { background-color: rgb(57,68,109); }
div.DivClassName
{
background-color: #39446D;
}
.BgClassName
{
background-color: #39446D;
}
</style>
border-color css
<style>
span { border-color: #39446D; }
span { border-color: rgb(57,68,109); }
td.TdClassName
{
border-color: #39446D;
}
.TagClassName
{
border-color: #39446D;
}
</style>