Shades of Orient #245C72
Tints of Orient #245C72
RGB
CMYK
RGB Variations
Color information
#245C72 (or 0x245C72) is known color: Orient. HEX triplet: 24, 5C and 72. RGB value is (36,92,114). Sum of RGB (Red+Green+Blue) = 36+92+114=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 114 - color contains mainly: blue. Hex color #245C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245C72 is #DBA38D. Grayscale: #4D4D4D. Windows color (decimal): -14394254 or 7494692. OLE color: 7494692.
HSL color Cylindrical-coordinate representation of color #245C72: hue angle of 196.92º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #245C72 is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 92 | 114 | - |
| CMYK | 0.68 | 0.19 | 0 | 0.55 |
| HSL | 196.92º | 0.52% | 0.29% | - |
| HSV(B) | 196.92º | 0.68% | 0.45% | - |
| XYZ | 7.59 | 9.24 | 17.3 | - |
| YUV | 77.76 | 148.45 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 114 | 0.68 | 0.19 | 0 | 0.55 | 196.92 | 0.52 | 0.29 |
| Hex | 24 | 5C | 72 | 44 | 13 | 0 | 37 | C5 | 34 | 1D |
| Octal | 44 | 134 | 162 | 104 | 23 | 0 | 67 | 305 | 64 | 35 |
| Binary | 100100 | 1011100 | 1110010 | 1000100 | 10011 | 0 | 110111 | 11000101 | 110100 | 11101 |
Color Harmonies of #245C72
Complementary color
Monochromatic Colors of #245C72
Black with #245C72
Text Example
Text Example
White with #245C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C72; }
p { color: rgb(36,92,114); }
H1.HeaderClassName
{
color: #245C72;
}
.AnyTagClassName
{
color: #245C72;
}
</style>
background-color css
<style>
a { background-color: #245C72; }
a { background-color: rgb(36,92,114); }
div.DivClassName
{
background-color: #245C72;
}
.BgClassName
{
background-color: #245C72;
}
</style>
border-color css
<style>
span { border-color: #245C72; }
span { border-color: rgb(36,92,114); }
td.TdClassName
{
border-color: #245C72;
}
.TagClassName
{
border-color: #245C72;
}
</style>