Shades of Orient #245A77
Tints of Orient #245A77
RGB
CMYK
RGB Variations
Color information
#245A77 (or 0x245A77) is known color: Orient. HEX triplet: 24, 5A and 77. RGB value is (36,90,119). Sum of RGB (Red+Green+Blue) = 36+90+119=245 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.69% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 119 (46.88% from 255 or 48.57% from 245); Max value from RGB is 119 - color contains mainly: blue. Hex color #245A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245A77 is #DBA588. Grayscale: #4C4C4C. Windows color (decimal): -14394761 or 7821860. OLE color: 7821860.
HSL color Cylindrical-coordinate representation of color #245A77: hue angle of 200.96º 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 #245A77 is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 36 | 90 | 119 | - |
| CMYK | 0.70 | 0.24 | 0 | 0.53 |
| HSL | 200.96º | 0.54% | 0.3% | - |
| HSV(B) | 200.96º | 0.7% | 0.47% | - |
| XYZ | 7.71 | 9.02 | 18.79 | - |
| YUV | 77.16 | 151.61 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 119 | 0.70 | 0.24 | 0 | 0.53 | 200.96 | 0.54 | 0.3 |
| Hex | 24 | 5A | 77 | 46 | 18 | 0 | 35 | C9 | 36 | 1E |
| Octal | 44 | 132 | 167 | 106 | 30 | 0 | 65 | 311 | 66 | 36 |
| Binary | 100100 | 1011010 | 1110111 | 1000110 | 11000 | 0 | 110101 | 11001001 | 110110 | 11110 |
Color Harmonies of #245A77
Complementary color
Monochromatic Colors of #245A77
Black with #245A77
Text Example
Text Example
White with #245A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245A77; }
p { color: rgb(36,90,119); }
H1.HeaderClassName
{
color: #245A77;
}
.AnyTagClassName
{
color: #245A77;
}
</style>
background-color css
<style>
a { background-color: #245A77; }
a { background-color: rgb(36,90,119); }
div.DivClassName
{
background-color: #245A77;
}
.BgClassName
{
background-color: #245A77;
}
</style>
border-color css
<style>
span { border-color: #245A77; }
span { border-color: rgb(36,90,119); }
td.TdClassName
{
border-color: #245A77;
}
.TagClassName
{
border-color: #245A77;
}
</style>