Shades of Orient #245C76
Tints of Orient #245C76
RGB
CMYK
RGB Variations
Color information
#245C76 (or 0x245C76) is known color: Orient. HEX triplet: 24, 5C and 76. RGB value is (36,92,118). Sum of RGB (Red+Green+Blue) = 36+92+118=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #245C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245C76 is #DBA389. Grayscale: #4E4E4E. Windows color (decimal): -14394250 or 7756836. OLE color: 7756836.
HSL color Cylindrical-coordinate representation of color #245C76: hue angle of 199.02º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #245C76 is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 36 | 92 | 118 | - |
| CMYK | 0.69 | 0.22 | 0 | 0.54 |
| HSL | 199.02º | 0.53% | 0.3% | - |
| HSV(B) | 199.02º | 0.69% | 0.46% | - |
| XYZ | 7.82 | 9.34 | 18.53 | - |
| YUV | 78.22 | 150.45 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 118 | 0.69 | 0.22 | 0 | 0.54 | 199.02 | 0.53 | 0.3 |
| Hex | 24 | 5C | 76 | 45 | 16 | 0 | 36 | C7 | 35 | 1E |
| Octal | 44 | 134 | 166 | 105 | 26 | 0 | 66 | 307 | 65 | 36 |
| Binary | 100100 | 1011100 | 1110110 | 1000101 | 10110 | 0 | 110110 | 11000111 | 110101 | 11110 |
Color Harmonies of #245C76
Complementary color
Monochromatic Colors of #245C76
Black with #245C76
Text Example
Text Example
White with #245C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C76; }
p { color: rgb(36,92,118); }
H1.HeaderClassName
{
color: #245C76;
}
.AnyTagClassName
{
color: #245C76;
}
</style>
background-color css
<style>
a { background-color: #245C76; }
a { background-color: rgb(36,92,118); }
div.DivClassName
{
background-color: #245C76;
}
.BgClassName
{
background-color: #245C76;
}
</style>
border-color css
<style>
span { border-color: #245C76; }
span { border-color: rgb(36,92,118); }
td.TdClassName
{
border-color: #245C76;
}
.TagClassName
{
border-color: #245C76;
}
</style>