Shades of Port Gore #3D496D
Tints of Port Gore #3D496D
RGB
CMYK
RGB Variations
Color information
#3D496D (or 0x3D496D) is known color: Port Gore. HEX triplet: 3D, 49 and 6D. RGB value is (61,73,109). Sum of RGB (Red+Green+Blue) = 61+73+109=243 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.10% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #3D496D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D496D is #C2B692. Grayscale: #494949. Windows color (decimal): -12760723 or 7162173. OLE color: 7162173.
HSL color Cylindrical-coordinate representation of color #3D496D: hue angle of 225º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3D496D is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 61 | 73 | 109 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.57 |
| HSL | 225º | 0.28% | 0.33% | - |
| HSV(B) | 225º | 0.44% | 0.43% | - |
| XYZ | 7.07 | 6.86 | 15.42 | - |
| YUV | 73.52 | 148.02 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 73 | 109 | 0.44 | 0.33 | 0 | 0.57 | 225 | 0.28 | 0.33 |
| Hex | 3D | 49 | 6D | 2C | 21 | 0 | 39 | E1 | 1C | 21 |
| Octal | 75 | 111 | 155 | 54 | 41 | 0 | 71 | 341 | 34 | 41 |
| Binary | 111101 | 1001001 | 1101101 | 101100 | 100001 | 0 | 111001 | 11100001 | 11100 | 100001 |
Color Harmonies of #3D496D
Complementary color
Monochromatic Colors of #3D496D
Black with #3D496D
Text Example
Text Example
White with #3D496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D496D; }
p { color: rgb(61,73,109); }
H1.HeaderClassName
{
color: #3D496D;
}
.AnyTagClassName
{
color: #3D496D;
}
</style>
background-color css
<style>
a { background-color: #3D496D; }
a { background-color: rgb(61,73,109); }
div.DivClassName
{
background-color: #3D496D;
}
.BgClassName
{
background-color: #3D496D;
}
</style>
border-color css
<style>
span { border-color: #3D496D; }
span { border-color: rgb(61,73,109); }
td.TdClassName
{
border-color: #3D496D;
}
.TagClassName
{
border-color: #3D496D;
}
</style>