Shades of Port Gore #3E4169
Tints of Port Gore #3E4169
RGB
CMYK
RGB Variations
Color information
#3E4169 (or 0x3E4169) is known color: Port Gore. HEX triplet: 3E, 41 and 69. RGB value is (62,65,105). Sum of RGB (Red+Green+Blue) = 62+65+105=232 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.72% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 105 - color contains mainly: blue. Hex color #3E4169 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4169 is #C1BE96. Grayscale: #444444. Windows color (decimal): -12697239 or 6897982. OLE color: 6897982.
HSL color Cylindrical-coordinate representation of color #3E4169: hue angle of 235.81º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3E4169 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 65 | 105 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.59 |
| HSL | 235.81º | 0.26% | 0.33% | - |
| HSV(B) | 235.81º | 0.41% | 0.41% | - |
| XYZ | 6.43 | 5.82 | 14.15 | - |
| YUV | 68.66 | 148.51 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 65 | 105 | 0.41 | 0.38 | 0 | 0.59 | 235.81 | 0.26 | 0.33 |
| Hex | 3E | 41 | 69 | 29 | 26 | 0 | 3B | EC | 1A | 21 |
| Octal | 76 | 101 | 151 | 51 | 46 | 0 | 73 | 354 | 32 | 41 |
| Binary | 111110 | 1000001 | 1101001 | 101001 | 100110 | 0 | 111011 | 11101100 | 11010 | 100001 |
Color Harmonies of #3E4169
Complementary color
Monochromatic Colors of #3E4169
Black with #3E4169
Text Example
Text Example
White with #3E4169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4169; }
p { color: rgb(62,65,105); }
H1.HeaderClassName
{
color: #3E4169;
}
.AnyTagClassName
{
color: #3E4169;
}
</style>
background-color css
<style>
a { background-color: #3E4169; }
a { background-color: rgb(62,65,105); }
div.DivClassName
{
background-color: #3E4169;
}
.BgClassName
{
background-color: #3E4169;
}
</style>
border-color css
<style>
span { border-color: #3E4169; }
span { border-color: rgb(62,65,105); }
td.TdClassName
{
border-color: #3E4169;
}
.TagClassName
{
border-color: #3E4169;
}
</style>