Shades of Orient #245E6D
Tints of Orient #245E6D
RGB
CMYK
RGB Variations
Color information
#245E6D (or 0x245E6D) is known color: Orient. HEX triplet: 24, 5E and 6D. RGB value is (36,94,109). Sum of RGB (Red+Green+Blue) = 36+94+109=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 109 - color contains mainly: blue. Hex color #245E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245E6D is #DBA192. Grayscale: #4E4E4E. Windows color (decimal): -14393747 or 7167524. OLE color: 7167524.
HSL color Cylindrical-coordinate representation of color #245E6D: hue angle of 192.33º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #245E6D is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 36 | 94 | 109 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.57 |
| HSL | 192.33º | 0.5% | 0.28% | - |
| HSV(B) | 192.33º | 0.67% | 0.43% | - |
| XYZ | 7.49 | 9.48 | 15.9 | - |
| YUV | 78.37 | 145.28 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 94 | 109 | 0.67 | 0.14 | 0 | 0.57 | 192.33 | 0.5 | 0.28 |
| Hex | 24 | 5E | 6D | 43 | E | 0 | 39 | C0 | 32 | 1C |
| Octal | 44 | 136 | 155 | 103 | 16 | 0 | 71 | 300 | 62 | 34 |
| Binary | 100100 | 1011110 | 1101101 | 1000011 | 1110 | 0 | 111001 | 11000000 | 110010 | 11100 |
Color Harmonies of #245E6D
Complementary color
Monochromatic Colors of #245E6D
Black with #245E6D
Text Example
Text Example
White with #245E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245E6D; }
p { color: rgb(36,94,109); }
H1.HeaderClassName
{
color: #245E6D;
}
.AnyTagClassName
{
color: #245E6D;
}
</style>
background-color css
<style>
a { background-color: #245E6D; }
a { background-color: rgb(36,94,109); }
div.DivClassName
{
background-color: #245E6D;
}
.BgClassName
{
background-color: #245E6D;
}
</style>
border-color css
<style>
span { border-color: #245E6D; }
span { border-color: rgb(36,94,109); }
td.TdClassName
{
border-color: #245E6D;
}
.TagClassName
{
border-color: #245E6D;
}
</style>