Shades of Bay Of Many #3E425E
Tints of Bay Of Many #3E425E
RGB
CMYK
RGB Variations
Color information
#3E425E (or 0x3E425E) is known color: Bay Of Many. HEX triplet: 3E, 42 and 5E. RGB value is (62,66,94). Sum of RGB (Red+Green+Blue) = 62+66+94=222 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.93% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 94 - color contains mainly: blue. Hex color #3E425E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E425E is #C1BDA1. Grayscale: #434343. Windows color (decimal): -12696994 or 6177342. OLE color: 6177342.
HSL color Cylindrical-coordinate representation of color #3E425E: hue angle of 232.5º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3E425E is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 62 | 66 | 94 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.63 |
| HSL | 232.5º | 0.21% | 0.31% | - |
| HSV(B) | 232.5º | 0.34% | 0.37% | - |
| XYZ | 5.96 | 5.73 | 11.38 | - |
| YUV | 68 | 142.67 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 66 | 94 | 0.34 | 0.30 | 0 | 0.63 | 232.5 | 0.21 | 0.31 |
| Hex | 3E | 42 | 5E | 22 | 1E | 0 | 3F | E8 | 15 | 1F |
| Octal | 76 | 102 | 136 | 42 | 36 | 0 | 77 | 350 | 25 | 37 |
| Binary | 111110 | 1000010 | 1011110 | 100010 | 11110 | 0 | 111111 | 11101000 | 10101 | 11111 |
Color Harmonies of #3E425E
Complementary color
Monochromatic Colors of #3E425E
Black with #3E425E
Text Example
Text Example
White with #3E425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E425E; }
p { color: rgb(62,66,94); }
H1.HeaderClassName
{
color: #3E425E;
}
.AnyTagClassName
{
color: #3E425E;
}
</style>
background-color css
<style>
a { background-color: #3E425E; }
a { background-color: rgb(62,66,94); }
div.DivClassName
{
background-color: #3E425E;
}
.BgClassName
{
background-color: #3E425E;
}
</style>
border-color css
<style>
span { border-color: #3E425E; }
span { border-color: rgb(62,66,94); }
td.TdClassName
{
border-color: #3E425E;
}
.TagClassName
{
border-color: #3E425E;
}
</style>