Shades of Orient #246180
Tints of Orient #246180
RGB
CMYK
RGB Variations
Color information
#246180 (or 0x246180) is known color: Orient. HEX triplet: 24, 61 and 80. RGB value is (36,97,128). Sum of RGB (Red+Green+Blue) = 36+97+128=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 128 - color contains mainly: blue. Hex color #246180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246180 is #DB9E7F. Grayscale: #525252. Windows color (decimal): -14392960 or 8413476. OLE color: 8413476.
HSL color Cylindrical-coordinate representation of color #246180: hue angle of 200.22º 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 #246180 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 97 | 128 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.50 |
| HSL | 200.22º | 0.56% | 0.32% | - |
| HSV(B) | 200.22º | 0.72% | 0.5% | - |
| XYZ | 8.9 | 10.48 | 21.98 | - |
| YUV | 82.3 | 153.79 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 97 | 128 | 0.72 | 0.24 | 0 | 0.50 | 200.22 | 0.56 | 0.32 |
| Hex | 24 | 61 | 80 | 48 | 18 | 0 | 32 | C8 | 38 | 20 |
| Octal | 44 | 141 | 200 | 110 | 30 | 0 | 62 | 310 | 70 | 40 |
| Binary | 100100 | 1100001 | 10000000 | 1001000 | 11000 | 0 | 110010 | 11001000 | 111000 | 100000 |
Color Harmonies of #246180
Complementary color
Monochromatic Colors of #246180
Black with #246180
Text Example
Text Example
White with #246180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246180; }
p { color: rgb(36,97,128); }
H1.HeaderClassName
{
color: #246180;
}
.AnyTagClassName
{
color: #246180;
}
</style>
background-color css
<style>
a { background-color: #246180; }
a { background-color: rgb(36,97,128); }
div.DivClassName
{
background-color: #246180;
}
.BgClassName
{
background-color: #246180;
}
</style>
border-color css
<style>
span { border-color: #246180; }
span { border-color: rgb(36,97,128); }
td.TdClassName
{
border-color: #246180;
}
.TagClassName
{
border-color: #246180;
}
</style>