Shades of Port Gore #3E4368
Tints of Port Gore #3E4368
RGB
CMYK
RGB Variations
Color information
#3E4368 (or 0x3E4368) is known color: Port Gore. HEX triplet: 3E, 43 and 68. RGB value is (62,67,104). Sum of RGB (Red+Green+Blue) = 62+67+104=233 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.61% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 104 - color contains mainly: blue. Hex color #3E4368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4368 is #C1BC97. Grayscale: #454545. Windows color (decimal): -12696728 or 6832958. OLE color: 6832958.
HSL color Cylindrical-coordinate representation of color #3E4368: hue angle of 232.86º 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 #3E4368 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 67 | 104 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.59 |
| HSL | 232.86º | 0.25% | 0.33% | - |
| HSV(B) | 232.86º | 0.4% | 0.41% | - |
| XYZ | 6.49 | 6.04 | 13.92 | - |
| YUV | 69.72 | 147.34 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 67 | 104 | 0.40 | 0.36 | 0 | 0.59 | 232.86 | 0.25 | 0.33 |
| Hex | 3E | 43 | 68 | 28 | 24 | 0 | 3B | E9 | 19 | 21 |
| Octal | 76 | 103 | 150 | 50 | 44 | 0 | 73 | 351 | 31 | 41 |
| Binary | 111110 | 1000011 | 1101000 | 101000 | 100100 | 0 | 111011 | 11101001 | 11001 | 100001 |
Color Harmonies of #3E4368
Complementary color
Monochromatic Colors of #3E4368
Black with #3E4368
Text Example
Text Example
White with #3E4368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4368; }
p { color: rgb(62,67,104); }
H1.HeaderClassName
{
color: #3E4368;
}
.AnyTagClassName
{
color: #3E4368;
}
</style>
background-color css
<style>
a { background-color: #3E4368; }
a { background-color: rgb(62,67,104); }
div.DivClassName
{
background-color: #3E4368;
}
.BgClassName
{
background-color: #3E4368;
}
</style>
border-color css
<style>
span { border-color: #3E4368; }
span { border-color: rgb(62,67,104); }
td.TdClassName
{
border-color: #3E4368;
}
.TagClassName
{
border-color: #3E4368;
}
</style>