Shades of Port Gore #3B446D
Tints of Port Gore #3B446D
RGB
CMYK
RGB Variations
Color information
#3B446D (or 0x3B446D) is known color: Port Gore. HEX triplet: 3B, 44 and 6D. RGB value is (59,68,109). Sum of RGB (Red+Green+Blue) = 59+68+109=236 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 109 - color contains mainly: blue. Hex color #3B446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B446D is #C4BB92. Grayscale: #454545. Windows color (decimal): -12893075 or 7160891. OLE color: 7160891.
HSL color Cylindrical-coordinate representation of color #3B446D: hue angle of 229.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 #3B446D is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 59 | 68 | 109 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.57 |
| HSL | 229.2º | 0.3% | 0.33% | - |
| HSV(B) | 229.2º | 0.46% | 0.43% | - |
| XYZ | 6.63 | 6.17 | 15.31 | - |
| YUV | 69.98 | 150.02 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 68 | 109 | 0.46 | 0.38 | 0 | 0.57 | 229.2 | 0.3 | 0.33 |
| Hex | 3B | 44 | 6D | 2E | 26 | 0 | 39 | E5 | 1E | 21 |
| Octal | 73 | 104 | 155 | 56 | 46 | 0 | 71 | 345 | 36 | 41 |
| Binary | 111011 | 1000100 | 1101101 | 101110 | 100110 | 0 | 111001 | 11100101 | 11110 | 100001 |
Color Harmonies of #3B446D
Complementary color
Monochromatic Colors of #3B446D
Black with #3B446D
Text Example
Text Example
White with #3B446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B446D; }
p { color: rgb(59,68,109); }
H1.HeaderClassName
{
color: #3B446D;
}
.AnyTagClassName
{
color: #3B446D;
}
</style>
background-color css
<style>
a { background-color: #3B446D; }
a { background-color: rgb(59,68,109); }
div.DivClassName
{
background-color: #3B446D;
}
.BgClassName
{
background-color: #3B446D;
}
</style>
border-color css
<style>
span { border-color: #3B446D; }
span { border-color: rgb(59,68,109); }
td.TdClassName
{
border-color: #3B446D;
}
.TagClassName
{
border-color: #3B446D;
}
</style>