Shades of Orient #245D71
Tints of Orient #245D71
RGB
CMYK
RGB Variations
Color information
#245D71 (or 0x245D71) is known color: Orient. HEX triplet: 24, 5D and 71. RGB value is (36,93,113). Sum of RGB (Red+Green+Blue) = 36+93+113=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #245D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245D71 is #DBA28E. Grayscale: #4E4E4E. Windows color (decimal): -14393999 or 7429412. OLE color: 7429412.
HSL color Cylindrical-coordinate representation of color #245D71: hue angle of 195.58º 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 #245D71 is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 93 | 113 | - |
| CMYK | 0.68 | 0.18 | 0 | 0.56 |
| HSL | 195.58º | 0.52% | 0.29% | - |
| HSV(B) | 195.58º | 0.68% | 0.44% | - |
| XYZ | 7.62 | 9.4 | 17.03 | - |
| YUV | 78.24 | 147.62 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 113 | 0.68 | 0.18 | 0 | 0.56 | 195.58 | 0.52 | 0.29 |
| Hex | 24 | 5D | 71 | 44 | 12 | 0 | 38 | C4 | 34 | 1D |
| Octal | 44 | 135 | 161 | 104 | 22 | 0 | 70 | 304 | 64 | 35 |
| Binary | 100100 | 1011101 | 1110001 | 1000100 | 10010 | 0 | 111000 | 11000100 | 110100 | 11101 |
Color Harmonies of #245D71
Complementary color
Monochromatic Colors of #245D71
Black with #245D71
Text Example
Text Example
White with #245D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245D71; }
p { color: rgb(36,93,113); }
H1.HeaderClassName
{
color: #245D71;
}
.AnyTagClassName
{
color: #245D71;
}
</style>
background-color css
<style>
a { background-color: #245D71; }
a { background-color: rgb(36,93,113); }
div.DivClassName
{
background-color: #245D71;
}
.BgClassName
{
background-color: #245D71;
}
</style>
border-color css
<style>
span { border-color: #245D71; }
span { border-color: rgb(36,93,113); }
td.TdClassName
{
border-color: #245D71;
}
.TagClassName
{
border-color: #245D71;
}
</style>