Shades of Port Gore #3D426D
Tints of Port Gore #3D426D
RGB
CMYK
RGB Variations
Color information
#3D426D (or 0x3D426D) is known color: Port Gore. HEX triplet: 3D, 42 and 6D. RGB value is (61,66,109). Sum of RGB (Red+Green+Blue) = 61+66+109=236 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.85% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 109 - color contains mainly: blue. Hex color #3D426D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D426D is #C2BD92. Grayscale: #454545. Windows color (decimal): -12762515 or 7160381. OLE color: 7160381.
HSL color Cylindrical-coordinate representation of color #3D426D: hue angle of 233.75º 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 #3D426D is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 61 | 66 | 109 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.57 |
| HSL | 233.75º | 0.28% | 0.33% | - |
| HSV(B) | 233.75º | 0.44% | 0.43% | - |
| XYZ | 6.63 | 5.99 | 15.28 | - |
| YUV | 69.41 | 150.34 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 66 | 109 | 0.44 | 0.39 | 0 | 0.57 | 233.75 | 0.28 | 0.33 |
| Hex | 3D | 42 | 6D | 2C | 27 | 0 | 39 | EA | 1C | 21 |
| Octal | 75 | 102 | 155 | 54 | 47 | 0 | 71 | 352 | 34 | 41 |
| Binary | 111101 | 1000010 | 1101101 | 101100 | 100111 | 0 | 111001 | 11101010 | 11100 | 100001 |
Color Harmonies of #3D426D
Complementary color
Monochromatic Colors of #3D426D
Black with #3D426D
Text Example
Text Example
White with #3D426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D426D; }
p { color: rgb(61,66,109); }
H1.HeaderClassName
{
color: #3D426D;
}
.AnyTagClassName
{
color: #3D426D;
}
</style>
background-color css
<style>
a { background-color: #3D426D; }
a { background-color: rgb(61,66,109); }
div.DivClassName
{
background-color: #3D426D;
}
.BgClassName
{
background-color: #3D426D;
}
</style>
border-color css
<style>
span { border-color: #3D426D; }
span { border-color: rgb(61,66,109); }
td.TdClassName
{
border-color: #3D426D;
}
.TagClassName
{
border-color: #3D426D;
}
</style>