Shades of Bay Of Many #3E425B
Tints of Bay Of Many #3E425B
RGB
CMYK
RGB Variations
Color information
#3E425B (or 0x3E425B) is known color: Bay Of Many. HEX triplet: 3E, 42 and 5B. RGB value is (62,66,91). Sum of RGB (Red+Green+Blue) = 62+66+91=219 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.31% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E425B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E425B is #C1BDA4. Grayscale: #434343. Windows color (decimal): -12696997 or 5980734. OLE color: 5980734.
HSL color Cylindrical-coordinate representation of color #3E425B: hue angle of 231.72º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3E425B is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 62 | 66 | 91 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.64 |
| HSL | 231.72º | 0.19% | 0.3% | - |
| HSV(B) | 231.72º | 0.32% | 0.36% | - |
| XYZ | 5.82 | 5.68 | 10.69 | - |
| YUV | 67.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 66 | 91 | 0.32 | 0.27 | 0 | 0.64 | 231.72 | 0.19 | 0.3 |
| Hex | 3E | 42 | 5B | 20 | 1B | 0 | 40 | E8 | 13 | 1E |
| Octal | 76 | 102 | 133 | 40 | 33 | 0 | 100 | 350 | 23 | 36 |
| Binary | 111110 | 1000010 | 1011011 | 100000 | 11011 | 0 | 1000000 | 11101000 | 10011 | 11110 |
Color Harmonies of #3E425B
Complementary color
Monochromatic Colors of #3E425B
Black with #3E425B
Text Example
Text Example
White with #3E425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E425B; }
p { color: rgb(62,66,91); }
H1.HeaderClassName
{
color: #3E425B;
}
.AnyTagClassName
{
color: #3E425B;
}
</style>
background-color css
<style>
a { background-color: #3E425B; }
a { background-color: rgb(62,66,91); }
div.DivClassName
{
background-color: #3E425B;
}
.BgClassName
{
background-color: #3E425B;
}
</style>
border-color css
<style>
span { border-color: #3E425B; }
span { border-color: rgb(62,66,91); }
td.TdClassName
{
border-color: #3E425B;
}
.TagClassName
{
border-color: #3E425B;
}
</style>