Shades of Orient #2E607C
Tints of Orient #2E607C
RGB
CMYK
RGB Variations
Color information
#2E607C (or 0x2E607C) is known color: Orient. HEX triplet: 2E, 60 and 7C. RGB value is (46,96,124). Sum of RGB (Red+Green+Blue) = 46+96+124=266 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.29% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E607C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E607C is #D19F83. Grayscale: #545454. Windows color (decimal): -13737860 or 8151086. OLE color: 8151086.
HSL color Cylindrical-coordinate representation of color #2E607C: hue angle of 201.54º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E607C is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 96 | 124 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.51 |
| HSL | 201.54º | 0.46% | 0.33% | - |
| HSV(B) | 201.54º | 0.63% | 0.49% | - |
| XYZ | 8.95 | 10.4 | 20.6 | - |
| YUV | 84.24 | 150.44 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 96 | 124 | 0.63 | 0.23 | 0 | 0.51 | 201.54 | 0.46 | 0.33 |
| Hex | 2E | 60 | 7C | 3F | 17 | 0 | 33 | CA | 2E | 21 |
| Octal | 56 | 140 | 174 | 77 | 27 | 0 | 63 | 312 | 56 | 41 |
| Binary | 101110 | 1100000 | 1111100 | 111111 | 10111 | 0 | 110011 | 11001010 | 101110 | 100001 |
Color Harmonies of #2E607C
Complementary color
Monochromatic Colors of #2E607C
Black with #2E607C
Text Example
Text Example
White with #2E607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E607C; }
p { color: rgb(46,96,124); }
H1.HeaderClassName
{
color: #2E607C;
}
.AnyTagClassName
{
color: #2E607C;
}
</style>
background-color css
<style>
a { background-color: #2E607C; }
a { background-color: rgb(46,96,124); }
div.DivClassName
{
background-color: #2E607C;
}
.BgClassName
{
background-color: #2E607C;
}
</style>
border-color css
<style>
span { border-color: #2E607C; }
span { border-color: rgb(46,96,124); }
td.TdClassName
{
border-color: #2E607C;
}
.TagClassName
{
border-color: #2E607C;
}
</style>