Shades of Port Gore #3B4372
Tints of Port Gore #3B4372
RGB
CMYK
RGB Variations
Color information
#3B4372 (or 0x3B4372) is known color: Port Gore. HEX triplet: 3B, 43 and 72. RGB value is (59,67,114). Sum of RGB (Red+Green+Blue) = 59+67+114=240 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.58% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #3B4372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4372 is #C4BC8D. Grayscale: #454545. Windows color (decimal): -12893326 or 7488315. OLE color: 7488315.
HSL color Cylindrical-coordinate representation of color #3B4372: hue angle of 231.27º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B4372 is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 67 | 114 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.55 |
| HSL | 231.27º | 0.32% | 0.34% | - |
| HSV(B) | 231.27º | 0.48% | 0.45% | - |
| XYZ | 6.85 | 6.16 | 16.75 | - |
| YUV | 69.97 | 152.85 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 67 | 114 | 0.48 | 0.41 | 0 | 0.55 | 231.27 | 0.32 | 0.34 |
| Hex | 3B | 43 | 72 | 30 | 29 | 0 | 37 | E7 | 20 | 22 |
| Octal | 73 | 103 | 162 | 60 | 51 | 0 | 67 | 347 | 40 | 42 |
| Binary | 111011 | 1000011 | 1110010 | 110000 | 101001 | 0 | 110111 | 11100111 | 100000 | 100010 |
Color Harmonies of #3B4372
Complementary color
Monochromatic Colors of #3B4372
Black with #3B4372
Text Example
Text Example
White with #3B4372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4372; }
p { color: rgb(59,67,114); }
H1.HeaderClassName
{
color: #3B4372;
}
.AnyTagClassName
{
color: #3B4372;
}
</style>
background-color css
<style>
a { background-color: #3B4372; }
a { background-color: rgb(59,67,114); }
div.DivClassName
{
background-color: #3B4372;
}
.BgClassName
{
background-color: #3B4372;
}
</style>
border-color css
<style>
span { border-color: #3B4372; }
span { border-color: rgb(59,67,114); }
td.TdClassName
{
border-color: #3B4372;
}
.TagClassName
{
border-color: #3B4372;
}
</style>