Shades of Bunting #2E3653
Tints of Bunting #2E3653
RGB
CMYK
RGB Variations
Color information
#2E3653 (or 0x2E3653) is known color: Bunting. HEX triplet: 2E, 36 and 53. RGB value is (46,54,83). Sum of RGB (Red+Green+Blue) = 46+54+83=183 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.14% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #2E3653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3653 is #D1C9AC. Grayscale: #363636. Windows color (decimal): -13748653 or 5453358. OLE color: 5453358.
HSL color Cylindrical-coordinate representation of color #2E3653: hue angle of 227.03º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2E3653 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 54 | 83 | - |
| CMYK | 0.45 | 0.35 | 0 | 0.67 |
| HSL | 227.03º | 0.29% | 0.25% | - |
| HSV(B) | 227.03º | 0.45% | 0.33% | - |
| XYZ | 4.01 | 3.84 | 8.71 | - |
| YUV | 54.91 | 143.85 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 54 | 83 | 0.45 | 0.35 | 0 | 0.67 | 227.03 | 0.29 | 0.25 |
| Hex | 2E | 36 | 53 | 2D | 23 | 0 | 43 | E3 | 1D | 19 |
| Octal | 56 | 66 | 123 | 55 | 43 | 0 | 103 | 343 | 35 | 31 |
| Binary | 101110 | 110110 | 1010011 | 101101 | 100011 | 0 | 1000011 | 11100011 | 11101 | 11001 |
Color Harmonies of #2E3653
Complementary color
Monochromatic Colors of #2E3653
Black with #2E3653
Text Example
Text Example
White with #2E3653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3653; }
p { color: rgb(46,54,83); }
H1.HeaderClassName
{
color: #2E3653;
}
.AnyTagClassName
{
color: #2E3653;
}
</style>
background-color css
<style>
a { background-color: #2E3653; }
a { background-color: rgb(46,54,83); }
div.DivClassName
{
background-color: #2E3653;
}
.BgClassName
{
background-color: #2E3653;
}
</style>
border-color css
<style>
span { border-color: #2E3653; }
span { border-color: rgb(46,54,83); }
td.TdClassName
{
border-color: #2E3653;
}
.TagClassName
{
border-color: #2E3653;
}
</style>