Shades of Orient #215C73
Tints of Orient #215C73
RGB
CMYK
RGB Variations
Color information
#215C73 (or 0x215C73) is known color: Orient. HEX triplet: 21, 5C and 73. RGB value is (33,92,115). Sum of RGB (Red+Green+Blue) = 33+92+115=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #215C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C73 is #DEA38C. Grayscale: #4C4C4C. Windows color (decimal): -14590861 or 7560225. OLE color: 7560225.
HSL color Cylindrical-coordinate representation of color #215C73: hue angle of 196.83º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #215C73 is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 92 | 115 | - |
| CMYK | 0.71 | 0.20 | 0 | 0.55 |
| HSL | 196.83º | 0.55% | 0.29% | - |
| HSV(B) | 196.83º | 0.71% | 0.45% | - |
| XYZ | 7.55 | 9.22 | 17.6 | - |
| YUV | 76.98 | 149.45 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 115 | 0.71 | 0.20 | 0 | 0.55 | 196.83 | 0.55 | 0.29 |
| Hex | 21 | 5C | 73 | 47 | 14 | 0 | 37 | C5 | 37 | 1D |
| Octal | 41 | 134 | 163 | 107 | 24 | 0 | 67 | 305 | 67 | 35 |
| Binary | 100001 | 1011100 | 1110011 | 1000111 | 10100 | 0 | 110111 | 11000101 | 110111 | 11101 |
Color Harmonies of #215C73
Complementary color
Monochromatic Colors of #215C73
Black with #215C73
Text Example
Text Example
White with #215C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215C73; }
p { color: rgb(33,92,115); }
H1.HeaderClassName
{
color: #215C73;
}
.AnyTagClassName
{
color: #215C73;
}
</style>
background-color css
<style>
a { background-color: #215C73; }
a { background-color: rgb(33,92,115); }
div.DivClassName
{
background-color: #215C73;
}
.BgClassName
{
background-color: #215C73;
}
</style>
border-color css
<style>
span { border-color: #215C73; }
span { border-color: rgb(33,92,115); }
td.TdClassName
{
border-color: #215C73;
}
.TagClassName
{
border-color: #215C73;
}
</style>