Shades of Bunting #252D42
Tints of Bunting #252D42
RGB
CMYK
RGB Variations
Color information
#252D42 (or 0x252D42) is known color: Bunting. HEX triplet: 25, 2D and 42. RGB value is (37,45,66). Sum of RGB (Red+Green+Blue) = 37+45+66=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 45 (17.97% from 255 or 30.41% from 148); Blue value is 66 (26.17% from 255 or 44.59% from 148); Max value from RGB is 66 - color contains mainly: blue. Hex color #252D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252D42 is #DAD2BD. Grayscale: #2C2C2C. Windows color (decimal): -14340798 or 4336933. OLE color: 4336933.
HSL color Cylindrical-coordinate representation of color #252D42: hue angle of 223.45º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #252D42 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 37 | 45 | 66 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.74 |
| HSL | 223.45º | 0.28% | 0.2% | - |
| HSV(B) | 223.45º | 0.44% | 0.26% | - |
| XYZ | 2.68 | 2.66 | 5.53 | - |
| YUV | 45 | 139.85 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 45 | 66 | 0.44 | 0.32 | 0 | 0.74 | 223.45 | 0.28 | 0.2 |
| Hex | 25 | 2D | 42 | 2C | 20 | 0 | 4A | DF | 1C | 14 |
| Octal | 45 | 55 | 102 | 54 | 40 | 0 | 112 | 337 | 34 | 24 |
| Binary | 100101 | 101101 | 1000010 | 101100 | 100000 | 0 | 1001010 | 11011111 | 11100 | 10100 |
Color Harmonies of #252D42
Complementary color
Monochromatic Colors of #252D42
Black with #252D42
Text Example
Text Example
White with #252D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252D42; }
p { color: rgb(37,45,66); }
H1.HeaderClassName
{
color: #252D42;
}
.AnyTagClassName
{
color: #252D42;
}
</style>
background-color css
<style>
a { background-color: #252D42; }
a { background-color: rgb(37,45,66); }
div.DivClassName
{
background-color: #252D42;
}
.BgClassName
{
background-color: #252D42;
}
</style>
border-color css
<style>
span { border-color: #252D42; }
span { border-color: rgb(37,45,66); }
td.TdClassName
{
border-color: #252D42;
}
.TagClassName
{
border-color: #252D42;
}
</style>