Shades of Orient #245C6E
Tints of Orient #245C6E
RGB
CMYK
RGB Variations
Color information
#245C6E (or 0x245C6E) is known color: Orient. HEX triplet: 24, 5C and 6E. RGB value is (36,92,110). Sum of RGB (Red+Green+Blue) = 36+92+110=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 110 (43.36% from 255 or 46.22% from 238); Max value from RGB is 110 - color contains mainly: blue. Hex color #245C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245C6E is #DBA391. Grayscale: #4D4D4D. Windows color (decimal): -14394258 or 7232548. OLE color: 7232548.
HSL color Cylindrical-coordinate representation of color #245C6E: hue angle of 194.59º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #245C6E is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 36 | 92 | 110 | - |
| CMYK | 0.67 | 0.16 | 0 | 0.57 |
| HSL | 194.59º | 0.51% | 0.29% | - |
| HSV(B) | 194.59º | 0.67% | 0.43% | - |
| XYZ | 7.37 | 9.16 | 16.13 | - |
| YUV | 77.31 | 146.45 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 110 | 0.67 | 0.16 | 0 | 0.57 | 194.59 | 0.51 | 0.29 |
| Hex | 24 | 5C | 6E | 43 | 10 | 0 | 39 | C3 | 33 | 1D |
| Octal | 44 | 134 | 156 | 103 | 20 | 0 | 71 | 303 | 63 | 35 |
| Binary | 100100 | 1011100 | 1101110 | 1000011 | 10000 | 0 | 111001 | 11000011 | 110011 | 11101 |
Color Harmonies of #245C6E
Complementary color
Monochromatic Colors of #245C6E
Black with #245C6E
Text Example
Text Example
White with #245C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C6E; }
p { color: rgb(36,92,110); }
H1.HeaderClassName
{
color: #245C6E;
}
.AnyTagClassName
{
color: #245C6E;
}
</style>
background-color css
<style>
a { background-color: #245C6E; }
a { background-color: rgb(36,92,110); }
div.DivClassName
{
background-color: #245C6E;
}
.BgClassName
{
background-color: #245C6E;
}
</style>
border-color css
<style>
span { border-color: #245C6E; }
span { border-color: rgb(36,92,110); }
td.TdClassName
{
border-color: #245C6E;
}
.TagClassName
{
border-color: #245C6E;
}
</style>