Shades of Bay Of Many #3E415F
Tints of Bay Of Many #3E415F
RGB
CMYK
RGB Variations
Color information
#3E415F (or 0x3E415F) is known color: Bay Of Many. HEX triplet: 3E, 41 and 5F. RGB value is (62,65,95). Sum of RGB (Red+Green+Blue) = 62+65+95=222 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.93% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 95 - color contains mainly: blue. Hex color #3E415F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E415F is #C1BEA0. Grayscale: #434343. Windows color (decimal): -12697249 or 6242622. OLE color: 6242622.
HSL color Cylindrical-coordinate representation of color #3E415F: hue angle of 234.55º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E415F is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 62 | 65 | 95 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.63 |
| HSL | 234.55º | 0.21% | 0.31% | - |
| HSV(B) | 234.55º | 0.35% | 0.37% | - |
| XYZ | 5.94 | 5.63 | 11.6 | - |
| YUV | 67.52 | 143.51 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 65 | 95 | 0.35 | 0.32 | 0 | 0.63 | 234.55 | 0.21 | 0.31 |
| Hex | 3E | 41 | 5F | 23 | 20 | 0 | 3F | EB | 15 | 1F |
| Octal | 76 | 101 | 137 | 43 | 40 | 0 | 77 | 353 | 25 | 37 |
| Binary | 111110 | 1000001 | 1011111 | 100011 | 100000 | 0 | 111111 | 11101011 | 10101 | 11111 |
Color Harmonies of #3E415F
Complementary color
Monochromatic Colors of #3E415F
Black with #3E415F
Text Example
Text Example
White with #3E415F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E415F; }
p { color: rgb(62,65,95); }
H1.HeaderClassName
{
color: #3E415F;
}
.AnyTagClassName
{
color: #3E415F;
}
</style>
background-color css
<style>
a { background-color: #3E415F; }
a { background-color: rgb(62,65,95); }
div.DivClassName
{
background-color: #3E415F;
}
.BgClassName
{
background-color: #3E415F;
}
</style>
border-color css
<style>
span { border-color: #3E415F; }
span { border-color: rgb(62,65,95); }
td.TdClassName
{
border-color: #3E415F;
}
.TagClassName
{
border-color: #3E415F;
}
</style>