Shades of Port Gore #3B496F
Tints of Port Gore #3B496F
RGB
CMYK
RGB Variations
Color information
#3B496F (or 0x3B496F) is known color: Port Gore. HEX triplet: 3B, 49 and 6F. RGB value is (59,73,111). Sum of RGB (Red+Green+Blue) = 59+73+111=243 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.28% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 111 - color contains mainly: blue. Hex color #3B496F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B496F is #C4B690. Grayscale: #484848. Windows color (decimal): -12891793 or 7293243. OLE color: 7293243.
HSL color Cylindrical-coordinate representation of color #3B496F: hue angle of 223.85º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B496F is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 73 | 111 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.56 |
| HSL | 223.85º | 0.31% | 0.33% | - |
| HSV(B) | 223.85º | 0.47% | 0.44% | - |
| XYZ | 7.06 | 6.84 | 15.99 | - |
| YUV | 73.15 | 149.36 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 73 | 111 | 0.47 | 0.34 | 0 | 0.56 | 223.85 | 0.31 | 0.33 |
| Hex | 3B | 49 | 6F | 2F | 22 | 0 | 38 | E0 | 1F | 21 |
| Octal | 73 | 111 | 157 | 57 | 42 | 0 | 70 | 340 | 37 | 41 |
| Binary | 111011 | 1001001 | 1101111 | 101111 | 100010 | 0 | 111000 | 11100000 | 11111 | 100001 |
Color Harmonies of #3B496F
Complementary color
Monochromatic Colors of #3B496F
Black with #3B496F
Text Example
Text Example
White with #3B496F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B496F; }
p { color: rgb(59,73,111); }
H1.HeaderClassName
{
color: #3B496F;
}
.AnyTagClassName
{
color: #3B496F;
}
</style>
background-color css
<style>
a { background-color: #3B496F; }
a { background-color: rgb(59,73,111); }
div.DivClassName
{
background-color: #3B496F;
}
.BgClassName
{
background-color: #3B496F;
}
</style>
border-color css
<style>
span { border-color: #3B496F; }
span { border-color: rgb(59,73,111); }
td.TdClassName
{
border-color: #3B496F;
}
.TagClassName
{
border-color: #3B496F;
}
</style>