Shades of Bunting #1E2B48
Tints of Bunting #1E2B48
RGB
CMYK
RGB Variations
Color information
#1E2B48 (or 0x1E2B48) is known color: Bunting. HEX triplet: 1E, 2B and 48. RGB value is (30,43,72). Sum of RGB (Red+Green+Blue) = 30+43+72=145 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.69% from 145); Green value is 43 (17.19% from 255 or 29.66% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #1E2B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2B48 is #E1D4B7. Grayscale: #2A2A2A. Windows color (decimal): -14800056 or 4729630. OLE color: 4729630.
HSL color Cylindrical-coordinate representation of color #1E2B48: hue angle of 221.43º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E2B48 is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 30 | 43 | 72 | - |
| CMYK | 0.58 | 0.40 | 0 | 0.72 |
| HSL | 221.43º | 0.41% | 0.2% | - |
| HSV(B) | 221.43º | 0.58% | 0.28% | - |
| XYZ | 2.57 | 2.47 | 6.47 | - |
| YUV | 42.42 | 144.69 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 43 | 72 | 0.58 | 0.40 | 0 | 0.72 | 221.43 | 0.41 | 0.2 |
| Hex | 1E | 2B | 48 | 3A | 28 | 0 | 48 | DD | 29 | 14 |
| Octal | 36 | 53 | 110 | 72 | 50 | 0 | 110 | 335 | 51 | 24 |
| Binary | 11110 | 101011 | 1001000 | 111010 | 101000 | 0 | 1001000 | 11011101 | 101001 | 10100 |
Color Harmonies of #1E2B48
Complementary color
Monochromatic Colors of #1E2B48
Black with #1E2B48
Text Example
Text Example
White with #1E2B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2B48; }
p { color: rgb(30,43,72); }
H1.HeaderClassName
{
color: #1E2B48;
}
.AnyTagClassName
{
color: #1E2B48;
}
</style>
background-color css
<style>
a { background-color: #1E2B48; }
a { background-color: rgb(30,43,72); }
div.DivClassName
{
background-color: #1E2B48;
}
.BgClassName
{
background-color: #1E2B48;
}
</style>
border-color css
<style>
span { border-color: #1E2B48; }
span { border-color: rgb(30,43,72); }
td.TdClassName
{
border-color: #1E2B48;
}
.TagClassName
{
border-color: #1E2B48;
}
</style>