Shades of Bunting #253146
Tints of Bunting #253146
RGB
CMYK
RGB Variations
Color information
#253146 (or 0x253146) is known color: Bunting. HEX triplet: 25, 31 and 46. RGB value is (37,49,70). Sum of RGB (Red+Green+Blue) = 37+49+70=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 70 (27.73% from 255 or 44.87% from 156); Max value from RGB is 70 - color contains mainly: blue. Hex color #253146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253146 is #DACEB9. Grayscale: #2F2F2F. Windows color (decimal): -14339770 or 4600101. OLE color: 4600101.
HSL color Cylindrical-coordinate representation of color #253146: hue angle of 218.18º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #253146 is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 49 | 70 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.73 |
| HSL | 218.18º | 0.31% | 0.21% | - |
| HSV(B) | 218.18º | 0.47% | 0.27% | - |
| XYZ | 2.97 | 3.03 | 6.22 | - |
| YUV | 47.81 | 140.52 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 49 | 70 | 0.47 | 0.30 | 0 | 0.73 | 218.18 | 0.31 | 0.21 |
| Hex | 25 | 31 | 46 | 2F | 1E | 0 | 49 | DA | 1F | 15 |
| Octal | 45 | 61 | 106 | 57 | 36 | 0 | 111 | 332 | 37 | 25 |
| Binary | 100101 | 110001 | 1000110 | 101111 | 11110 | 0 | 1001001 | 11011010 | 11111 | 10101 |
Color Harmonies of #253146
Complementary color
Monochromatic Colors of #253146
Black with #253146
Text Example
Text Example
White with #253146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253146; }
p { color: rgb(37,49,70); }
H1.HeaderClassName
{
color: #253146;
}
.AnyTagClassName
{
color: #253146;
}
</style>
background-color css
<style>
a { background-color: #253146; }
a { background-color: rgb(37,49,70); }
div.DivClassName
{
background-color: #253146;
}
.BgClassName
{
background-color: #253146;
}
</style>
border-color css
<style>
span { border-color: #253146; }
span { border-color: rgb(37,49,70); }
td.TdClassName
{
border-color: #253146;
}
.TagClassName
{
border-color: #253146;
}
</style>