Shades of Orient #215B6E
Tints of Orient #215B6E
RGB
CMYK
RGB Variations
Color information
#215B6E (or 0x215B6E) is known color: Orient. HEX triplet: 21, 5B and 6E. RGB value is (33,91,110). Sum of RGB (Red+Green+Blue) = 33+91+110=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 110 (43.36% from 255 or 47.01% from 234); Max value from RGB is 110 - color contains mainly: blue. Hex color #215B6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215B6E is #DEA491. Grayscale: #4B4B4B. Windows color (decimal): -14591122 or 7232289. OLE color: 7232289.
HSL color Cylindrical-coordinate representation of color #215B6E: hue angle of 194.81º 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 #215B6E is Cyan = 0.7, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 91 | 110 | - |
| CMYK | 0.7 | 0.17 | 0 | 0.57 |
| HSL | 194.81º | 0.54% | 0.28% | - |
| HSV(B) | 194.81º | 0.7% | 0.43% | - |
| XYZ | 7.18 | 8.93 | 16.1 | - |
| YUV | 75.82 | 147.28 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 91 | 110 | 0.7 | 0.17 | 0 | 0.57 | 194.81 | 0.54 | 0.28 |
| Hex | 21 | 5B | 6E | 46 | 11 | 0 | 39 | C3 | 36 | 1C |
| Octal | 41 | 133 | 156 | 106 | 21 | 0 | 71 | 303 | 66 | 34 |
| Binary | 100001 | 1011011 | 1101110 | 1000110 | 10001 | 0 | 111001 | 11000011 | 110110 | 11100 |
Color Harmonies of #215B6E
Complementary color
Monochromatic Colors of #215B6E
Black with #215B6E
Text Example
Text Example
White with #215B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215B6E; }
p { color: rgb(33,91,110); }
H1.HeaderClassName
{
color: #215B6E;
}
.AnyTagClassName
{
color: #215B6E;
}
</style>
background-color css
<style>
a { background-color: #215B6E; }
a { background-color: rgb(33,91,110); }
div.DivClassName
{
background-color: #215B6E;
}
.BgClassName
{
background-color: #215B6E;
}
</style>
border-color css
<style>
span { border-color: #215B6E; }
span { border-color: rgb(33,91,110); }
td.TdClassName
{
border-color: #215B6E;
}
.TagClassName
{
border-color: #215B6E;
}
</style>