Shades of Orient #215D73
Tints of Orient #215D73
RGB
CMYK
RGB Variations
Color information
#215D73 (or 0x215D73) is known color: Orient. HEX triplet: 21, 5D and 73. RGB value is (33,93,115). Sum of RGB (Red+Green+Blue) = 33+93+115=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #215D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215D73 is #DEA28C. Grayscale: #4D4D4D. Windows color (decimal): -14590605 or 7560481. OLE color: 7560481.
HSL color Cylindrical-coordinate representation of color #215D73: hue angle of 196.1º 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 #215D73 is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 93 | 115 | - |
| CMYK | 0.71 | 0.19 | 0 | 0.55 |
| HSL | 196.1º | 0.55% | 0.29% | - |
| HSV(B) | 196.1º | 0.71% | 0.45% | - |
| XYZ | 7.64 | 9.39 | 17.63 | - |
| YUV | 77.57 | 149.12 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 93 | 115 | 0.71 | 0.19 | 0 | 0.55 | 196.1 | 0.55 | 0.29 |
| Hex | 21 | 5D | 73 | 47 | 13 | 0 | 37 | C4 | 37 | 1D |
| Octal | 41 | 135 | 163 | 107 | 23 | 0 | 67 | 304 | 67 | 35 |
| Binary | 100001 | 1011101 | 1110011 | 1000111 | 10011 | 0 | 110111 | 11000100 | 110111 | 11101 |
Color Harmonies of #215D73
Complementary color
Monochromatic Colors of #215D73
Black with #215D73
Text Example
Text Example
White with #215D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215D73; }
p { color: rgb(33,93,115); }
H1.HeaderClassName
{
color: #215D73;
}
.AnyTagClassName
{
color: #215D73;
}
</style>
background-color css
<style>
a { background-color: #215D73; }
a { background-color: rgb(33,93,115); }
div.DivClassName
{
background-color: #215D73;
}
.BgClassName
{
background-color: #215D73;
}
</style>
border-color css
<style>
span { border-color: #215D73; }
span { border-color: rgb(33,93,115); }
td.TdClassName
{
border-color: #215D73;
}
.TagClassName
{
border-color: #215D73;
}
</style>