Shades of Port Gore #3B416E
Tints of Port Gore #3B416E
RGB
CMYK
RGB Variations
Color information
#3B416E (or 0x3B416E) is known color: Port Gore. HEX triplet: 3B, 41 and 6E. RGB value is (59,65,110). Sum of RGB (Red+Green+Blue) = 59+65+110=234 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.21% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 110 (43.36% from 255 or 47.01% from 234); Max value from RGB is 110 - color contains mainly: blue. Hex color #3B416E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B416E is #C4BE91. Grayscale: #444444. Windows color (decimal): -12893842 or 7225659. OLE color: 7225659.
HSL color Cylindrical-coordinate representation of color #3B416E: hue angle of 232.94º 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 #3B416E is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 59 | 65 | 110 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.57 |
| HSL | 232.94º | 0.3% | 0.33% | - |
| HSV(B) | 232.94º | 0.46% | 0.43% | - |
| XYZ | 6.51 | 5.84 | 15.54 | - |
| YUV | 68.34 | 151.51 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 65 | 110 | 0.46 | 0.41 | 0 | 0.57 | 232.94 | 0.3 | 0.33 |
| Hex | 3B | 41 | 6E | 2E | 29 | 0 | 39 | E9 | 1E | 21 |
| Octal | 73 | 101 | 156 | 56 | 51 | 0 | 71 | 351 | 36 | 41 |
| Binary | 111011 | 1000001 | 1101110 | 101110 | 101001 | 0 | 111001 | 11101001 | 11110 | 100001 |
Color Harmonies of #3B416E
Complementary color
Monochromatic Colors of #3B416E
Black with #3B416E
Text Example
Text Example
White with #3B416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B416E; }
p { color: rgb(59,65,110); }
H1.HeaderClassName
{
color: #3B416E;
}
.AnyTagClassName
{
color: #3B416E;
}
</style>
background-color css
<style>
a { background-color: #3B416E; }
a { background-color: rgb(59,65,110); }
div.DivClassName
{
background-color: #3B416E;
}
.BgClassName
{
background-color: #3B416E;
}
</style>
border-color css
<style>
span { border-color: #3B416E; }
span { border-color: rgb(59,65,110); }
td.TdClassName
{
border-color: #3B416E;
}
.TagClassName
{
border-color: #3B416E;
}
</style>