Shades of Port Gore #3B416D
Tints of Port Gore #3B416D
RGB
CMYK
RGB Variations
Color information
#3B416D (or 0x3B416D) is known color: Port Gore. HEX triplet: 3B, 41 and 6D. RGB value is (59,65,109). Sum of RGB (Red+Green+Blue) = 59+65+109=233 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.32% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 109 - color contains mainly: blue. Hex color #3B416D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B416D is #C4BE92. Grayscale: #444444. Windows color (decimal): -12893843 or 7160123. OLE color: 7160123.
HSL color Cylindrical-coordinate representation of color #3B416D: hue angle of 232.8º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B416D is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 59 | 65 | 109 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.57 |
| HSL | 232.8º | 0.3% | 0.33% | - |
| HSV(B) | 232.8º | 0.46% | 0.43% | - |
| XYZ | 6.45 | 5.81 | 15.25 | - |
| YUV | 68.22 | 151.01 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 65 | 109 | 0.46 | 0.40 | 0 | 0.57 | 232.8 | 0.3 | 0.33 |
| Hex | 3B | 41 | 6D | 2E | 28 | 0 | 39 | E9 | 1E | 21 |
| Octal | 73 | 101 | 155 | 56 | 50 | 0 | 71 | 351 | 36 | 41 |
| Binary | 111011 | 1000001 | 1101101 | 101110 | 101000 | 0 | 111001 | 11101001 | 11110 | 100001 |
Color Harmonies of #3B416D
Complementary color
Monochromatic Colors of #3B416D
Black with #3B416D
Text Example
Text Example
White with #3B416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B416D; }
p { color: rgb(59,65,109); }
H1.HeaderClassName
{
color: #3B416D;
}
.AnyTagClassName
{
color: #3B416D;
}
</style>
background-color css
<style>
a { background-color: #3B416D; }
a { background-color: rgb(59,65,109); }
div.DivClassName
{
background-color: #3B416D;
}
.BgClassName
{
background-color: #3B416D;
}
</style>
border-color css
<style>
span { border-color: #3B416D; }
span { border-color: rgb(59,65,109); }
td.TdClassName
{
border-color: #3B416D;
}
.TagClassName
{
border-color: #3B416D;
}
</style>