Shades of Orient #245D77
Tints of Orient #245D77
RGB
CMYK
RGB Variations
Color information
#245D77 (or 0x245D77) is known color: Orient. HEX triplet: 24, 5D and 77. RGB value is (36,93,119). Sum of RGB (Red+Green+Blue) = 36+93+119=248 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.52% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 119 - color contains mainly: blue. Hex color #245D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245D77 is #DBA288. Grayscale: #4E4E4E. Windows color (decimal): -14393993 or 7822628. OLE color: 7822628.
HSL color Cylindrical-coordinate representation of color #245D77: hue angle of 198.8º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #245D77 is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 36 | 93 | 119 | - |
| CMYK | 0.70 | 0.22 | 0 | 0.53 |
| HSL | 198.8º | 0.54% | 0.3% | - |
| HSV(B) | 198.8º | 0.7% | 0.47% | - |
| XYZ | 7.97 | 9.54 | 18.87 | - |
| YUV | 78.92 | 150.62 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 119 | 0.70 | 0.22 | 0 | 0.53 | 198.8 | 0.54 | 0.3 |
| Hex | 24 | 5D | 77 | 46 | 16 | 0 | 35 | C7 | 36 | 1E |
| Octal | 44 | 135 | 167 | 106 | 26 | 0 | 65 | 307 | 66 | 36 |
| Binary | 100100 | 1011101 | 1110111 | 1000110 | 10110 | 0 | 110101 | 11000111 | 110110 | 11110 |
Color Harmonies of #245D77
Complementary color
Monochromatic Colors of #245D77
Black with #245D77
Text Example
Text Example
White with #245D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245D77; }
p { color: rgb(36,93,119); }
H1.HeaderClassName
{
color: #245D77;
}
.AnyTagClassName
{
color: #245D77;
}
</style>
background-color css
<style>
a { background-color: #245D77; }
a { background-color: rgb(36,93,119); }
div.DivClassName
{
background-color: #245D77;
}
.BgClassName
{
background-color: #245D77;
}
</style>
border-color css
<style>
span { border-color: #245D77; }
span { border-color: rgb(36,93,119); }
td.TdClassName
{
border-color: #245D77;
}
.TagClassName
{
border-color: #245D77;
}
</style>