Shades of Orient #245B72
Tints of Orient #245B72
RGB
CMYK
RGB Variations
Color information
#245B72 (or 0x245B72) is known color: Orient. HEX triplet: 24, 5B and 72. RGB value is (36,91,114). Sum of RGB (Red+Green+Blue) = 36+91+114=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #245B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245B72 is #DBA48D. Grayscale: #4D4D4D. Windows color (decimal): -14394510 or 7494436. OLE color: 7494436.
HSL color Cylindrical-coordinate representation of color #245B72: hue angle of 197.69º 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 #245B72 is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 91 | 114 | - |
| CMYK | 0.68 | 0.20 | 0 | 0.55 |
| HSL | 197.69º | 0.52% | 0.29% | - |
| HSV(B) | 197.69º | 0.68% | 0.45% | - |
| XYZ | 7.51 | 9.07 | 17.28 | - |
| YUV | 77.18 | 148.78 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 114 | 0.68 | 0.20 | 0 | 0.55 | 197.69 | 0.52 | 0.29 |
| Hex | 24 | 5B | 72 | 44 | 14 | 0 | 37 | C6 | 34 | 1D |
| Octal | 44 | 133 | 162 | 104 | 24 | 0 | 67 | 306 | 64 | 35 |
| Binary | 100100 | 1011011 | 1110010 | 1000100 | 10100 | 0 | 110111 | 11000110 | 110100 | 11101 |
Color Harmonies of #245B72
Complementary color
Monochromatic Colors of #245B72
Black with #245B72
Text Example
Text Example
White with #245B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245B72; }
p { color: rgb(36,91,114); }
H1.HeaderClassName
{
color: #245B72;
}
.AnyTagClassName
{
color: #245B72;
}
</style>
background-color css
<style>
a { background-color: #245B72; }
a { background-color: rgb(36,91,114); }
div.DivClassName
{
background-color: #245B72;
}
.BgClassName
{
background-color: #245B72;
}
</style>
border-color css
<style>
span { border-color: #245B72; }
span { border-color: rgb(36,91,114); }
td.TdClassName
{
border-color: #245B72;
}
.TagClassName
{
border-color: #245B72;
}
</style>