Shades of Orient #245B74
Tints of Orient #245B74
RGB
CMYK
RGB Variations
Color information
#245B74 (or 0x245B74) is known color: Orient. HEX triplet: 24, 5B and 74. RGB value is (36,91,116). Sum of RGB (Red+Green+Blue) = 36+91+116=243 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.81% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 116 (45.70% from 255 or 47.74% from 243); Max value from RGB is 116 - color contains mainly: blue. Hex color #245B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245B74 is #DBA48B. Grayscale: #4D4D4D. Windows color (decimal): -14394508 or 7625508. OLE color: 7625508.
HSL color Cylindrical-coordinate representation of color #245B74: hue angle of 198.75º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #245B74 is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 91 | 116 | - |
| CMYK | 0.69 | 0.22 | 0 | 0.55 |
| HSL | 198.75º | 0.53% | 0.3% | - |
| HSV(B) | 198.75º | 0.69% | 0.45% | - |
| XYZ | 7.62 | 9.12 | 17.88 | - |
| YUV | 77.41 | 149.78 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 116 | 0.69 | 0.22 | 0 | 0.55 | 198.75 | 0.53 | 0.3 |
| Hex | 24 | 5B | 74 | 45 | 16 | 0 | 37 | C7 | 35 | 1E |
| Octal | 44 | 133 | 164 | 105 | 26 | 0 | 67 | 307 | 65 | 36 |
| Binary | 100100 | 1011011 | 1110100 | 1000101 | 10110 | 0 | 110111 | 11000111 | 110101 | 11110 |
Color Harmonies of #245B74
Complementary color
Monochromatic Colors of #245B74
Black with #245B74
Text Example
Text Example
White with #245B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245B74; }
p { color: rgb(36,91,116); }
H1.HeaderClassName
{
color: #245B74;
}
.AnyTagClassName
{
color: #245B74;
}
</style>
background-color css
<style>
a { background-color: #245B74; }
a { background-color: rgb(36,91,116); }
div.DivClassName
{
background-color: #245B74;
}
.BgClassName
{
background-color: #245B74;
}
</style>
border-color css
<style>
span { border-color: #245B74; }
span { border-color: rgb(36,91,116); }
td.TdClassName
{
border-color: #245B74;
}
.TagClassName
{
border-color: #245B74;
}
</style>