Shades of Bunting #243250
Tints of Bunting #243250
RGB
CMYK
RGB Variations
Color information
#243250 (or 0x243250) is known color: Bunting. HEX triplet: 24, 32 and 50. RGB value is (36,50,80). Sum of RGB (Red+Green+Blue) = 36+50+80=166 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.69% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 80 - color contains mainly: blue. Hex color #243250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243250 is #DBCDAF. Grayscale: #313131. Windows color (decimal): -14405040 or 5255716. OLE color: 5255716.
HSL color Cylindrical-coordinate representation of color #243250: hue angle of 220.91º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #243250 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 50 | 80 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.69 |
| HSL | 220.91º | 0.38% | 0.23% | - |
| HSV(B) | 220.91º | 0.55% | 0.31% | - |
| XYZ | 3.32 | 3.24 | 8.04 | - |
| YUV | 49.23 | 145.36 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 50 | 80 | 0.55 | 0.37 | 0 | 0.69 | 220.91 | 0.38 | 0.23 |
| Hex | 24 | 32 | 50 | 37 | 25 | 0 | 45 | DD | 26 | 17 |
| Octal | 44 | 62 | 120 | 67 | 45 | 0 | 105 | 335 | 46 | 27 |
| Binary | 100100 | 110010 | 1010000 | 110111 | 100101 | 0 | 1000101 | 11011101 | 100110 | 10111 |
Color Harmonies of #243250
Complementary color
Monochromatic Colors of #243250
Black with #243250
Text Example
Text Example
White with #243250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243250; }
p { color: rgb(36,50,80); }
H1.HeaderClassName
{
color: #243250;
}
.AnyTagClassName
{
color: #243250;
}
</style>
background-color css
<style>
a { background-color: #243250; }
a { background-color: rgb(36,50,80); }
div.DivClassName
{
background-color: #243250;
}
.BgClassName
{
background-color: #243250;
}
</style>
border-color css
<style>
span { border-color: #243250; }
span { border-color: rgb(36,50,80); }
td.TdClassName
{
border-color: #243250;
}
.TagClassName
{
border-color: #243250;
}
</style>