Shades of Port Gore #3F4767
Tints of Port Gore #3F4767
RGB
CMYK
RGB Variations
Color information
#3F4767 (or 0x3F4767) is known color: Port Gore. HEX triplet: 3F, 47 and 67. RGB value is (63,71,103). Sum of RGB (Red+Green+Blue) = 63+71+103=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 103 - color contains mainly: blue. Hex color #3F4767 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4767 is #C0B898. Grayscale: #484848. Windows color (decimal): -12630169 or 6768447. OLE color: 6768447.
HSL color Cylindrical-coordinate representation of color #3F4767: hue angle of 228º 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 #3F4767 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 71 | 103 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.60 |
| HSL | 228º | 0.24% | 0.33% | - |
| HSV(B) | 228º | 0.39% | 0.4% | - |
| XYZ | 6.75 | 6.54 | 13.74 | - |
| YUV | 72.26 | 145.35 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 71 | 103 | 0.39 | 0.31 | 0 | 0.60 | 228 | 0.24 | 0.33 |
| Hex | 3F | 47 | 67 | 27 | 1F | 0 | 3C | E4 | 18 | 21 |
| Octal | 77 | 107 | 147 | 47 | 37 | 0 | 74 | 344 | 30 | 41 |
| Binary | 111111 | 1000111 | 1100111 | 100111 | 11111 | 0 | 111100 | 11100100 | 11000 | 100001 |
Color Harmonies of #3F4767
Complementary color
Monochromatic Colors of #3F4767
Black with #3F4767
Text Example
Text Example
White with #3F4767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4767; }
p { color: rgb(63,71,103); }
H1.HeaderClassName
{
color: #3F4767;
}
.AnyTagClassName
{
color: #3F4767;
}
</style>
background-color css
<style>
a { background-color: #3F4767; }
a { background-color: rgb(63,71,103); }
div.DivClassName
{
background-color: #3F4767;
}
.BgClassName
{
background-color: #3F4767;
}
</style>
border-color css
<style>
span { border-color: #3F4767; }
span { border-color: rgb(63,71,103); }
td.TdClassName
{
border-color: #3F4767;
}
.TagClassName
{
border-color: #3F4767;
}
</style>