Shades of Orient #245E6E
Tints of Orient #245E6E
RGB
CMYK
RGB Variations
Color information
#245E6E (or 0x245E6E) is known color: Orient. HEX triplet: 24, 5E and 6E. RGB value is (36,94,110). Sum of RGB (Red+Green+Blue) = 36+94+110=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 110 - color contains mainly: blue. Hex color #245E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245E6E is #DBA191. Grayscale: #4E4E4E. Windows color (decimal): -14393746 or 7233060. OLE color: 7233060.
HSL color Cylindrical-coordinate representation of color #245E6E: hue angle of 192.97º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #245E6E is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 36 | 94 | 110 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.57 |
| HSL | 192.97º | 0.51% | 0.29% | - |
| HSV(B) | 192.97º | 0.67% | 0.43% | - |
| XYZ | 7.54 | 9.51 | 16.19 | - |
| YUV | 78.48 | 145.78 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 94 | 110 | 0.67 | 0.15 | 0 | 0.57 | 192.97 | 0.51 | 0.29 |
| Hex | 24 | 5E | 6E | 43 | F | 0 | 39 | C1 | 33 | 1D |
| Octal | 44 | 136 | 156 | 103 | 17 | 0 | 71 | 301 | 63 | 35 |
| Binary | 100100 | 1011110 | 1101110 | 1000011 | 1111 | 0 | 111001 | 11000001 | 110011 | 11101 |
Color Harmonies of #245E6E
Complementary color
Monochromatic Colors of #245E6E
Black with #245E6E
Text Example
Text Example
White with #245E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245E6E; }
p { color: rgb(36,94,110); }
H1.HeaderClassName
{
color: #245E6E;
}
.AnyTagClassName
{
color: #245E6E;
}
</style>
background-color css
<style>
a { background-color: #245E6E; }
a { background-color: rgb(36,94,110); }
div.DivClassName
{
background-color: #245E6E;
}
.BgClassName
{
background-color: #245E6E;
}
</style>
border-color css
<style>
span { border-color: #245E6E; }
span { border-color: rgb(36,94,110); }
td.TdClassName
{
border-color: #245E6E;
}
.TagClassName
{
border-color: #245E6E;
}
</style>