Shades of Port Gore #3D446D
Tints of Port Gore #3D446D
RGB
CMYK
RGB Variations
Color information
#3D446D (or 0x3D446D) is known color: Port Gore. HEX triplet: 3D, 44 and 6D. RGB value is (61,68,109). Sum of RGB (Red+Green+Blue) = 61+68+109=238 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.63% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #3D446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D446D is #C2BB92. Grayscale: #464646. Windows color (decimal): -12762003 or 7160893. OLE color: 7160893.
HSL color Cylindrical-coordinate representation of color #3D446D: hue angle of 231.25º 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 #3D446D is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 61 | 68 | 109 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.57 |
| HSL | 231.25º | 0.28% | 0.33% | - |
| HSV(B) | 231.25º | 0.44% | 0.43% | - |
| XYZ | 6.75 | 6.23 | 15.31 | - |
| YUV | 70.58 | 149.68 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 68 | 109 | 0.44 | 0.38 | 0 | 0.57 | 231.25 | 0.28 | 0.33 |
| Hex | 3D | 44 | 6D | 2C | 26 | 0 | 39 | E7 | 1C | 21 |
| Octal | 75 | 104 | 155 | 54 | 46 | 0 | 71 | 347 | 34 | 41 |
| Binary | 111101 | 1000100 | 1101101 | 101100 | 100110 | 0 | 111001 | 11100111 | 11100 | 100001 |
Color Harmonies of #3D446D
Complementary color
Monochromatic Colors of #3D446D
Black with #3D446D
Text Example
Text Example
White with #3D446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D446D; }
p { color: rgb(61,68,109); }
H1.HeaderClassName
{
color: #3D446D;
}
.AnyTagClassName
{
color: #3D446D;
}
</style>
background-color css
<style>
a { background-color: #3D446D; }
a { background-color: rgb(61,68,109); }
div.DivClassName
{
background-color: #3D446D;
}
.BgClassName
{
background-color: #3D446D;
}
</style>
border-color css
<style>
span { border-color: #3D446D; }
span { border-color: rgb(61,68,109); }
td.TdClassName
{
border-color: #3D446D;
}
.TagClassName
{
border-color: #3D446D;
}
</style>