Shades of Orient #245C75
Tints of Orient #245C75
RGB
CMYK
RGB Variations
Color information
#245C75 (or 0x245C75) is known color: Orient. HEX triplet: 24, 5C and 75. RGB value is (36,92,117). Sum of RGB (Red+Green+Blue) = 36+92+117=245 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.69% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #245C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245C75 is #DBA38A. Grayscale: #4D4D4D. Windows color (decimal): -14394251 or 7691300. OLE color: 7691300.
HSL color Cylindrical-coordinate representation of color #245C75: hue angle of 198.52º 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 #245C75 is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 36 | 92 | 117 | - |
| CMYK | 0.69 | 0.21 | 0 | 0.54 |
| HSL | 198.52º | 0.53% | 0.3% | - |
| HSV(B) | 198.52º | 0.69% | 0.46% | - |
| XYZ | 7.77 | 9.31 | 18.22 | - |
| YUV | 78.11 | 149.95 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 117 | 0.69 | 0.21 | 0 | 0.54 | 198.52 | 0.53 | 0.3 |
| Hex | 24 | 5C | 75 | 45 | 15 | 0 | 36 | C7 | 35 | 1E |
| Octal | 44 | 134 | 165 | 105 | 25 | 0 | 66 | 307 | 65 | 36 |
| Binary | 100100 | 1011100 | 1110101 | 1000101 | 10101 | 0 | 110110 | 11000111 | 110101 | 11110 |
Color Harmonies of #245C75
Complementary color
Monochromatic Colors of #245C75
Black with #245C75
Text Example
Text Example
White with #245C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C75; }
p { color: rgb(36,92,117); }
H1.HeaderClassName
{
color: #245C75;
}
.AnyTagClassName
{
color: #245C75;
}
</style>
background-color css
<style>
a { background-color: #245C75; }
a { background-color: rgb(36,92,117); }
div.DivClassName
{
background-color: #245C75;
}
.BgClassName
{
background-color: #245C75;
}
</style>
border-color css
<style>
span { border-color: #245C75; }
span { border-color: rgb(36,92,117); }
td.TdClassName
{
border-color: #245C75;
}
.TagClassName
{
border-color: #245C75;
}
</style>