Shades of Orient #24607C
Tints of Orient #24607C
RGB
CMYK
RGB Variations
Color information
#24607C (or 0x24607C) is known color: Orient. HEX triplet: 24, 60 and 7C. RGB value is (36,96,124). Sum of RGB (Red+Green+Blue) = 36+96+124=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #24607C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24607C is #DB9F83. Grayscale: #515151. Windows color (decimal): -14393220 or 8151076. OLE color: 8151076.
HSL color Cylindrical-coordinate representation of color #24607C: hue angle of 199.09º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #24607C is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 96 | 124 | - |
| CMYK | 0.71 | 0.23 | 0 | 0.51 |
| HSL | 199.09º | 0.55% | 0.31% | - |
| HSV(B) | 199.09º | 0.71% | 0.49% | - |
| XYZ | 8.55 | 10.2 | 20.59 | - |
| YUV | 81.25 | 152.12 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 96 | 124 | 0.71 | 0.23 | 0 | 0.51 | 199.09 | 0.55 | 0.31 |
| Hex | 24 | 60 | 7C | 47 | 17 | 0 | 33 | C7 | 37 | 1F |
| Octal | 44 | 140 | 174 | 107 | 27 | 0 | 63 | 307 | 67 | 37 |
| Binary | 100100 | 1100000 | 1111100 | 1000111 | 10111 | 0 | 110011 | 11000111 | 110111 | 11111 |
Color Harmonies of #24607C
Complementary color
Monochromatic Colors of #24607C
Black with #24607C
Text Example
Text Example
White with #24607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24607C; }
p { color: rgb(36,96,124); }
H1.HeaderClassName
{
color: #24607C;
}
.AnyTagClassName
{
color: #24607C;
}
</style>
background-color css
<style>
a { background-color: #24607C; }
a { background-color: rgb(36,96,124); }
div.DivClassName
{
background-color: #24607C;
}
.BgClassName
{
background-color: #24607C;
}
</style>
border-color css
<style>
span { border-color: #24607C; }
span { border-color: rgb(36,96,124); }
td.TdClassName
{
border-color: #24607C;
}
.TagClassName
{
border-color: #24607C;
}
</style>