Shades of Bunting #242C44
Tints of Bunting #242C44
RGB
CMYK
RGB Variations
Color information
#242C44 (or 0x242C44) is known color: Bunting. HEX triplet: 24, 2C and 44. RGB value is (36,44,68). Sum of RGB (Red+Green+Blue) = 36+44+68=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 68 (26.95% from 255 or 45.95% from 148); Max value from RGB is 68 - color contains mainly: blue. Hex color #242C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242C44 is #DBD3BB. Grayscale: #2C2C2C. Windows color (decimal): -14406588 or 4467748. OLE color: 4467748.
HSL color Cylindrical-coordinate representation of color #242C44: hue angle of 225º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #242C44 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 36 | 44 | 68 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.73 |
| HSL | 225º | 0.31% | 0.2% | - |
| HSV(B) | 225º | 0.47% | 0.27% | - |
| XYZ | 2.67 | 2.59 | 5.83 | - |
| YUV | 44.34 | 141.35 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 44 | 68 | 0.47 | 0.35 | 0 | 0.73 | 225 | 0.31 | 0.2 |
| Hex | 24 | 2C | 44 | 2F | 23 | 0 | 49 | E1 | 1F | 14 |
| Octal | 44 | 54 | 104 | 57 | 43 | 0 | 111 | 341 | 37 | 24 |
| Binary | 100100 | 101100 | 1000100 | 101111 | 100011 | 0 | 1001001 | 11100001 | 11111 | 10100 |
Color Harmonies of #242C44
Complementary color
Monochromatic Colors of #242C44
Black with #242C44
Text Example
Text Example
White with #242C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242C44; }
p { color: rgb(36,44,68); }
H1.HeaderClassName
{
color: #242C44;
}
.AnyTagClassName
{
color: #242C44;
}
</style>
background-color css
<style>
a { background-color: #242C44; }
a { background-color: rgb(36,44,68); }
div.DivClassName
{
background-color: #242C44;
}
.BgClassName
{
background-color: #242C44;
}
</style>
border-color css
<style>
span { border-color: #242C44; }
span { border-color: rgb(36,44,68); }
td.TdClassName
{
border-color: #242C44;
}
.TagClassName
{
border-color: #242C44;
}
</style>