Shades of Orient #215E6F
Tints of Orient #215E6F
RGB
CMYK
RGB Variations
Color information
#215E6F (or 0x215E6F) is known color: Orient. HEX triplet: 21, 5E and 6F. RGB value is (33,94,111). Sum of RGB (Red+Green+Blue) = 33+94+111=238 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.87% from 238); Green value is 94 (37.11% from 255 or 39.50% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 111 - color contains mainly: blue. Hex color #215E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215E6F is #DEA190. Grayscale: #4D4D4D. Windows color (decimal): -14590353 or 7298593. OLE color: 7298593.
HSL color Cylindrical-coordinate representation of color #215E6F: hue angle of 193.08º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #215E6F is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 94 | 111 | - |
| CMYK | 0.70 | 0.15 | 0 | 0.56 |
| HSL | 193.08º | 0.54% | 0.28% | - |
| HSV(B) | 193.08º | 0.7% | 0.44% | - |
| XYZ | 7.5 | 9.48 | 16.47 | - |
| YUV | 77.7 | 146.79 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 94 | 111 | 0.70 | 0.15 | 0 | 0.56 | 193.08 | 0.54 | 0.28 |
| Hex | 21 | 5E | 6F | 46 | F | 0 | 38 | C1 | 36 | 1C |
| Octal | 41 | 136 | 157 | 106 | 17 | 0 | 70 | 301 | 66 | 34 |
| Binary | 100001 | 1011110 | 1101111 | 1000110 | 1111 | 0 | 111000 | 11000001 | 110110 | 11100 |
Color Harmonies of #215E6F
Complementary color
Monochromatic Colors of #215E6F
Black with #215E6F
Text Example
Text Example
White with #215E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215E6F; }
p { color: rgb(33,94,111); }
H1.HeaderClassName
{
color: #215E6F;
}
.AnyTagClassName
{
color: #215E6F;
}
</style>
background-color css
<style>
a { background-color: #215E6F; }
a { background-color: rgb(33,94,111); }
div.DivClassName
{
background-color: #215E6F;
}
.BgClassName
{
background-color: #215E6F;
}
</style>
border-color css
<style>
span { border-color: #215E6F; }
span { border-color: rgb(33,94,111); }
td.TdClassName
{
border-color: #215E6F;
}
.TagClassName
{
border-color: #215E6F;
}
</style>