Shades of Port Gore #3F4867
Tints of Port Gore #3F4867
RGB
CMYK
RGB Variations
Color information
#3F4867 (or 0x3F4867) is known color: Port Gore. HEX triplet: 3F, 48 and 67. RGB value is (63,72,103). Sum of RGB (Red+Green+Blue) = 63+72+103=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 103 - color contains mainly: blue. Hex color #3F4867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4867 is #C0B798. Grayscale: #484848. Windows color (decimal): -12629913 or 6768703. OLE color: 6768703.
HSL color Cylindrical-coordinate representation of color #3F4867: hue angle of 226.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F4867 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 72 | 103 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.60 |
| HSL | 226.5º | 0.24% | 0.33% | - |
| HSV(B) | 226.5º | 0.39% | 0.4% | - |
| XYZ | 6.82 | 6.67 | 13.76 | - |
| YUV | 72.84 | 145.02 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 72 | 103 | 0.39 | 0.30 | 0 | 0.60 | 226.5 | 0.24 | 0.33 |
| Hex | 3F | 48 | 67 | 27 | 1E | 0 | 3C | E2 | 18 | 21 |
| Octal | 77 | 110 | 147 | 47 | 36 | 0 | 74 | 342 | 30 | 41 |
| Binary | 111111 | 1001000 | 1100111 | 100111 | 11110 | 0 | 111100 | 11100010 | 11000 | 100001 |
Color Harmonies of #3F4867
Complementary color
Monochromatic Colors of #3F4867
Black with #3F4867
Text Example
Text Example
White with #3F4867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4867; }
p { color: rgb(63,72,103); }
H1.HeaderClassName
{
color: #3F4867;
}
.AnyTagClassName
{
color: #3F4867;
}
</style>
background-color css
<style>
a { background-color: #3F4867; }
a { background-color: rgb(63,72,103); }
div.DivClassName
{
background-color: #3F4867;
}
.BgClassName
{
background-color: #3F4867;
}
</style>
border-color css
<style>
span { border-color: #3F4867; }
span { border-color: rgb(63,72,103); }
td.TdClassName
{
border-color: #3F4867;
}
.TagClassName
{
border-color: #3F4867;
}
</style>