Shades of Blue Charcoal #242E35
Tints of Blue Charcoal #242E35
RGB
CMYK
RGB Variations
Color information
#242E35 (or 0x242E35) is known color: Blue Charcoal. HEX triplet: 24, 2E and 35. RGB value is (36,46,53). Sum of RGB (Red+Green+Blue) = 36+46+53=135 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.67% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 53 (21.09% from 255 or 39.26% from 135); Max value from RGB is 53 - color contains mainly: blue. Hex color #242E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242E35 is #DBD1CA. Grayscale: #2B2B2B. Windows color (decimal): -14406091 or 3485220. OLE color: 3485220.
HSL color Cylindrical-coordinate representation of color #242E35: hue angle of 204.71º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #242E35 is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 36 | 46 | 53 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.79 |
| HSL | 204.71º | 0.19% | 0.17% | - |
| HSV(B) | 204.71º | 0.32% | 0.21% | - |
| XYZ | 2.35 | 2.59 | 3.74 | - |
| YUV | 43.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 46 | 53 | 0.32 | 0.13 | 0 | 0.79 | 204.71 | 0.19 | 0.17 |
| Hex | 24 | 2E | 35 | 20 | D | 0 | 4F | CD | 13 | 11 |
| Octal | 44 | 56 | 65 | 40 | 15 | 0 | 117 | 315 | 23 | 21 |
| Binary | 100100 | 101110 | 110101 | 100000 | 1101 | 0 | 1001111 | 11001101 | 10011 | 10001 |
Color Harmonies of #242E35
Complementary color
Monochromatic Colors of #242E35
Black with #242E35
Text Example
Text Example
White with #242E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242E35; }
p { color: rgb(36,46,53); }
H1.HeaderClassName
{
color: #242E35;
}
.AnyTagClassName
{
color: #242E35;
}
</style>
background-color css
<style>
a { background-color: #242E35; }
a { background-color: rgb(36,46,53); }
div.DivClassName
{
background-color: #242E35;
}
.BgClassName
{
background-color: #242E35;
}
</style>
border-color css
<style>
span { border-color: #242E35; }
span { border-color: rgb(36,46,53); }
td.TdClassName
{
border-color: #242E35;
}
.TagClassName
{
border-color: #242E35;
}
</style>