Shades of Bunting #252F43
Tints of Bunting #252F43
RGB
CMYK
RGB Variations
Color information
#252F43 (or 0x252F43) is known color: Bunting. HEX triplet: 25, 2F and 43. RGB value is (37,47,67). Sum of RGB (Red+Green+Blue) = 37+47+67=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 67 (26.56% from 255 or 44.37% from 151); Max value from RGB is 67 - color contains mainly: blue. Hex color #252F43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252F43 is #DAD0BC. Grayscale: #2E2E2E. Windows color (decimal): -14340285 or 4402981. OLE color: 4402981.
HSL color Cylindrical-coordinate representation of color #252F43: hue angle of 220º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #252F43 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 37 | 47 | 67 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.74 |
| HSL | 220º | 0.29% | 0.2% | - |
| HSV(B) | 220º | 0.45% | 0.26% | - |
| XYZ | 2.79 | 2.83 | 5.71 | - |
| YUV | 46.29 | 139.69 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 47 | 67 | 0.45 | 0.30 | 0 | 0.74 | 220 | 0.29 | 0.2 |
| Hex | 25 | 2F | 43 | 2D | 1E | 0 | 4A | DC | 1D | 14 |
| Octal | 45 | 57 | 103 | 55 | 36 | 0 | 112 | 334 | 35 | 24 |
| Binary | 100101 | 101111 | 1000011 | 101101 | 11110 | 0 | 1001010 | 11011100 | 11101 | 10100 |
Color Harmonies of #252F43
Complementary color
Monochromatic Colors of #252F43
Black with #252F43
Text Example
Text Example
White with #252F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252F43; }
p { color: rgb(37,47,67); }
H1.HeaderClassName
{
color: #252F43;
}
.AnyTagClassName
{
color: #252F43;
}
</style>
background-color css
<style>
a { background-color: #252F43; }
a { background-color: rgb(37,47,67); }
div.DivClassName
{
background-color: #252F43;
}
.BgClassName
{
background-color: #252F43;
}
</style>
border-color css
<style>
span { border-color: #252F43; }
span { border-color: rgb(37,47,67); }
td.TdClassName
{
border-color: #252F43;
}
.TagClassName
{
border-color: #252F43;
}
</style>