Shades of Orient #2A637B
Tints of Orient #2A637B
RGB
CMYK
RGB Variations
Color information
#2A637B (or 0x2A637B) is known color: Orient. HEX triplet: 2A, 63 and 7B. RGB value is (42,99,123). Sum of RGB (Red+Green+Blue) = 42+99+123=264 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.91% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 123 - color contains mainly: blue. Hex color #2A637B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A637B is #D59C84. Grayscale: #545454. Windows color (decimal): -13999237 or 8086314. OLE color: 8086314.
HSL color Cylindrical-coordinate representation of color #2A637B: hue angle of 197.78º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A637B is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 42 | 99 | 123 | - |
| CMYK | 0.66 | 0.20 | 0 | 0.52 |
| HSL | 197.78º | 0.49% | 0.32% | - |
| HSV(B) | 197.78º | 0.66% | 0.48% | - |
| XYZ | 8.99 | 10.85 | 20.36 | - |
| YUV | 84.69 | 149.62 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 99 | 123 | 0.66 | 0.20 | 0 | 0.52 | 197.78 | 0.49 | 0.32 |
| Hex | 2A | 63 | 7B | 42 | 14 | 0 | 34 | C6 | 31 | 20 |
| Octal | 52 | 143 | 173 | 102 | 24 | 0 | 64 | 306 | 61 | 40 |
| Binary | 101010 | 1100011 | 1111011 | 1000010 | 10100 | 0 | 110100 | 11000110 | 110001 | 100000 |
Color Harmonies of #2A637B
Complementary color
Monochromatic Colors of #2A637B
Black with #2A637B
Text Example
Text Example
White with #2A637B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A637B; }
p { color: rgb(42,99,123); }
H1.HeaderClassName
{
color: #2A637B;
}
.AnyTagClassName
{
color: #2A637B;
}
</style>
background-color css
<style>
a { background-color: #2A637B; }
a { background-color: rgb(42,99,123); }
div.DivClassName
{
background-color: #2A637B;
}
.BgClassName
{
background-color: #2A637B;
}
</style>
border-color css
<style>
span { border-color: #2A637B; }
span { border-color: rgb(42,99,123); }
td.TdClassName
{
border-color: #2A637B;
}
.TagClassName
{
border-color: #2A637B;
}
</style>