Shades of Bunting #253052
Tints of Bunting #253052
RGB
CMYK
RGB Variations
Color information
#253052 (or 0x253052) is known color: Bunting. HEX triplet: 25, 30 and 52. RGB value is (37,48,82). Sum of RGB (Red+Green+Blue) = 37+48+82=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 82 - color contains mainly: blue. Hex color #253052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253052 is #DACFAD. Grayscale: #303030. Windows color (decimal): -14340014 or 5386277. OLE color: 5386277.
HSL color Cylindrical-coordinate representation of color #253052: hue angle of 225.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #253052 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 48 | 82 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.68 |
| HSL | 225.33º | 0.38% | 0.23% | - |
| HSV(B) | 225.33º | 0.55% | 0.32% | - |
| XYZ | 3.34 | 3.12 | 8.41 | - |
| YUV | 48.59 | 146.86 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 48 | 82 | 0.55 | 0.41 | 0 | 0.68 | 225.33 | 0.38 | 0.23 |
| Hex | 25 | 30 | 52 | 37 | 29 | 0 | 44 | E1 | 26 | 17 |
| Octal | 45 | 60 | 122 | 67 | 51 | 0 | 104 | 341 | 46 | 27 |
| Binary | 100101 | 110000 | 1010010 | 110111 | 101001 | 0 | 1000100 | 11100001 | 100110 | 10111 |
Color Harmonies of #253052
Complementary color
Monochromatic Colors of #253052
Black with #253052
Text Example
Text Example
White with #253052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253052; }
p { color: rgb(37,48,82); }
H1.HeaderClassName
{
color: #253052;
}
.AnyTagClassName
{
color: #253052;
}
</style>
background-color css
<style>
a { background-color: #253052; }
a { background-color: rgb(37,48,82); }
div.DivClassName
{
background-color: #253052;
}
.BgClassName
{
background-color: #253052;
}
</style>
border-color css
<style>
span { border-color: #253052; }
span { border-color: rgb(37,48,82); }
td.TdClassName
{
border-color: #253052;
}
.TagClassName
{
border-color: #253052;
}
</style>