Shades of Orient #245C7C
Tints of Orient #245C7C
RGB
CMYK
RGB Variations
Color information
#245C7C (or 0x245C7C) is known color: Orient. HEX triplet: 24, 5C and 7C. RGB value is (36,92,124). Sum of RGB (Red+Green+Blue) = 36+92+124=252 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.29% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #245C7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245C7C is #DBA383. Grayscale: #4E4E4E. Windows color (decimal): -14394244 or 8150052. OLE color: 8150052.
HSL color Cylindrical-coordinate representation of color #245C7C: hue angle of 201.82º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #245C7C is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 92 | 124 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.51 |
| HSL | 201.82º | 0.55% | 0.31% | - |
| HSV(B) | 201.82º | 0.71% | 0.49% | - |
| XYZ | 8.19 | 9.48 | 20.47 | - |
| YUV | 78.9 | 153.45 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 124 | 0.71 | 0.26 | 0 | 0.51 | 201.82 | 0.55 | 0.31 |
| Hex | 24 | 5C | 7C | 47 | 1A | 0 | 33 | CA | 37 | 1F |
| Octal | 44 | 134 | 174 | 107 | 32 | 0 | 63 | 312 | 67 | 37 |
| Binary | 100100 | 1011100 | 1111100 | 1000111 | 11010 | 0 | 110011 | 11001010 | 110111 | 11111 |
Color Harmonies of #245C7C
Complementary color
Monochromatic Colors of #245C7C
Black with #245C7C
Text Example
Text Example
White with #245C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C7C; }
p { color: rgb(36,92,124); }
H1.HeaderClassName
{
color: #245C7C;
}
.AnyTagClassName
{
color: #245C7C;
}
</style>
background-color css
<style>
a { background-color: #245C7C; }
a { background-color: rgb(36,92,124); }
div.DivClassName
{
background-color: #245C7C;
}
.BgClassName
{
background-color: #245C7C;
}
</style>
border-color css
<style>
span { border-color: #245C7C; }
span { border-color: rgb(36,92,124); }
td.TdClassName
{
border-color: #245C7C;
}
.TagClassName
{
border-color: #245C7C;
}
</style>