Shades of Port Gore #3B4575
Tints of Port Gore #3B4575
RGB
CMYK
RGB Variations
Color information
#3B4575 (or 0x3B4575) is known color: Port Gore. HEX triplet: 3B, 45 and 75. RGB value is (59,69,117). Sum of RGB (Red+Green+Blue) = 59+69+117=245 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.08% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #3B4575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4575 is #C4BA8A. Grayscale: #474747. Windows color (decimal): -12892811 or 7685435. OLE color: 7685435.
HSL color Cylindrical-coordinate representation of color #3B4575: hue angle of 229.66º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B4575 is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 69 | 117 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.54 |
| HSL | 229.66º | 0.33% | 0.35% | - |
| HSV(B) | 229.66º | 0.5% | 0.46% | - |
| XYZ | 7.14 | 6.47 | 17.7 | - |
| YUV | 71.48 | 153.69 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 69 | 117 | 0.50 | 0.41 | 0 | 0.54 | 229.66 | 0.33 | 0.35 |
| Hex | 3B | 45 | 75 | 32 | 29 | 0 | 36 | E6 | 21 | 23 |
| Octal | 73 | 105 | 165 | 62 | 51 | 0 | 66 | 346 | 41 | 43 |
| Binary | 111011 | 1000101 | 1110101 | 110010 | 101001 | 0 | 110110 | 11100110 | 100001 | 100011 |
Color Harmonies of #3B4575
Complementary color
Monochromatic Colors of #3B4575
Black with #3B4575
Text Example
Text Example
White with #3B4575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4575; }
p { color: rgb(59,69,117); }
H1.HeaderClassName
{
color: #3B4575;
}
.AnyTagClassName
{
color: #3B4575;
}
</style>
background-color css
<style>
a { background-color: #3B4575; }
a { background-color: rgb(59,69,117); }
div.DivClassName
{
background-color: #3B4575;
}
.BgClassName
{
background-color: #3B4575;
}
</style>
border-color css
<style>
span { border-color: #3B4575; }
span { border-color: rgb(59,69,117); }
td.TdClassName
{
border-color: #3B4575;
}
.TagClassName
{
border-color: #3B4575;
}
</style>