Shades of Astral #24698D
Tints of Astral #24698D
RGB
CMYK
RGB Variations
Color information
#24698D (or 0x24698D) is known color: Astral. HEX triplet: 24, 69 and 8D. RGB value is (36,105,141). Sum of RGB (Red+Green+Blue) = 36+105+141=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #24698D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24698D is #DB9672. Grayscale: #585858. Windows color (decimal): -14390899 or 9267492. OLE color: 9267492.
HSL color Cylindrical-coordinate representation of color #24698D: hue angle of 200.57º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24698D is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 105 | 141 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.45 |
| HSL | 200.57º | 0.59% | 0.35% | - |
| HSV(B) | 200.57º | 0.74% | 0.55% | - |
| XYZ | 10.59 | 12.4 | 27.04 | - |
| YUV | 88.47 | 157.64 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 105 | 141 | 0.74 | 0.26 | 0 | 0.45 | 200.57 | 0.59 | 0.35 |
| Hex | 24 | 69 | 8D | 4A | 1A | 0 | 2D | C9 | 3B | 23 |
| Octal | 44 | 151 | 215 | 112 | 32 | 0 | 55 | 311 | 73 | 43 |
| Binary | 100100 | 1101001 | 10001101 | 1001010 | 11010 | 0 | 101101 | 11001001 | 111011 | 100011 |
Color Harmonies of #24698D
Complementary color
Monochromatic Colors of #24698D
Black with #24698D
Text Example
Text Example
White with #24698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24698D; }
p { color: rgb(36,105,141); }
H1.HeaderClassName
{
color: #24698D;
}
.AnyTagClassName
{
color: #24698D;
}
</style>
background-color css
<style>
a { background-color: #24698D; }
a { background-color: rgb(36,105,141); }
div.DivClassName
{
background-color: #24698D;
}
.BgClassName
{
background-color: #24698D;
}
</style>
border-color css
<style>
span { border-color: #24698D; }
span { border-color: rgb(36,105,141); }
td.TdClassName
{
border-color: #24698D;
}
.TagClassName
{
border-color: #24698D;
}
</style>