Shades of Port Gore #3F436D
Tints of Port Gore #3F436D
RGB
CMYK
RGB Variations
Color information
#3F436D (or 0x3F436D) is known color: Port Gore. HEX triplet: 3F, 43 and 6D. RGB value is (63,67,109). Sum of RGB (Red+Green+Blue) = 63+67+109=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F436D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F436D is #C0BC92. Grayscale: #464646. Windows color (decimal): -12631187 or 7160639. OLE color: 7160639.
HSL color Cylindrical-coordinate representation of color #3F436D: hue angle of 234.78º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F436D is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 63 | 67 | 109 | - |
| CMYK | 0.42 | 0.39 | 0 | 0.57 |
| HSL | 234.78º | 0.27% | 0.34% | - |
| HSV(B) | 234.78º | 0.42% | 0.43% | - |
| XYZ | 6.82 | 6.18 | 15.3 | - |
| YUV | 70.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 67 | 109 | 0.42 | 0.39 | 0 | 0.57 | 234.78 | 0.27 | 0.34 |
| Hex | 3F | 43 | 6D | 2A | 27 | 0 | 39 | EB | 1B | 22 |
| Octal | 77 | 103 | 155 | 52 | 47 | 0 | 71 | 353 | 33 | 42 |
| Binary | 111111 | 1000011 | 1101101 | 101010 | 100111 | 0 | 111001 | 11101011 | 11011 | 100010 |
Color Harmonies of #3F436D
Complementary color
Monochromatic Colors of #3F436D
Black with #3F436D
Text Example
Text Example
White with #3F436D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F436D; }
p { color: rgb(63,67,109); }
H1.HeaderClassName
{
color: #3F436D;
}
.AnyTagClassName
{
color: #3F436D;
}
</style>
background-color css
<style>
a { background-color: #3F436D; }
a { background-color: rgb(63,67,109); }
div.DivClassName
{
background-color: #3F436D;
}
.BgClassName
{
background-color: #3F436D;
}
</style>
border-color css
<style>
span { border-color: #3F436D; }
span { border-color: rgb(63,67,109); }
td.TdClassName
{
border-color: #3F436D;
}
.TagClassName
{
border-color: #3F436D;
}
</style>