Shades of Orient #245F6D
Tints of Orient #245F6D
RGB
CMYK
RGB Variations
Color information
#245F6D (or 0x245F6D) is known color: Orient. HEX triplet: 24, 5F and 6D. RGB value is (36,95,109). Sum of RGB (Red+Green+Blue) = 36+95+109=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 95 (37.5% from 255 or 39.58% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #245F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F6D is #DBA092. Grayscale: #4E4E4E. Windows color (decimal): -14393491 or 7167780. OLE color: 7167780.
HSL color Cylindrical-coordinate representation of color #245F6D: hue angle of 191.51º 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 #245F6D is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 36 | 95 | 109 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.57 |
| HSL | 191.51º | 0.5% | 0.28% | - |
| HSV(B) | 191.51º | 0.67% | 0.43% | - |
| XYZ | 7.58 | 9.66 | 15.93 | - |
| YUV | 78.96 | 144.95 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 109 | 0.67 | 0.13 | 0 | 0.57 | 191.51 | 0.5 | 0.28 |
| Hex | 24 | 5F | 6D | 43 | D | 0 | 39 | C0 | 32 | 1C |
| Octal | 44 | 137 | 155 | 103 | 15 | 0 | 71 | 300 | 62 | 34 |
| Binary | 100100 | 1011111 | 1101101 | 1000011 | 1101 | 0 | 111001 | 11000000 | 110010 | 11100 |
Color Harmonies of #245F6D
Complementary color
Monochromatic Colors of #245F6D
Black with #245F6D
Text Example
Text Example
White with #245F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245F6D; }
p { color: rgb(36,95,109); }
H1.HeaderClassName
{
color: #245F6D;
}
.AnyTagClassName
{
color: #245F6D;
}
</style>
background-color css
<style>
a { background-color: #245F6D; }
a { background-color: rgb(36,95,109); }
div.DivClassName
{
background-color: #245F6D;
}
.BgClassName
{
background-color: #245F6D;
}
</style>
border-color css
<style>
span { border-color: #245F6D; }
span { border-color: rgb(36,95,109); }
td.TdClassName
{
border-color: #245F6D;
}
.TagClassName
{
border-color: #245F6D;
}
</style>