Shades of Orient #245C73
Tints of Orient #245C73
RGB
CMYK
RGB Variations
Color information
#245C73 (or 0x245C73) is known color: Orient. HEX triplet: 24, 5C and 73. RGB value is (36,92,115). Sum of RGB (Red+Green+Blue) = 36+92+115=243 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.81% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #245C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245C73 is #DBA38C. Grayscale: #4D4D4D. Windows color (decimal): -14394253 or 7560228. OLE color: 7560228.
HSL color Cylindrical-coordinate representation of color #245C73: hue angle of 197.47º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #245C73 is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 92 | 115 | - |
| CMYK | 0.69 | 0.20 | 0 | 0.55 |
| HSL | 197.47º | 0.52% | 0.3% | - |
| HSV(B) | 197.47º | 0.69% | 0.45% | - |
| XYZ | 7.65 | 9.27 | 17.61 | - |
| YUV | 77.88 | 148.95 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 115 | 0.69 | 0.20 | 0 | 0.55 | 197.47 | 0.52 | 0.3 |
| Hex | 24 | 5C | 73 | 45 | 14 | 0 | 37 | C5 | 34 | 1E |
| Octal | 44 | 134 | 163 | 105 | 24 | 0 | 67 | 305 | 64 | 36 |
| Binary | 100100 | 1011100 | 1110011 | 1000101 | 10100 | 0 | 110111 | 11000101 | 110100 | 11110 |
Color Harmonies of #245C73
Complementary color
Monochromatic Colors of #245C73
Black with #245C73
Text Example
Text Example
White with #245C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C73; }
p { color: rgb(36,92,115); }
H1.HeaderClassName
{
color: #245C73;
}
.AnyTagClassName
{
color: #245C73;
}
</style>
background-color css
<style>
a { background-color: #245C73; }
a { background-color: rgb(36,92,115); }
div.DivClassName
{
background-color: #245C73;
}
.BgClassName
{
background-color: #245C73;
}
</style>
border-color css
<style>
span { border-color: #245C73; }
span { border-color: rgb(36,92,115); }
td.TdClassName
{
border-color: #245C73;
}
.TagClassName
{
border-color: #245C73;
}
</style>