Shades of Bunting #253144
Tints of Bunting #253144
RGB
CMYK
RGB Variations
Color information
#253144 (or 0x253144) is known color: Bunting. HEX triplet: 25, 31 and 44. RGB value is (37,49,68). Sum of RGB (Red+Green+Blue) = 37+49+68=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 68 (26.95% from 255 or 44.16% from 154); Max value from RGB is 68 - color contains mainly: blue. Hex color #253144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253144 is #DACEBB. Grayscale: #2F2F2F. Windows color (decimal): -14339772 or 4469029. OLE color: 4469029.
HSL color Cylindrical-coordinate representation of color #253144: hue angle of 216.77º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #253144 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 49 | 68 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.73 |
| HSL | 216.77º | 0.3% | 0.21% | - |
| HSV(B) | 216.77º | 0.46% | 0.27% | - |
| XYZ | 2.9 | 3.01 | 5.9 | - |
| YUV | 47.58 | 139.52 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 49 | 68 | 0.46 | 0.28 | 0 | 0.73 | 216.77 | 0.3 | 0.21 |
| Hex | 25 | 31 | 44 | 2E | 1C | 0 | 49 | D9 | 1E | 15 |
| Octal | 45 | 61 | 104 | 56 | 34 | 0 | 111 | 331 | 36 | 25 |
| Binary | 100101 | 110001 | 1000100 | 101110 | 11100 | 0 | 1001001 | 11011001 | 11110 | 10101 |
Color Harmonies of #253144
Complementary color
Monochromatic Colors of #253144
Black with #253144
Text Example
Text Example
White with #253144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253144; }
p { color: rgb(37,49,68); }
H1.HeaderClassName
{
color: #253144;
}
.AnyTagClassName
{
color: #253144;
}
</style>
background-color css
<style>
a { background-color: #253144; }
a { background-color: rgb(37,49,68); }
div.DivClassName
{
background-color: #253144;
}
.BgClassName
{
background-color: #253144;
}
</style>
border-color css
<style>
span { border-color: #253144; }
span { border-color: rgb(37,49,68); }
td.TdClassName
{
border-color: #253144;
}
.TagClassName
{
border-color: #253144;
}
</style>