Shades of Orient #245B6F
Tints of Orient #245B6F
RGB
CMYK
RGB Variations
Color information
#245B6F (or 0x245B6F) is known color: Orient. HEX triplet: 24, 5B and 6F. RGB value is (36,91,111). Sum of RGB (Red+Green+Blue) = 36+91+111=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 111 - color contains mainly: blue. Hex color #245B6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245B6F is #DBA490. Grayscale: #4C4C4C. Windows color (decimal): -14394513 or 7297828. OLE color: 7297828.
HSL color Cylindrical-coordinate representation of color #245B6F: hue angle of 196º degrees, saturation: 0.51, 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 #245B6F is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 91 | 111 | - |
| CMYK | 0.68 | 0.18 | 0 | 0.56 |
| HSL | 196º | 0.51% | 0.29% | - |
| HSV(B) | 196º | 0.68% | 0.44% | - |
| XYZ | 7.34 | 9 | 16.39 | - |
| YUV | 76.84 | 147.28 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 111 | 0.68 | 0.18 | 0 | 0.56 | 196 | 0.51 | 0.29 |
| Hex | 24 | 5B | 6F | 44 | 12 | 0 | 38 | C4 | 33 | 1D |
| Octal | 44 | 133 | 157 | 104 | 22 | 0 | 70 | 304 | 63 | 35 |
| Binary | 100100 | 1011011 | 1101111 | 1000100 | 10010 | 0 | 111000 | 11000100 | 110011 | 11101 |
Color Harmonies of #245B6F
Complementary color
Monochromatic Colors of #245B6F
Black with #245B6F
Text Example
Text Example
White with #245B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245B6F; }
p { color: rgb(36,91,111); }
H1.HeaderClassName
{
color: #245B6F;
}
.AnyTagClassName
{
color: #245B6F;
}
</style>
background-color css
<style>
a { background-color: #245B6F; }
a { background-color: rgb(36,91,111); }
div.DivClassName
{
background-color: #245B6F;
}
.BgClassName
{
background-color: #245B6F;
}
</style>
border-color css
<style>
span { border-color: #245B6F; }
span { border-color: rgb(36,91,111); }
td.TdClassName
{
border-color: #245B6F;
}
.TagClassName
{
border-color: #245B6F;
}
</style>