Shades of Port Gore #3F4366
Tints of Port Gore #3F4366
RGB
CMYK
RGB Variations
Color information
#3F4366 (or 0x3F4366) is known color: Port Gore. HEX triplet: 3F, 43 and 66. RGB value is (63,67,102). Sum of RGB (Red+Green+Blue) = 63+67+102=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 102 - color contains mainly: blue. Hex color #3F4366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4366 is #C0BC99. Grayscale: #454545. Windows color (decimal): -12631194 or 6701887. OLE color: 6701887.
HSL color Cylindrical-coordinate representation of color #3F4366: hue angle of 233.85º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F4366 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 63 | 67 | 102 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.6 |
| HSL | 233.85º | 0.24% | 0.32% | - |
| HSV(B) | 233.85º | 0.38% | 0.4% | - |
| XYZ | 6.46 | 6.03 | 13.39 | - |
| YUV | 69.79 | 146.17 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 67 | 102 | 0.38 | 0.34 | 0 | 0.6 | 233.85 | 0.24 | 0.32 |
| Hex | 3F | 43 | 66 | 26 | 22 | 0 | 3C | EA | 18 | 20 |
| Octal | 77 | 103 | 146 | 46 | 42 | 0 | 74 | 352 | 30 | 40 |
| Binary | 111111 | 1000011 | 1100110 | 100110 | 100010 | 0 | 111100 | 11101010 | 11000 | 100000 |
Color Harmonies of #3F4366
Complementary color
Monochromatic Colors of #3F4366
Black with #3F4366
Text Example
Text Example
White with #3F4366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4366; }
p { color: rgb(63,67,102); }
H1.HeaderClassName
{
color: #3F4366;
}
.AnyTagClassName
{
color: #3F4366;
}
</style>
background-color css
<style>
a { background-color: #3F4366; }
a { background-color: rgb(63,67,102); }
div.DivClassName
{
background-color: #3F4366;
}
.BgClassName
{
background-color: #3F4366;
}
</style>
border-color css
<style>
span { border-color: #3F4366; }
span { border-color: rgb(63,67,102); }
td.TdClassName
{
border-color: #3F4366;
}
.TagClassName
{
border-color: #3F4366;
}
</style>