Shades of Bay Of Many #3E4260
Tints of Bay Of Many #3E4260
RGB
CMYK
RGB Variations
Color information
#3E4260 (or 0x3E4260) is known color: Bay Of Many. HEX triplet: 3E, 42 and 60. RGB value is (62,66,96). Sum of RGB (Red+Green+Blue) = 62+66+96=224 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.68% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 96 - color contains mainly: blue. Hex color #3E4260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4260 is #C1BD9F. Grayscale: #444444. Windows color (decimal): -12696992 or 6308414. OLE color: 6308414.
HSL color Cylindrical-coordinate representation of color #3E4260: hue angle of 232.94º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E4260 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 66 | 96 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.62 |
| HSL | 232.94º | 0.22% | 0.31% | - |
| HSV(B) | 232.94º | 0.35% | 0.38% | - |
| XYZ | 6.05 | 5.77 | 11.86 | - |
| YUV | 68.22 | 143.67 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 66 | 96 | 0.35 | 0.31 | 0 | 0.62 | 232.94 | 0.22 | 0.31 |
| Hex | 3E | 42 | 60 | 23 | 1F | 0 | 3E | E9 | 16 | 1F |
| Octal | 76 | 102 | 140 | 43 | 37 | 0 | 76 | 351 | 26 | 37 |
| Binary | 111110 | 1000010 | 1100000 | 100011 | 11111 | 0 | 111110 | 11101001 | 10110 | 11111 |
Color Harmonies of #3E4260
Complementary color
Monochromatic Colors of #3E4260
Black with #3E4260
Text Example
Text Example
White with #3E4260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4260; }
p { color: rgb(62,66,96); }
H1.HeaderClassName
{
color: #3E4260;
}
.AnyTagClassName
{
color: #3E4260;
}
</style>
background-color css
<style>
a { background-color: #3E4260; }
a { background-color: rgb(62,66,96); }
div.DivClassName
{
background-color: #3E4260;
}
.BgClassName
{
background-color: #3E4260;
}
</style>
border-color css
<style>
span { border-color: #3E4260; }
span { border-color: rgb(62,66,96); }
td.TdClassName
{
border-color: #3E4260;
}
.TagClassName
{
border-color: #3E4260;
}
</style>