Shades of Bunting #253251
Tints of Bunting #253251
RGB
CMYK
RGB Variations
Color information
#253251 (or 0x253251) is known color: Bunting. HEX triplet: 25, 32 and 51. RGB value is (37,50,81). Sum of RGB (Red+Green+Blue) = 37+50+81=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 81 (32.03% from 255 or 48.21% from 168); Max value from RGB is 81 - color contains mainly: blue. Hex color #253251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253251 is #DACDAE. Grayscale: #313131. Windows color (decimal): -14339503 or 5321253. OLE color: 5321253.
HSL color Cylindrical-coordinate representation of color #253251: hue angle of 222.27º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #253251 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 50 | 81 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.68 |
| HSL | 222.27º | 0.37% | 0.23% | - |
| HSV(B) | 222.27º | 0.54% | 0.32% | - |
| XYZ | 3.39 | 3.27 | 8.24 | - |
| YUV | 49.65 | 145.69 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 50 | 81 | 0.54 | 0.38 | 0 | 0.68 | 222.27 | 0.37 | 0.23 |
| Hex | 25 | 32 | 51 | 36 | 26 | 0 | 44 | DE | 25 | 17 |
| Octal | 45 | 62 | 121 | 66 | 46 | 0 | 104 | 336 | 45 | 27 |
| Binary | 100101 | 110010 | 1010001 | 110110 | 100110 | 0 | 1000100 | 11011110 | 100101 | 10111 |
Color Harmonies of #253251
Complementary color
Monochromatic Colors of #253251
Black with #253251
Text Example
Text Example
White with #253251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253251; }
p { color: rgb(37,50,81); }
H1.HeaderClassName
{
color: #253251;
}
.AnyTagClassName
{
color: #253251;
}
</style>
background-color css
<style>
a { background-color: #253251; }
a { background-color: rgb(37,50,81); }
div.DivClassName
{
background-color: #253251;
}
.BgClassName
{
background-color: #253251;
}
</style>
border-color css
<style>
span { border-color: #253251; }
span { border-color: rgb(37,50,81); }
td.TdClassName
{
border-color: #253251;
}
.TagClassName
{
border-color: #253251;
}
</style>