Shades of Bunting #293248
Tints of Bunting #293248
RGB
CMYK
RGB Variations
Color information
#293248 (or 0x293248) is known color: Bunting. HEX triplet: 29, 32 and 48. RGB value is (41,50,72). Sum of RGB (Red+Green+Blue) = 41+50+72=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 72 (28.52% from 255 or 44.17% from 163); Max value from RGB is 72 - color contains mainly: blue. Hex color #293248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293248 is #D6CDB7. Grayscale: #313131. Windows color (decimal): -14077368 or 4731433. OLE color: 4731433.
HSL color Cylindrical-coordinate representation of color #293248: hue angle of 222.58º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #293248 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 41 | 50 | 72 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.72 |
| HSL | 222.58º | 0.27% | 0.22% | - |
| HSV(B) | 222.58º | 0.43% | 0.28% | - |
| XYZ | 3.22 | 3.22 | 6.58 | - |
| YUV | 49.82 | 140.52 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 50 | 72 | 0.43 | 0.31 | 0 | 0.72 | 222.58 | 0.27 | 0.22 |
| Hex | 29 | 32 | 48 | 2B | 1F | 0 | 48 | DF | 1B | 16 |
| Octal | 51 | 62 | 110 | 53 | 37 | 0 | 110 | 337 | 33 | 26 |
| Binary | 101001 | 110010 | 1001000 | 101011 | 11111 | 0 | 1001000 | 11011111 | 11011 | 10110 |
Color Harmonies of #293248
Complementary color
Monochromatic Colors of #293248
Black with #293248
Text Example
Text Example
White with #293248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293248; }
p { color: rgb(41,50,72); }
H1.HeaderClassName
{
color: #293248;
}
.AnyTagClassName
{
color: #293248;
}
</style>
background-color css
<style>
a { background-color: #293248; }
a { background-color: rgb(41,50,72); }
div.DivClassName
{
background-color: #293248;
}
.BgClassName
{
background-color: #293248;
}
</style>
border-color css
<style>
span { border-color: #293248; }
span { border-color: rgb(41,50,72); }
td.TdClassName
{
border-color: #293248;
}
.TagClassName
{
border-color: #293248;
}
</style>