Shades of Port Gore #3F4369
Tints of Port Gore #3F4369
RGB
CMYK
RGB Variations
Color information
#3F4369 (or 0x3F4369) is known color: Port Gore. HEX triplet: 3F, 43 and 69. RGB value is (63,67,105). Sum of RGB (Red+Green+Blue) = 63+67+105=235 (31% of max value = 765). Red value is 63 (25% from 255 or 26.81% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 105 - color contains mainly: blue. Hex color #3F4369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4369 is #C0BC96. Grayscale: #454545. Windows color (decimal): -12631191 or 6898495. OLE color: 6898495.
HSL color Cylindrical-coordinate representation of color #3F4369: hue angle of 234.29º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F4369 is Cyan = 0.4, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 67 | 105 | - |
| CMYK | 0.4 | 0.36 | 0 | 0.59 |
| HSL | 234.29º | 0.25% | 0.33% | - |
| HSV(B) | 234.29º | 0.4% | 0.41% | - |
| XYZ | 6.61 | 6.09 | 14.19 | - |
| YUV | 70.14 | 147.67 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 67 | 105 | 0.4 | 0.36 | 0 | 0.59 | 234.29 | 0.25 | 0.33 |
| Hex | 3F | 43 | 69 | 28 | 24 | 0 | 3B | EA | 19 | 21 |
| Octal | 77 | 103 | 151 | 50 | 44 | 0 | 73 | 352 | 31 | 41 |
| Binary | 111111 | 1000011 | 1101001 | 101000 | 100100 | 0 | 111011 | 11101010 | 11001 | 100001 |
Color Harmonies of #3F4369
Complementary color
Monochromatic Colors of #3F4369
Black with #3F4369
Text Example
Text Example
White with #3F4369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4369; }
p { color: rgb(63,67,105); }
H1.HeaderClassName
{
color: #3F4369;
}
.AnyTagClassName
{
color: #3F4369;
}
</style>
background-color css
<style>
a { background-color: #3F4369; }
a { background-color: rgb(63,67,105); }
div.DivClassName
{
background-color: #3F4369;
}
.BgClassName
{
background-color: #3F4369;
}
</style>
border-color css
<style>
span { border-color: #3F4369; }
span { border-color: rgb(63,67,105); }
td.TdClassName
{
border-color: #3F4369;
}
.TagClassName
{
border-color: #3F4369;
}
</style>