Shades of Port Gore #3B3F6D
Tints of Port Gore #3B3F6D
RGB
CMYK
RGB Variations
Color information
#3B3F6D (or 0x3B3F6D) is known color: Port Gore. HEX triplet: 3B, 3F and 6D. RGB value is (59,63,109). Sum of RGB (Red+Green+Blue) = 59+63+109=231 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.54% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 109 (42.97% from 255 or 47.19% from 231); Max value from RGB is 109 - color contains mainly: blue. Hex color #3B3F6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3F6D is #C4C092. Grayscale: #424242. Windows color (decimal): -12894355 or 7159611. OLE color: 7159611.
HSL color Cylindrical-coordinate representation of color #3B3F6D: hue angle of 235.2º 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 #3B3F6D is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 59 | 63 | 109 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.57 |
| HSL | 235.2º | 0.3% | 0.33% | - |
| HSV(B) | 235.2º | 0.46% | 0.43% | - |
| XYZ | 6.34 | 5.59 | 15.21 | - |
| YUV | 67.05 | 151.67 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 63 | 109 | 0.46 | 0.42 | 0 | 0.57 | 235.2 | 0.3 | 0.33 |
| Hex | 3B | 3F | 6D | 2E | 2A | 0 | 39 | EB | 1E | 21 |
| Octal | 73 | 77 | 155 | 56 | 52 | 0 | 71 | 353 | 36 | 41 |
| Binary | 111011 | 111111 | 1101101 | 101110 | 101010 | 0 | 111001 | 11101011 | 11110 | 100001 |
Color Harmonies of #3B3F6D
Complementary color
Monochromatic Colors of #3B3F6D
Black with #3B3F6D
Text Example
Text Example
White with #3B3F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3F6D; }
p { color: rgb(59,63,109); }
H1.HeaderClassName
{
color: #3B3F6D;
}
.AnyTagClassName
{
color: #3B3F6D;
}
</style>
background-color css
<style>
a { background-color: #3B3F6D; }
a { background-color: rgb(59,63,109); }
div.DivClassName
{
background-color: #3B3F6D;
}
.BgClassName
{
background-color: #3B3F6D;
}
</style>
border-color css
<style>
span { border-color: #3B3F6D; }
span { border-color: rgb(59,63,109); }
td.TdClassName
{
border-color: #3B3F6D;
}
.TagClassName
{
border-color: #3B3F6D;
}
</style>