Shades of Bunting #1E3151
Tints of Bunting #1E3151
RGB
CMYK
RGB Variations
Color information
#1E3151 (or 0x1E3151) is known color: Bunting. HEX triplet: 1E, 31 and 51. RGB value is (30,49,81). Sum of RGB (Red+Green+Blue) = 30+49+81=160 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.75% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 81 (32.03% from 255 or 50.62% from 160); Max value from RGB is 81 - color contains mainly: blue. Hex color #1E3151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3151 is #E1CEAE. Grayscale: #2E2E2E. Windows color (decimal): -14798511 or 5320990. OLE color: 5320990.
HSL color Cylindrical-coordinate representation of color #1E3151: hue angle of 217.65º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E3151 is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 30 | 49 | 81 | - |
| CMYK | 0.63 | 0.40 | 0 | 0.68 |
| HSL | 217.65º | 0.46% | 0.22% | - |
| HSV(B) | 217.65º | 0.63% | 0.32% | - |
| XYZ | 3.12 | 3.07 | 8.21 | - |
| YUV | 46.97 | 147.21 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 49 | 81 | 0.63 | 0.40 | 0 | 0.68 | 217.65 | 0.46 | 0.22 |
| Hex | 1E | 31 | 51 | 3F | 28 | 0 | 44 | DA | 2E | 16 |
| Octal | 36 | 61 | 121 | 77 | 50 | 0 | 104 | 332 | 56 | 26 |
| Binary | 11110 | 110001 | 1010001 | 111111 | 101000 | 0 | 1000100 | 11011010 | 101110 | 10110 |
Color Harmonies of #1E3151
Complementary color
Monochromatic Colors of #1E3151
Black with #1E3151
Text Example
Text Example
White with #1E3151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3151; }
p { color: rgb(30,49,81); }
H1.HeaderClassName
{
color: #1E3151;
}
.AnyTagClassName
{
color: #1E3151;
}
</style>
background-color css
<style>
a { background-color: #1E3151; }
a { background-color: rgb(30,49,81); }
div.DivClassName
{
background-color: #1E3151;
}
.BgClassName
{
background-color: #1E3151;
}
</style>
border-color css
<style>
span { border-color: #1E3151; }
span { border-color: rgb(30,49,81); }
td.TdClassName
{
border-color: #1E3151;
}
.TagClassName
{
border-color: #1E3151;
}
</style>