Shades of Bunting #243350
Tints of Bunting #243350
RGB
CMYK
RGB Variations
Color information
#243350 (or 0x243350) is known color: Bunting. HEX triplet: 24, 33 and 50. RGB value is (36,51,80). Sum of RGB (Red+Green+Blue) = 36+51+80=167 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.56% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 80 - color contains mainly: blue. Hex color #243350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243350 is #DBCCAF. Grayscale: #313131. Windows color (decimal): -14404784 or 5255972. OLE color: 5255972.
HSL color Cylindrical-coordinate representation of color #243350: hue angle of 219.55º 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 #243350 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 51 | 80 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.69 |
| HSL | 219.55º | 0.38% | 0.23% | - |
| HSV(B) | 219.55º | 0.55% | 0.31% | - |
| XYZ | 3.36 | 3.32 | 8.05 | - |
| YUV | 49.82 | 145.03 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 51 | 80 | 0.55 | 0.36 | 0 | 0.69 | 219.55 | 0.38 | 0.23 |
| Hex | 24 | 33 | 50 | 37 | 24 | 0 | 45 | DC | 26 | 17 |
| Octal | 44 | 63 | 120 | 67 | 44 | 0 | 105 | 334 | 46 | 27 |
| Binary | 100100 | 110011 | 1010000 | 110111 | 100100 | 0 | 1000101 | 11011100 | 100110 | 10111 |
Color Harmonies of #243350
Complementary color
Monochromatic Colors of #243350
Black with #243350
Text Example
Text Example
White with #243350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243350; }
p { color: rgb(36,51,80); }
H1.HeaderClassName
{
color: #243350;
}
.AnyTagClassName
{
color: #243350;
}
</style>
background-color css
<style>
a { background-color: #243350; }
a { background-color: rgb(36,51,80); }
div.DivClassName
{
background-color: #243350;
}
.BgClassName
{
background-color: #243350;
}
</style>
border-color css
<style>
span { border-color: #243350; }
span { border-color: rgb(36,51,80); }
td.TdClassName
{
border-color: #243350;
}
.TagClassName
{
border-color: #243350;
}
</style>