Shades of Orient #245A72
Tints of Orient #245A72
RGB
CMYK
RGB Variations
Color information
#245A72 (or 0x245A72) is known color: Orient. HEX triplet: 24, 5A and 72. RGB value is (36,90,114). Sum of RGB (Red+Green+Blue) = 36+90+114=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #245A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245A72 is #DBA58D. Grayscale: #4C4C4C. Windows color (decimal): -14394766 or 7494180. OLE color: 7494180.
HSL color Cylindrical-coordinate representation of color #245A72: hue angle of 198.46º 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 #245A72 is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 90 | 114 | - |
| CMYK | 0.68 | 0.21 | 0 | 0.55 |
| HSL | 198.46º | 0.52% | 0.29% | - |
| HSV(B) | 198.46º | 0.68% | 0.45% | - |
| XYZ | 7.42 | 8.9 | 17.25 | - |
| YUV | 76.59 | 149.11 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 114 | 0.68 | 0.21 | 0 | 0.55 | 198.46 | 0.52 | 0.29 |
| Hex | 24 | 5A | 72 | 44 | 15 | 0 | 37 | C6 | 34 | 1D |
| Octal | 44 | 132 | 162 | 104 | 25 | 0 | 67 | 306 | 64 | 35 |
| Binary | 100100 | 1011010 | 1110010 | 1000100 | 10101 | 0 | 110111 | 11000110 | 110100 | 11101 |
Color Harmonies of #245A72
Complementary color
Monochromatic Colors of #245A72
Black with #245A72
Text Example
Text Example
White with #245A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245A72; }
p { color: rgb(36,90,114); }
H1.HeaderClassName
{
color: #245A72;
}
.AnyTagClassName
{
color: #245A72;
}
</style>
background-color css
<style>
a { background-color: #245A72; }
a { background-color: rgb(36,90,114); }
div.DivClassName
{
background-color: #245A72;
}
.BgClassName
{
background-color: #245A72;
}
</style>
border-color css
<style>
span { border-color: #245A72; }
span { border-color: rgb(36,90,114); }
td.TdClassName
{
border-color: #245A72;
}
.TagClassName
{
border-color: #245A72;
}
</style>