Shades of Bunting #1E324F
Tints of Bunting #1E324F
RGB
CMYK
RGB Variations
Color information
#1E324F (or 0x1E324F) is known color: Bunting. HEX triplet: 1E, 32 and 4F. RGB value is (30,50,79). Sum of RGB (Red+Green+Blue) = 30+50+79=159 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.87% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 79 (31.25% from 255 or 49.69% from 159); Max value from RGB is 79 - color contains mainly: blue. Hex color #1E324F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E324F is #E1CDB0. Grayscale: #2F2F2F. Windows color (decimal): -14798257 or 5190174. OLE color: 5190174.
HSL color Cylindrical-coordinate representation of color #1E324F: hue angle of 215.51º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E324F is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 30 | 50 | 79 | - |
| CMYK | 0.62 | 0.37 | 0 | 0.69 |
| HSL | 215.51º | 0.45% | 0.21% | - |
| HSV(B) | 215.51º | 0.62% | 0.31% | - |
| XYZ | 3.09 | 3.12 | 7.84 | - |
| YUV | 47.33 | 145.87 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 50 | 79 | 0.62 | 0.37 | 0 | 0.69 | 215.51 | 0.45 | 0.21 |
| Hex | 1E | 32 | 4F | 3E | 25 | 0 | 45 | D8 | 2D | 15 |
| Octal | 36 | 62 | 117 | 76 | 45 | 0 | 105 | 330 | 55 | 25 |
| Binary | 11110 | 110010 | 1001111 | 111110 | 100101 | 0 | 1000101 | 11011000 | 101101 | 10101 |
Color Harmonies of #1E324F
Complementary color
Monochromatic Colors of #1E324F
Black with #1E324F
Text Example
Text Example
White with #1E324F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E324F; }
p { color: rgb(30,50,79); }
H1.HeaderClassName
{
color: #1E324F;
}
.AnyTagClassName
{
color: #1E324F;
}
</style>
background-color css
<style>
a { background-color: #1E324F; }
a { background-color: rgb(30,50,79); }
div.DivClassName
{
background-color: #1E324F;
}
.BgClassName
{
background-color: #1E324F;
}
</style>
border-color css
<style>
span { border-color: #1E324F; }
span { border-color: rgb(30,50,79); }
td.TdClassName
{
border-color: #1E324F;
}
.TagClassName
{
border-color: #1E324F;
}
</style>