Shades of Port Gore #3B4674
Tints of Port Gore #3B4674
RGB
CMYK
RGB Variations
Color information
#3B4674 (or 0x3B4674) is known color: Port Gore. HEX triplet: 3B, 46 and 74. RGB value is (59,70,116). Sum of RGB (Red+Green+Blue) = 59+70+116=245 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.08% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 116 (45.70% from 255 or 47.35% from 245); Max value from RGB is 116 - color contains mainly: blue. Hex color #3B4674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4674 is #C4B98B. Grayscale: #474747. Windows color (decimal): -12892556 or 7620155. OLE color: 7620155.
HSL color Cylindrical-coordinate representation of color #3B4674: hue angle of 228.42º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B4674 is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 70 | 116 | - |
| CMYK | 0.49 | 0.40 | 0 | 0.55 |
| HSL | 228.42º | 0.33% | 0.34% | - |
| HSV(B) | 228.42º | 0.49% | 0.45% | - |
| XYZ | 7.15 | 6.57 | 17.41 | - |
| YUV | 71.96 | 152.86 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 70 | 116 | 0.49 | 0.40 | 0 | 0.55 | 228.42 | 0.33 | 0.34 |
| Hex | 3B | 46 | 74 | 31 | 28 | 0 | 37 | E4 | 21 | 22 |
| Octal | 73 | 106 | 164 | 61 | 50 | 0 | 67 | 344 | 41 | 42 |
| Binary | 111011 | 1000110 | 1110100 | 110001 | 101000 | 0 | 110111 | 11100100 | 100001 | 100010 |
Color Harmonies of #3B4674
Complementary color
Monochromatic Colors of #3B4674
Black with #3B4674
Text Example
Text Example
White with #3B4674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4674; }
p { color: rgb(59,70,116); }
H1.HeaderClassName
{
color: #3B4674;
}
.AnyTagClassName
{
color: #3B4674;
}
</style>
background-color css
<style>
a { background-color: #3B4674; }
a { background-color: rgb(59,70,116); }
div.DivClassName
{
background-color: #3B4674;
}
.BgClassName
{
background-color: #3B4674;
}
</style>
border-color css
<style>
span { border-color: #3B4674; }
span { border-color: rgb(59,70,116); }
td.TdClassName
{
border-color: #3B4674;
}
.TagClassName
{
border-color: #3B4674;
}
</style>