Shades of Bay Of Many #2E3863
Tints of Bay Of Many #2E3863
RGB
CMYK
RGB Variations
Color information
#2E3863 (or 0x2E3863) is known color: Bay Of Many. HEX triplet: 2E, 38 and 63. RGB value is (46,56,99). Sum of RGB (Red+Green+Blue) = 46+56+99=201 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.89% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #2E3863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3863 is #D1C79C. Grayscale: #393939. Windows color (decimal): -13748125 or 6502446. OLE color: 6502446.
HSL color Cylindrical-coordinate representation of color #2E3863: hue angle of 228.68º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E3863 is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 46 | 56 | 99 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.61 |
| HSL | 228.68º | 0.37% | 0.28% | - |
| HSV(B) | 228.68º | 0.54% | 0.39% | - |
| XYZ | 4.79 | 4.31 | 12.38 | - |
| YUV | 57.91 | 151.19 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 56 | 99 | 0.54 | 0.43 | 0 | 0.61 | 228.68 | 0.37 | 0.28 |
| Hex | 2E | 38 | 63 | 36 | 2B | 0 | 3D | E5 | 25 | 1C |
| Octal | 56 | 70 | 143 | 66 | 53 | 0 | 75 | 345 | 45 | 34 |
| Binary | 101110 | 111000 | 1100011 | 110110 | 101011 | 0 | 111101 | 11100101 | 100101 | 11100 |
Color Harmonies of #2E3863
Complementary color
Monochromatic Colors of #2E3863
Black with #2E3863
Text Example
Text Example
White with #2E3863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3863; }
p { color: rgb(46,56,99); }
H1.HeaderClassName
{
color: #2E3863;
}
.AnyTagClassName
{
color: #2E3863;
}
</style>
background-color css
<style>
a { background-color: #2E3863; }
a { background-color: rgb(46,56,99); }
div.DivClassName
{
background-color: #2E3863;
}
.BgClassName
{
background-color: #2E3863;
}
</style>
border-color css
<style>
span { border-color: #2E3863; }
span { border-color: rgb(46,56,99); }
td.TdClassName
{
border-color: #2E3863;
}
.TagClassName
{
border-color: #2E3863;
}
</style>