Shades of Port Gore #3B3F66
Tints of Port Gore #3B3F66
RGB
CMYK
RGB Variations
Color information
#3B3F66 (or 0x3B3F66) is known color: Port Gore. HEX triplet: 3B, 3F and 66. RGB value is (59,63,102). Sum of RGB (Red+Green+Blue) = 59+63+102=224 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.34% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 102 - color contains mainly: blue. Hex color #3B3F66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3F66 is #C4C099. Grayscale: #424242. Windows color (decimal): -12894362 or 6700859. OLE color: 6700859.
HSL color Cylindrical-coordinate representation of color #3B3F66: hue angle of 234.42º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B3F66 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 59 | 63 | 102 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.6 |
| HSL | 234.42º | 0.27% | 0.32% | - |
| HSV(B) | 234.42º | 0.42% | 0.4% | - |
| XYZ | 5.98 | 5.44 | 13.31 | - |
| YUV | 66.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 63 | 102 | 0.42 | 0.38 | 0 | 0.6 | 234.42 | 0.27 | 0.32 |
| Hex | 3B | 3F | 66 | 2A | 26 | 0 | 3C | EA | 1B | 20 |
| Octal | 73 | 77 | 146 | 52 | 46 | 0 | 74 | 352 | 33 | 40 |
| Binary | 111011 | 111111 | 1100110 | 101010 | 100110 | 0 | 111100 | 11101010 | 11011 | 100000 |
Color Harmonies of #3B3F66
Complementary color
Monochromatic Colors of #3B3F66
Black with #3B3F66
Text Example
Text Example
White with #3B3F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3F66; }
p { color: rgb(59,63,102); }
H1.HeaderClassName
{
color: #3B3F66;
}
.AnyTagClassName
{
color: #3B3F66;
}
</style>
background-color css
<style>
a { background-color: #3B3F66; }
a { background-color: rgb(59,63,102); }
div.DivClassName
{
background-color: #3B3F66;
}
.BgClassName
{
background-color: #3B3F66;
}
</style>
border-color css
<style>
span { border-color: #3B3F66; }
span { border-color: rgb(59,63,102); }
td.TdClassName
{
border-color: #3B3F66;
}
.TagClassName
{
border-color: #3B3F66;
}
</style>