Shades of Port Gore #3D436D
Tints of Port Gore #3D436D
RGB
CMYK
RGB Variations
Color information
#3D436D (or 0x3D436D) is known color: Port Gore. HEX triplet: 3D, 43 and 6D. RGB value is (61,67,109). Sum of RGB (Red+Green+Blue) = 61+67+109=237 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.74% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #3D436D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D436D is #C2BC92. Grayscale: #454545. Windows color (decimal): -12762259 or 7160637. OLE color: 7160637.
HSL color Cylindrical-coordinate representation of color #3D436D: hue angle of 232.5º 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 #3D436D is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 61 | 67 | 109 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.57 |
| HSL | 232.5º | 0.28% | 0.33% | - |
| HSV(B) | 232.5º | 0.44% | 0.43% | - |
| XYZ | 6.69 | 6.11 | 15.29 | - |
| YUV | 69.99 | 150.01 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 67 | 109 | 0.44 | 0.39 | 0 | 0.57 | 232.5 | 0.28 | 0.33 |
| Hex | 3D | 43 | 6D | 2C | 27 | 0 | 39 | E8 | 1C | 21 |
| Octal | 75 | 103 | 155 | 54 | 47 | 0 | 71 | 350 | 34 | 41 |
| Binary | 111101 | 1000011 | 1101101 | 101100 | 100111 | 0 | 111001 | 11101000 | 11100 | 100001 |
Color Harmonies of #3D436D
Complementary color
Monochromatic Colors of #3D436D
Black with #3D436D
Text Example
Text Example
White with #3D436D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D436D; }
p { color: rgb(61,67,109); }
H1.HeaderClassName
{
color: #3D436D;
}
.AnyTagClassName
{
color: #3D436D;
}
</style>
background-color css
<style>
a { background-color: #3D436D; }
a { background-color: rgb(61,67,109); }
div.DivClassName
{
background-color: #3D436D;
}
.BgClassName
{
background-color: #3D436D;
}
</style>
border-color css
<style>
span { border-color: #3D436D; }
span { border-color: rgb(61,67,109); }
td.TdClassName
{
border-color: #3D436D;
}
.TagClassName
{
border-color: #3D436D;
}
</style>