Shades of Port Gore #3D436F
Tints of Port Gore #3D436F
RGB
CMYK
RGB Variations
Color information
#3D436F (or 0x3D436F) is known color: Port Gore. HEX triplet: 3D, 43 and 6F. RGB value is (61,67,111). Sum of RGB (Red+Green+Blue) = 61+67+111=239 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.52% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 111 (43.75% from 255 or 46.44% from 239); Max value from RGB is 111 - color contains mainly: blue. Hex color #3D436F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D436F is #C2BC90. Grayscale: #464646. Windows color (decimal): -12762257 or 7291709. OLE color: 7291709.
HSL color Cylindrical-coordinate representation of color #3D436F: hue angle of 232.8º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3D436F is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 67 | 111 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.56 |
| HSL | 232.8º | 0.29% | 0.34% | - |
| HSV(B) | 232.8º | 0.45% | 0.44% | - |
| XYZ | 6.8 | 6.15 | 15.87 | - |
| YUV | 70.22 | 151.01 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 67 | 111 | 0.45 | 0.40 | 0 | 0.56 | 232.8 | 0.29 | 0.34 |
| Hex | 3D | 43 | 6F | 2D | 28 | 0 | 38 | E9 | 1D | 22 |
| Octal | 75 | 103 | 157 | 55 | 50 | 0 | 70 | 351 | 35 | 42 |
| Binary | 111101 | 1000011 | 1101111 | 101101 | 101000 | 0 | 111000 | 11101001 | 11101 | 100010 |
Color Harmonies of #3D436F
Complementary color
Monochromatic Colors of #3D436F
Black with #3D436F
Text Example
Text Example
White with #3D436F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D436F; }
p { color: rgb(61,67,111); }
H1.HeaderClassName
{
color: #3D436F;
}
.AnyTagClassName
{
color: #3D436F;
}
</style>
background-color css
<style>
a { background-color: #3D436F; }
a { background-color: rgb(61,67,111); }
div.DivClassName
{
background-color: #3D436F;
}
.BgClassName
{
background-color: #3D436F;
}
</style>
border-color css
<style>
span { border-color: #3D436F; }
span { border-color: rgb(61,67,111); }
td.TdClassName
{
border-color: #3D436F;
}
.TagClassName
{
border-color: #3D436F;
}
</style>