Shades of Orient #24637E
Tints of Orient #24637E
RGB
CMYK
RGB Variations
Color information
#24637E (or 0x24637E) is known color: Orient. HEX triplet: 24, 63 and 7E. RGB value is (36,99,126). Sum of RGB (Red+Green+Blue) = 36+99+126=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 126 (49.61% from 255 or 48.28% from 261); Max value from RGB is 126 - color contains mainly: blue. Hex color #24637E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24637E is #DB9C81. Grayscale: #535353. Windows color (decimal): -14392450 or 8282916. OLE color: 8282916.
HSL color Cylindrical-coordinate representation of color #24637E: hue angle of 198º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #24637E is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 99 | 126 | - |
| CMYK | 0.71 | 0.21 | 0 | 0.51 |
| HSL | 198º | 0.56% | 0.32% | - |
| HSV(B) | 198º | 0.71% | 0.49% | - |
| XYZ | 8.96 | 10.81 | 21.35 | - |
| YUV | 83.24 | 152.13 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 99 | 126 | 0.71 | 0.21 | 0 | 0.51 | 198 | 0.56 | 0.32 |
| Hex | 24 | 63 | 7E | 47 | 15 | 0 | 33 | C6 | 38 | 20 |
| Octal | 44 | 143 | 176 | 107 | 25 | 0 | 63 | 306 | 70 | 40 |
| Binary | 100100 | 1100011 | 1111110 | 1000111 | 10101 | 0 | 110011 | 11000110 | 111000 | 100000 |
Color Harmonies of #24637E
Complementary color
Monochromatic Colors of #24637E
Black with #24637E
Text Example
Text Example
White with #24637E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24637E; }
p { color: rgb(36,99,126); }
H1.HeaderClassName
{
color: #24637E;
}
.AnyTagClassName
{
color: #24637E;
}
</style>
background-color css
<style>
a { background-color: #24637E; }
a { background-color: rgb(36,99,126); }
div.DivClassName
{
background-color: #24637E;
}
.BgClassName
{
background-color: #24637E;
}
</style>
border-color css
<style>
span { border-color: #24637E; }
span { border-color: rgb(36,99,126); }
td.TdClassName
{
border-color: #24637E;
}
.TagClassName
{
border-color: #24637E;
}
</style>