Shades of Port Gore #3E446B
Tints of Port Gore #3E446B
RGB
CMYK
RGB Variations
Color information
#3E446B (or 0x3E446B) is known color: Port Gore. HEX triplet: 3E, 44 and 6B. RGB value is (62,68,107). Sum of RGB (Red+Green+Blue) = 62+68+107=237 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.16% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 107 - color contains mainly: blue. Hex color #3E446B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E446B is #C1BB94. Grayscale: #464646. Windows color (decimal): -12696469 or 7029822. OLE color: 7029822.
HSL color Cylindrical-coordinate representation of color #3E446B: hue angle of 232º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3E446B is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 62 | 68 | 107 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.58 |
| HSL | 232º | 0.27% | 0.33% | - |
| HSV(B) | 232º | 0.42% | 0.42% | - |
| XYZ | 6.71 | 6.22 | 14.76 | - |
| YUV | 70.65 | 148.51 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 68 | 107 | 0.42 | 0.36 | 0 | 0.58 | 232 | 0.27 | 0.33 |
| Hex | 3E | 44 | 6B | 2A | 24 | 0 | 3A | E8 | 1B | 21 |
| Octal | 76 | 104 | 153 | 52 | 44 | 0 | 72 | 350 | 33 | 41 |
| Binary | 111110 | 1000100 | 1101011 | 101010 | 100100 | 0 | 111010 | 11101000 | 11011 | 100001 |
Color Harmonies of #3E446B
Complementary color
Monochromatic Colors of #3E446B
Black with #3E446B
Text Example
Text Example
White with #3E446B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E446B; }
p { color: rgb(62,68,107); }
H1.HeaderClassName
{
color: #3E446B;
}
.AnyTagClassName
{
color: #3E446B;
}
</style>
background-color css
<style>
a { background-color: #3E446B; }
a { background-color: rgb(62,68,107); }
div.DivClassName
{
background-color: #3E446B;
}
.BgClassName
{
background-color: #3E446B;
}
</style>
border-color css
<style>
span { border-color: #3E446B; }
span { border-color: rgb(62,68,107); }
td.TdClassName
{
border-color: #3E446B;
}
.TagClassName
{
border-color: #3E446B;
}
</style>