Shades of Port Gore #3E4369
Tints of Port Gore #3E4369
RGB
CMYK
RGB Variations
Color information
#3E4369 (or 0x3E4369) is known color: Port Gore. HEX triplet: 3E, 43 and 69. RGB value is (62,67,105). Sum of RGB (Red+Green+Blue) = 62+67+105=234 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.50% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 105 - color contains mainly: blue. Hex color #3E4369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4369 is #C1BC96. Grayscale: #454545. Windows color (decimal): -12696727 or 6898494. OLE color: 6898494.
HSL color Cylindrical-coordinate representation of color #3E4369: hue angle of 233.02º 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 #3E4369 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 67 | 105 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.59 |
| HSL | 233.02º | 0.26% | 0.33% | - |
| HSV(B) | 233.02º | 0.41% | 0.41% | - |
| XYZ | 6.54 | 6.06 | 14.19 | - |
| YUV | 69.84 | 147.84 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 67 | 105 | 0.41 | 0.36 | 0 | 0.59 | 233.02 | 0.26 | 0.33 |
| Hex | 3E | 43 | 69 | 29 | 24 | 0 | 3B | E9 | 1A | 21 |
| Octal | 76 | 103 | 151 | 51 | 44 | 0 | 73 | 351 | 32 | 41 |
| Binary | 111110 | 1000011 | 1101001 | 101001 | 100100 | 0 | 111011 | 11101001 | 11010 | 100001 |
Color Harmonies of #3E4369
Complementary color
Monochromatic Colors of #3E4369
Black with #3E4369
Text Example
Text Example
White with #3E4369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4369; }
p { color: rgb(62,67,105); }
H1.HeaderClassName
{
color: #3E4369;
}
.AnyTagClassName
{
color: #3E4369;
}
</style>
background-color css
<style>
a { background-color: #3E4369; }
a { background-color: rgb(62,67,105); }
div.DivClassName
{
background-color: #3E4369;
}
.BgClassName
{
background-color: #3E4369;
}
</style>
border-color css
<style>
span { border-color: #3E4369; }
span { border-color: rgb(62,67,105); }
td.TdClassName
{
border-color: #3E4369;
}
.TagClassName
{
border-color: #3E4369;
}
</style>