Shades of Port Gore #3B466E
Tints of Port Gore #3B466E
RGB
CMYK
RGB Variations
Color information
#3B466E (or 0x3B466E) is known color: Port Gore. HEX triplet: 3B, 46 and 6E. RGB value is (59,70,110). Sum of RGB (Red+Green+Blue) = 59+70+110=239 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.69% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 110 - color contains mainly: blue. Hex color #3B466E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B466E is #C4B991. Grayscale: #474747. Windows color (decimal): -12892562 or 7226939. OLE color: 7226939.
HSL color Cylindrical-coordinate representation of color #3B466E: hue angle of 227.06º 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 #3B466E is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 59 | 70 | 110 | - |
| CMYK | 0.46 | 0.36 | 0 | 0.57 |
| HSL | 227.06º | 0.3% | 0.33% | - |
| HSV(B) | 227.06º | 0.46% | 0.43% | - |
| XYZ | 6.81 | 6.44 | 15.64 | - |
| YUV | 71.27 | 149.86 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 70 | 110 | 0.46 | 0.36 | 0 | 0.57 | 227.06 | 0.3 | 0.33 |
| Hex | 3B | 46 | 6E | 2E | 24 | 0 | 39 | E3 | 1E | 21 |
| Octal | 73 | 106 | 156 | 56 | 44 | 0 | 71 | 343 | 36 | 41 |
| Binary | 111011 | 1000110 | 1101110 | 101110 | 100100 | 0 | 111001 | 11100011 | 11110 | 100001 |
Color Harmonies of #3B466E
Complementary color
Monochromatic Colors of #3B466E
Black with #3B466E
Text Example
Text Example
White with #3B466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B466E; }
p { color: rgb(59,70,110); }
H1.HeaderClassName
{
color: #3B466E;
}
.AnyTagClassName
{
color: #3B466E;
}
</style>
background-color css
<style>
a { background-color: #3B466E; }
a { background-color: rgb(59,70,110); }
div.DivClassName
{
background-color: #3B466E;
}
.BgClassName
{
background-color: #3B466E;
}
</style>
border-color css
<style>
span { border-color: #3B466E; }
span { border-color: rgb(59,70,110); }
td.TdClassName
{
border-color: #3B466E;
}
.TagClassName
{
border-color: #3B466E;
}
</style>