Shades of Orient #24637F
Tints of Orient #24637F
RGB
CMYK
RGB Variations
Color information
#24637F (or 0x24637F) is known color: Orient. HEX triplet: 24, 63 and 7F. RGB value is (36,99,127). Sum of RGB (Red+Green+Blue) = 36+99+127=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #24637F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24637F is #DB9C80. Grayscale: #535353. Windows color (decimal): -14392449 or 8348452. OLE color: 8348452.
HSL color Cylindrical-coordinate representation of color #24637F: hue angle of 198.46º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #24637F is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 99 | 127 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.50 |
| HSL | 198.46º | 0.56% | 0.32% | - |
| HSV(B) | 198.46º | 0.72% | 0.5% | - |
| XYZ | 9.02 | 10.83 | 21.69 | - |
| YUV | 83.36 | 152.63 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 99 | 127 | 0.72 | 0.22 | 0 | 0.50 | 198.46 | 0.56 | 0.32 |
| Hex | 24 | 63 | 7F | 48 | 16 | 0 | 32 | C6 | 38 | 20 |
| Octal | 44 | 143 | 177 | 110 | 26 | 0 | 62 | 306 | 70 | 40 |
| Binary | 100100 | 1100011 | 1111111 | 1001000 | 10110 | 0 | 110010 | 11000110 | 111000 | 100000 |
Color Harmonies of #24637F
Complementary color
Monochromatic Colors of #24637F
Black with #24637F
Text Example
Text Example
White with #24637F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24637F; }
p { color: rgb(36,99,127); }
H1.HeaderClassName
{
color: #24637F;
}
.AnyTagClassName
{
color: #24637F;
}
</style>
background-color css
<style>
a { background-color: #24637F; }
a { background-color: rgb(36,99,127); }
div.DivClassName
{
background-color: #24637F;
}
.BgClassName
{
background-color: #24637F;
}
</style>
border-color css
<style>
span { border-color: #24637F; }
span { border-color: rgb(36,99,127); }
td.TdClassName
{
border-color: #24637F;
}
.TagClassName
{
border-color: #24637F;
}
</style>