Shades of Bunting #253254
Tints of Bunting #253254
RGB
CMYK
RGB Variations
Color information
#253254 (or 0x253254) is known color: Bunting. HEX triplet: 25, 32 and 54. RGB value is (37,50,84). Sum of RGB (Red+Green+Blue) = 37+50+84=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 84 (33.20% from 255 or 49.12% from 171); Max value from RGB is 84 - color contains mainly: blue. Hex color #253254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253254 is #DACDAB. Grayscale: #313131. Windows color (decimal): -14339500 or 5517861. OLE color: 5517861.
HSL color Cylindrical-coordinate representation of color #253254: hue angle of 223.4º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #253254 is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 50 | 84 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.67 |
| HSL | 223.4º | 0.39% | 0.24% | - |
| HSV(B) | 223.4º | 0.56% | 0.33% | - |
| XYZ | 3.5 | 3.31 | 8.84 | - |
| YUV | 49.99 | 147.19 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 50 | 84 | 0.56 | 0.40 | 0 | 0.67 | 223.4 | 0.39 | 0.24 |
| Hex | 25 | 32 | 54 | 38 | 28 | 0 | 43 | DF | 27 | 18 |
| Octal | 45 | 62 | 124 | 70 | 50 | 0 | 103 | 337 | 47 | 30 |
| Binary | 100101 | 110010 | 1010100 | 111000 | 101000 | 0 | 1000011 | 11011111 | 100111 | 11000 |
Color Harmonies of #253254
Complementary color
Monochromatic Colors of #253254
Black with #253254
Text Example
Text Example
White with #253254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253254; }
p { color: rgb(37,50,84); }
H1.HeaderClassName
{
color: #253254;
}
.AnyTagClassName
{
color: #253254;
}
</style>
background-color css
<style>
a { background-color: #253254; }
a { background-color: rgb(37,50,84); }
div.DivClassName
{
background-color: #253254;
}
.BgClassName
{
background-color: #253254;
}
</style>
border-color css
<style>
span { border-color: #253254; }
span { border-color: rgb(37,50,84); }
td.TdClassName
{
border-color: #253254;
}
.TagClassName
{
border-color: #253254;
}
</style>