Shades of Port Gore #3B496A
Tints of Port Gore #3B496A
RGB
CMYK
RGB Variations
Color information
#3B496A (or 0x3B496A) is known color: Port Gore. HEX triplet: 3B, 49 and 6A. RGB value is (59,73,106). Sum of RGB (Red+Green+Blue) = 59+73+106=238 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.79% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 106 - color contains mainly: blue. Hex color #3B496A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B496A is #C4B695. Grayscale: #484848. Windows color (decimal): -12891798 or 6965563. OLE color: 6965563.
HSL color Cylindrical-coordinate representation of color #3B496A: hue angle of 222.13º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B496A is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 59 | 73 | 106 | - |
| CMYK | 0.44 | 0.31 | 0 | 0.58 |
| HSL | 222.13º | 0.28% | 0.32% | - |
| HSV(B) | 222.13º | 0.44% | 0.42% | - |
| XYZ | 6.79 | 6.74 | 14.58 | - |
| YUV | 72.58 | 146.86 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 73 | 106 | 0.44 | 0.31 | 0 | 0.58 | 222.13 | 0.28 | 0.32 |
| Hex | 3B | 49 | 6A | 2C | 1F | 0 | 3A | DE | 1C | 20 |
| Octal | 73 | 111 | 152 | 54 | 37 | 0 | 72 | 336 | 34 | 40 |
| Binary | 111011 | 1001001 | 1101010 | 101100 | 11111 | 0 | 111010 | 11011110 | 11100 | 100000 |
Color Harmonies of #3B496A
Complementary color
Monochromatic Colors of #3B496A
Black with #3B496A
Text Example
Text Example
White with #3B496A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B496A; }
p { color: rgb(59,73,106); }
H1.HeaderClassName
{
color: #3B496A;
}
.AnyTagClassName
{
color: #3B496A;
}
</style>
background-color css
<style>
a { background-color: #3B496A; }
a { background-color: rgb(59,73,106); }
div.DivClassName
{
background-color: #3B496A;
}
.BgClassName
{
background-color: #3B496A;
}
</style>
border-color css
<style>
span { border-color: #3B496A; }
span { border-color: rgb(59,73,106); }
td.TdClassName
{
border-color: #3B496A;
}
.TagClassName
{
border-color: #3B496A;
}
</style>