Shades of Orient #215A77
Tints of Orient #215A77
RGB
CMYK
RGB Variations
Color information
#215A77 (or 0x215A77) is known color: Orient. HEX triplet: 21, 5A and 77. RGB value is (33,90,119). Sum of RGB (Red+Green+Blue) = 33+90+119=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #215A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215A77 is #DEA588. Grayscale: #4C4C4C. Windows color (decimal): -14591369 or 7821857. OLE color: 7821857.
HSL color Cylindrical-coordinate representation of color #215A77: hue angle of 200.23º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #215A77 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 90 | 119 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.53 |
| HSL | 200.23º | 0.57% | 0.3% | - |
| HSV(B) | 200.23º | 0.72% | 0.47% | - |
| XYZ | 7.61 | 8.97 | 18.78 | - |
| YUV | 76.26 | 152.12 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 90 | 119 | 0.72 | 0.24 | 0 | 0.53 | 200.23 | 0.57 | 0.3 |
| Hex | 21 | 5A | 77 | 48 | 18 | 0 | 35 | C8 | 39 | 1E |
| Octal | 41 | 132 | 167 | 110 | 30 | 0 | 65 | 310 | 71 | 36 |
| Binary | 100001 | 1011010 | 1110111 | 1001000 | 11000 | 0 | 110101 | 11001000 | 111001 | 11110 |
Color Harmonies of #215A77
Complementary color
Monochromatic Colors of #215A77
Black with #215A77
Text Example
Text Example
White with #215A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215A77; }
p { color: rgb(33,90,119); }
H1.HeaderClassName
{
color: #215A77;
}
.AnyTagClassName
{
color: #215A77;
}
</style>
background-color css
<style>
a { background-color: #215A77; }
a { background-color: rgb(33,90,119); }
div.DivClassName
{
background-color: #215A77;
}
.BgClassName
{
background-color: #215A77;
}
</style>
border-color css
<style>
span { border-color: #215A77; }
span { border-color: rgb(33,90,119); }
td.TdClassName
{
border-color: #215A77;
}
.TagClassName
{
border-color: #215A77;
}
</style>