Shades of Orient #245E71
Tints of Orient #245E71
RGB
CMYK
RGB Variations
Color information
#245E71 (or 0x245E71) is known color: Orient. HEX triplet: 24, 5E and 71. RGB value is (36,94,113). Sum of RGB (Red+Green+Blue) = 36+94+113=243 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.81% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #245E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245E71 is #DBA18E. Grayscale: #4E4E4E. Windows color (decimal): -14393743 or 7429668. OLE color: 7429668.
HSL color Cylindrical-coordinate representation of color #245E71: hue angle of 194.81º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #245E71 is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 94 | 113 | - |
| CMYK | 0.68 | 0.17 | 0 | 0.56 |
| HSL | 194.81º | 0.52% | 0.29% | - |
| HSV(B) | 194.81º | 0.68% | 0.44% | - |
| XYZ | 7.71 | 9.57 | 17.06 | - |
| YUV | 78.82 | 147.28 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 94 | 113 | 0.68 | 0.17 | 0 | 0.56 | 194.81 | 0.52 | 0.29 |
| Hex | 24 | 5E | 71 | 44 | 11 | 0 | 38 | C3 | 34 | 1D |
| Octal | 44 | 136 | 161 | 104 | 21 | 0 | 70 | 303 | 64 | 35 |
| Binary | 100100 | 1011110 | 1110001 | 1000100 | 10001 | 0 | 111000 | 11000011 | 110100 | 11101 |
Color Harmonies of #245E71
Complementary color
Monochromatic Colors of #245E71
Black with #245E71
Text Example
Text Example
White with #245E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245E71; }
p { color: rgb(36,94,113); }
H1.HeaderClassName
{
color: #245E71;
}
.AnyTagClassName
{
color: #245E71;
}
</style>
background-color css
<style>
a { background-color: #245E71; }
a { background-color: rgb(36,94,113); }
div.DivClassName
{
background-color: #245E71;
}
.BgClassName
{
background-color: #245E71;
}
</style>
border-color css
<style>
span { border-color: #245E71; }
span { border-color: rgb(36,94,113); }
td.TdClassName
{
border-color: #245E71;
}
.TagClassName
{
border-color: #245E71;
}
</style>