Shades of Port Gore #3F4A68
Tints of Port Gore #3F4A68
RGB
CMYK
RGB Variations
Color information
#3F4A68 (or 0x3F4A68) is known color: Port Gore. HEX triplet: 3F, 4A and 68. RGB value is (63,74,104). Sum of RGB (Red+Green+Blue) = 63+74+104=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F4A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4A68 is #C0B597. Grayscale: #4A4A4A. Windows color (decimal): -12629400 or 6834751. OLE color: 6834751.
HSL color Cylindrical-coordinate representation of color #3F4A68: hue angle of 223.9º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F4A68 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 74 | 104 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.59 |
| HSL | 223.9º | 0.25% | 0.33% | - |
| HSV(B) | 223.9º | 0.39% | 0.41% | - |
| XYZ | 7 | 6.95 | 14.07 | - |
| YUV | 74.13 | 144.86 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 74 | 104 | 0.39 | 0.29 | 0 | 0.59 | 223.9 | 0.25 | 0.33 |
| Hex | 3F | 4A | 68 | 27 | 1D | 0 | 3B | E0 | 19 | 21 |
| Octal | 77 | 112 | 150 | 47 | 35 | 0 | 73 | 340 | 31 | 41 |
| Binary | 111111 | 1001010 | 1101000 | 100111 | 11101 | 0 | 111011 | 11100000 | 11001 | 100001 |
Color Harmonies of #3F4A68
Complementary color
Monochromatic Colors of #3F4A68
Black with #3F4A68
Text Example
Text Example
White with #3F4A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4A68; }
p { color: rgb(63,74,104); }
H1.HeaderClassName
{
color: #3F4A68;
}
.AnyTagClassName
{
color: #3F4A68;
}
</style>
background-color css
<style>
a { background-color: #3F4A68; }
a { background-color: rgb(63,74,104); }
div.DivClassName
{
background-color: #3F4A68;
}
.BgClassName
{
background-color: #3F4A68;
}
</style>
border-color css
<style>
span { border-color: #3F4A68; }
span { border-color: rgb(63,74,104); }
td.TdClassName
{
border-color: #3F4A68;
}
.TagClassName
{
border-color: #3F4A68;
}
</style>