Shades of Orient #215D6E
Tints of Orient #215D6E
RGB
CMYK
RGB Variations
Color information
#215D6E (or 0x215D6E) is known color: Orient. HEX triplet: 21, 5D and 6E. RGB value is (33,93,110). Sum of RGB (Red+Green+Blue) = 33+93+110=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 110 (43.36% from 255 or 46.61% from 236); Max value from RGB is 110 - color contains mainly: blue. Hex color #215D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215D6E is #DEA291. Grayscale: #4C4C4C. Windows color (decimal): -14590610 or 7232801. OLE color: 7232801.
HSL color Cylindrical-coordinate representation of color #215D6E: hue angle of 193.25º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #215D6E is Cyan = 0.7, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 93 | 110 | - |
| CMYK | 0.7 | 0.15 | 0 | 0.57 |
| HSL | 193.25º | 0.54% | 0.28% | - |
| HSV(B) | 193.25º | 0.7% | 0.43% | - |
| XYZ | 7.36 | 9.28 | 16.15 | - |
| YUV | 77 | 146.62 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 93 | 110 | 0.7 | 0.15 | 0 | 0.57 | 193.25 | 0.54 | 0.28 |
| Hex | 21 | 5D | 6E | 46 | F | 0 | 39 | C1 | 36 | 1C |
| Octal | 41 | 135 | 156 | 106 | 17 | 0 | 71 | 301 | 66 | 34 |
| Binary | 100001 | 1011101 | 1101110 | 1000110 | 1111 | 0 | 111001 | 11000001 | 110110 | 11100 |
Color Harmonies of #215D6E
Complementary color
Monochromatic Colors of #215D6E
Black with #215D6E
Text Example
Text Example
White with #215D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215D6E; }
p { color: rgb(33,93,110); }
H1.HeaderClassName
{
color: #215D6E;
}
.AnyTagClassName
{
color: #215D6E;
}
</style>
background-color css
<style>
a { background-color: #215D6E; }
a { background-color: rgb(33,93,110); }
div.DivClassName
{
background-color: #215D6E;
}
.BgClassName
{
background-color: #215D6E;
}
</style>
border-color css
<style>
span { border-color: #215D6E; }
span { border-color: rgb(33,93,110); }
td.TdClassName
{
border-color: #215D6E;
}
.TagClassName
{
border-color: #215D6E;
}
</style>