Shades of Orient #245678
Tints of Orient #245678
RGB
CMYK
RGB Variations
Color information
#245678 (or 0x245678) is known color: Orient. HEX triplet: 24, 56 and 78. RGB value is (36,86,120). Sum of RGB (Red+Green+Blue) = 36+86+120=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 120 (47.27% from 255 or 49.59% from 242); Max value from RGB is 120 - color contains mainly: blue. Hex color #245678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245678 is #DBA987. Grayscale: #4A4A4A. Windows color (decimal): -14395784 or 7886372. OLE color: 7886372.
HSL color Cylindrical-coordinate representation of color #245678: hue angle of 204.29º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #245678 is Cyan = 0.7, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 36 | 86 | 120 | - |
| CMYK | 0.7 | 0.28 | 0 | 0.53 |
| HSL | 204.29º | 0.54% | 0.31% | - |
| HSV(B) | 204.29º | 0.7% | 0.47% | - |
| XYZ | 7.45 | 8.39 | 19 | - |
| YUV | 74.93 | 153.44 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 86 | 120 | 0.7 | 0.28 | 0 | 0.53 | 204.29 | 0.54 | 0.31 |
| Hex | 24 | 56 | 78 | 46 | 1C | 0 | 35 | CC | 36 | 1F |
| Octal | 44 | 126 | 170 | 106 | 34 | 0 | 65 | 314 | 66 | 37 |
| Binary | 100100 | 1010110 | 1111000 | 1000110 | 11100 | 0 | 110101 | 11001100 | 110110 | 11111 |
Color Harmonies of #245678
Complementary color
Monochromatic Colors of #245678
Black with #245678
Text Example
Text Example
White with #245678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245678; }
p { color: rgb(36,86,120); }
H1.HeaderClassName
{
color: #245678;
}
.AnyTagClassName
{
color: #245678;
}
</style>
background-color css
<style>
a { background-color: #245678; }
a { background-color: rgb(36,86,120); }
div.DivClassName
{
background-color: #245678;
}
.BgClassName
{
background-color: #245678;
}
</style>
border-color css
<style>
span { border-color: #245678; }
span { border-color: rgb(36,86,120); }
td.TdClassName
{
border-color: #245678;
}
.TagClassName
{
border-color: #245678;
}
</style>