Shades of Bunting #1E2E4C
Tints of Bunting #1E2E4C
RGB
CMYK
RGB Variations
Color information
#1E2E4C (or 0x1E2E4C) is known color: Bunting. HEX triplet: 1E, 2E and 4C. RGB value is (30,46,76). Sum of RGB (Red+Green+Blue) = 30+46+76=152 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.74% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 76 (30.08% from 255 or 50% from 152); Max value from RGB is 76 - color contains mainly: blue. Hex color #1E2E4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2E4C is #E1D1B3. Grayscale: #2C2C2C. Windows color (decimal): -14799284 or 4992542. OLE color: 4992542.
HSL color Cylindrical-coordinate representation of color #1E2E4C: hue angle of 219.13º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1E2E4C is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 30 | 46 | 76 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.70 |
| HSL | 219.13º | 0.43% | 0.21% | - |
| HSV(B) | 219.13º | 0.61% | 0.3% | - |
| XYZ | 2.82 | 2.75 | 7.22 | - |
| YUV | 44.64 | 145.7 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 46 | 76 | 0.61 | 0.39 | 0 | 0.70 | 219.13 | 0.43 | 0.21 |
| Hex | 1E | 2E | 4C | 3D | 27 | 0 | 46 | DB | 2B | 15 |
| Octal | 36 | 56 | 114 | 75 | 47 | 0 | 106 | 333 | 53 | 25 |
| Binary | 11110 | 101110 | 1001100 | 111101 | 100111 | 0 | 1000110 | 11011011 | 101011 | 10101 |
Color Harmonies of #1E2E4C
Complementary color
Monochromatic Colors of #1E2E4C
Black with #1E2E4C
Text Example
Text Example
White with #1E2E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2E4C; }
p { color: rgb(30,46,76); }
H1.HeaderClassName
{
color: #1E2E4C;
}
.AnyTagClassName
{
color: #1E2E4C;
}
</style>
background-color css
<style>
a { background-color: #1E2E4C; }
a { background-color: rgb(30,46,76); }
div.DivClassName
{
background-color: #1E2E4C;
}
.BgClassName
{
background-color: #1E2E4C;
}
</style>
border-color css
<style>
span { border-color: #1E2E4C; }
span { border-color: rgb(30,46,76); }
td.TdClassName
{
border-color: #1E2E4C;
}
.TagClassName
{
border-color: #1E2E4C;
}
</style>