Shades of Port Gore #3B446E
Tints of Port Gore #3B446E
RGB
CMYK
RGB Variations
Color information
#3B446E (or 0x3B446E) is known color: Port Gore. HEX triplet: 3B, 44 and 6E. RGB value is (59,68,110). Sum of RGB (Red+Green+Blue) = 59+68+110=237 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.89% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 110 - color contains mainly: blue. Hex color #3B446E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B446E is #C4BB91. Grayscale: #454545. Windows color (decimal): -12893074 or 7226427. OLE color: 7226427.
HSL color Cylindrical-coordinate representation of color #3B446E: hue angle of 229.41º 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 #3B446E is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 59 | 68 | 110 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.57 |
| HSL | 229.41º | 0.3% | 0.33% | - |
| HSV(B) | 229.41º | 0.46% | 0.43% | - |
| XYZ | 6.69 | 6.19 | 15.59 | - |
| YUV | 70.1 | 150.52 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 68 | 110 | 0.46 | 0.38 | 0 | 0.57 | 229.41 | 0.3 | 0.33 |
| Hex | 3B | 44 | 6E | 2E | 26 | 0 | 39 | E5 | 1E | 21 |
| Octal | 73 | 104 | 156 | 56 | 46 | 0 | 71 | 345 | 36 | 41 |
| Binary | 111011 | 1000100 | 1101110 | 101110 | 100110 | 0 | 111001 | 11100101 | 11110 | 100001 |
Color Harmonies of #3B446E
Complementary color
Monochromatic Colors of #3B446E
Black with #3B446E
Text Example
Text Example
White with #3B446E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B446E; }
p { color: rgb(59,68,110); }
H1.HeaderClassName
{
color: #3B446E;
}
.AnyTagClassName
{
color: #3B446E;
}
</style>
background-color css
<style>
a { background-color: #3B446E; }
a { background-color: rgb(59,68,110); }
div.DivClassName
{
background-color: #3B446E;
}
.BgClassName
{
background-color: #3B446E;
}
</style>
border-color css
<style>
span { border-color: #3B446E; }
span { border-color: rgb(59,68,110); }
td.TdClassName
{
border-color: #3B446E;
}
.TagClassName
{
border-color: #3B446E;
}
</style>