Shades of Bunting #253149
Tints of Bunting #253149
RGB
CMYK
RGB Variations
Color information
#253149 (or 0x253149) is known color: Bunting. HEX triplet: 25, 31 and 49. RGB value is (37,49,73). Sum of RGB (Red+Green+Blue) = 37+49+73=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 49 (19.53% from 255 or 30.82% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 73 - color contains mainly: blue. Hex color #253149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253149 is #DACEB6. Grayscale: #303030. Windows color (decimal): -14339767 or 4796709. OLE color: 4796709.
HSL color Cylindrical-coordinate representation of color #253149: hue angle of 220º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #253149 is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 49 | 73 | - |
| CMYK | 0.49 | 0.33 | 0 | 0.71 |
| HSL | 220º | 0.33% | 0.22% | - |
| HSV(B) | 220º | 0.49% | 0.29% | - |
| XYZ | 3.06 | 3.07 | 6.73 | - |
| YUV | 48.15 | 142.02 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 49 | 73 | 0.49 | 0.33 | 0 | 0.71 | 220 | 0.33 | 0.22 |
| Hex | 25 | 31 | 49 | 31 | 21 | 0 | 47 | DC | 21 | 16 |
| Octal | 45 | 61 | 111 | 61 | 41 | 0 | 107 | 334 | 41 | 26 |
| Binary | 100101 | 110001 | 1001001 | 110001 | 100001 | 0 | 1000111 | 11011100 | 100001 | 10110 |
Color Harmonies of #253149
Complementary color
Monochromatic Colors of #253149
Black with #253149
Text Example
Text Example
White with #253149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253149; }
p { color: rgb(37,49,73); }
H1.HeaderClassName
{
color: #253149;
}
.AnyTagClassName
{
color: #253149;
}
</style>
background-color css
<style>
a { background-color: #253149; }
a { background-color: rgb(37,49,73); }
div.DivClassName
{
background-color: #253149;
}
.BgClassName
{
background-color: #253149;
}
</style>
border-color css
<style>
span { border-color: #253149; }
span { border-color: rgb(37,49,73); }
td.TdClassName
{
border-color: #253149;
}
.TagClassName
{
border-color: #253149;
}
</style>