Shades of Port Gore #3B496D
Tints of Port Gore #3B496D
RGB
CMYK
RGB Variations
Color information
#3B496D (or 0x3B496D) is known color: Port Gore. HEX triplet: 3B, 49 and 6D. RGB value is (59,73,109). Sum of RGB (Red+Green+Blue) = 59+73+109=241 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.48% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 109 - color contains mainly: blue. Hex color #3B496D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B496D is #C4B692. Grayscale: #484848. Windows color (decimal): -12891795 or 7162171. OLE color: 7162171.
HSL color Cylindrical-coordinate representation of color #3B496D: hue angle of 223.2º 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 #3B496D is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 59 | 73 | 109 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.57 |
| HSL | 223.2º | 0.3% | 0.33% | - |
| HSV(B) | 223.2º | 0.46% | 0.43% | - |
| XYZ | 6.95 | 6.8 | 15.41 | - |
| YUV | 72.92 | 148.36 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 73 | 109 | 0.46 | 0.33 | 0 | 0.57 | 223.2 | 0.3 | 0.33 |
| Hex | 3B | 49 | 6D | 2E | 21 | 0 | 39 | DF | 1E | 21 |
| Octal | 73 | 111 | 155 | 56 | 41 | 0 | 71 | 337 | 36 | 41 |
| Binary | 111011 | 1001001 | 1101101 | 101110 | 100001 | 0 | 111001 | 11011111 | 11110 | 100001 |
Color Harmonies of #3B496D
Complementary color
Monochromatic Colors of #3B496D
Black with #3B496D
Text Example
Text Example
White with #3B496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B496D; }
p { color: rgb(59,73,109); }
H1.HeaderClassName
{
color: #3B496D;
}
.AnyTagClassName
{
color: #3B496D;
}
</style>
background-color css
<style>
a { background-color: #3B496D; }
a { background-color: rgb(59,73,109); }
div.DivClassName
{
background-color: #3B496D;
}
.BgClassName
{
background-color: #3B496D;
}
</style>
border-color css
<style>
span { border-color: #3B496D; }
span { border-color: rgb(59,73,109); }
td.TdClassName
{
border-color: #3B496D;
}
.TagClassName
{
border-color: #3B496D;
}
</style>