Shades of Nile Blue #24394B
Tints of Nile Blue #24394B
RGB
CMYK
RGB Variations
Color information
#24394B (or 0x24394B) is known color: Nile Blue. HEX triplet: 24, 39 and 4B. RGB value is (36,57,75). Sum of RGB (Red+Green+Blue) = 36+57+75=168 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.43% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 75 (29.69% from 255 or 44.64% from 168); Max value from RGB is 75 - color contains mainly: blue. Hex color #24394B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24394B is #DBC6B4. Grayscale: #343434. Windows color (decimal): -14403253 or 4929828. OLE color: 4929828.
HSL color Cylindrical-coordinate representation of color #24394B: hue angle of 207.69º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #24394B is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 36 | 57 | 75 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.71 |
| HSL | 207.69º | 0.35% | 0.22% | - |
| HSV(B) | 207.69º | 0.52% | 0.29% | - |
| XYZ | 3.46 | 3.81 | 7.21 | - |
| YUV | 52.77 | 140.54 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 57 | 75 | 0.52 | 0.24 | 0 | 0.71 | 207.69 | 0.35 | 0.22 |
| Hex | 24 | 39 | 4B | 34 | 18 | 0 | 47 | D0 | 23 | 16 |
| Octal | 44 | 71 | 113 | 64 | 30 | 0 | 107 | 320 | 43 | 26 |
| Binary | 100100 | 111001 | 1001011 | 110100 | 11000 | 0 | 1000111 | 11010000 | 100011 | 10110 |
Color Harmonies of #24394B
Complementary color
Monochromatic Colors of #24394B
Black with #24394B
Text Example
Text Example
White with #24394B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24394B; }
p { color: rgb(36,57,75); }
H1.HeaderClassName
{
color: #24394B;
}
.AnyTagClassName
{
color: #24394B;
}
</style>
background-color css
<style>
a { background-color: #24394B; }
a { background-color: rgb(36,57,75); }
div.DivClassName
{
background-color: #24394B;
}
.BgClassName
{
background-color: #24394B;
}
</style>
border-color css
<style>
span { border-color: #24394B; }
span { border-color: rgb(36,57,75); }
td.TdClassName
{
border-color: #24394B;
}
.TagClassName
{
border-color: #24394B;
}
</style>