Shades of Port Gore #3F4567
Tints of Port Gore #3F4567
RGB
CMYK
RGB Variations
Color information
#3F4567 (or 0x3F4567) is known color: Port Gore. HEX triplet: 3F, 45 and 67. RGB value is (63,69,103). Sum of RGB (Red+Green+Blue) = 63+69+103=235 (31% of max value = 765). Red value is 63 (25% from 255 or 26.81% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 103 (40.62% from 255 or 43.83% from 235); Max value from RGB is 103 - color contains mainly: blue. Hex color #3F4567 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4567 is #C0BA98. Grayscale: #464646. Windows color (decimal): -12630681 or 6767935. OLE color: 6767935.
HSL color Cylindrical-coordinate representation of color #3F4567: hue angle of 231º 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 #3F4567 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 69 | 103 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.60 |
| HSL | 231º | 0.24% | 0.33% | - |
| HSV(B) | 231º | 0.39% | 0.4% | - |
| XYZ | 6.63 | 6.29 | 13.7 | - |
| YUV | 71.08 | 146.01 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 69 | 103 | 0.39 | 0.33 | 0 | 0.60 | 231 | 0.24 | 0.33 |
| Hex | 3F | 45 | 67 | 27 | 21 | 0 | 3C | E7 | 18 | 21 |
| Octal | 77 | 105 | 147 | 47 | 41 | 0 | 74 | 347 | 30 | 41 |
| Binary | 111111 | 1000101 | 1100111 | 100111 | 100001 | 0 | 111100 | 11100111 | 11000 | 100001 |
Color Harmonies of #3F4567
Complementary color
Monochromatic Colors of #3F4567
Black with #3F4567
Text Example
Text Example
White with #3F4567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4567; }
p { color: rgb(63,69,103); }
H1.HeaderClassName
{
color: #3F4567;
}
.AnyTagClassName
{
color: #3F4567;
}
</style>
background-color css
<style>
a { background-color: #3F4567; }
a { background-color: rgb(63,69,103); }
div.DivClassName
{
background-color: #3F4567;
}
.BgClassName
{
background-color: #3F4567;
}
</style>
border-color css
<style>
span { border-color: #3F4567; }
span { border-color: rgb(63,69,103); }
td.TdClassName
{
border-color: #3F4567;
}
.TagClassName
{
border-color: #3F4567;
}
</style>