Shades of Orient #215B6D
Tints of Orient #215B6D
RGB
CMYK
RGB Variations
Color information
#215B6D (or 0x215B6D) is known color: Orient. HEX triplet: 21, 5B and 6D. RGB value is (33,91,109). Sum of RGB (Red+Green+Blue) = 33+91+109=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 91 (35.94% from 255 or 39.06% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 109 - color contains mainly: blue. Hex color #215B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215B6D is #DEA492. Grayscale: #4B4B4B. Windows color (decimal): -14591123 or 7166753. OLE color: 7166753.
HSL color Cylindrical-coordinate representation of color #215B6D: hue angle of 194.21º 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 #215B6D is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 91 | 109 | - |
| CMYK | 0.70 | 0.17 | 0 | 0.57 |
| HSL | 194.21º | 0.54% | 0.28% | - |
| HSV(B) | 194.21º | 0.7% | 0.43% | - |
| XYZ | 7.13 | 8.91 | 15.81 | - |
| YUV | 75.71 | 146.78 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 91 | 109 | 0.70 | 0.17 | 0 | 0.57 | 194.21 | 0.54 | 0.28 |
| Hex | 21 | 5B | 6D | 46 | 11 | 0 | 39 | C2 | 36 | 1C |
| Octal | 41 | 133 | 155 | 106 | 21 | 0 | 71 | 302 | 66 | 34 |
| Binary | 100001 | 1011011 | 1101101 | 1000110 | 10001 | 0 | 111001 | 11000010 | 110110 | 11100 |
Color Harmonies of #215B6D
Complementary color
Monochromatic Colors of #215B6D
Black with #215B6D
Text Example
Text Example
White with #215B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215B6D; }
p { color: rgb(33,91,109); }
H1.HeaderClassName
{
color: #215B6D;
}
.AnyTagClassName
{
color: #215B6D;
}
</style>
background-color css
<style>
a { background-color: #215B6D; }
a { background-color: rgb(33,91,109); }
div.DivClassName
{
background-color: #215B6D;
}
.BgClassName
{
background-color: #215B6D;
}
</style>
border-color css
<style>
span { border-color: #215B6D; }
span { border-color: rgb(33,91,109); }
td.TdClassName
{
border-color: #215B6D;
}
.TagClassName
{
border-color: #215B6D;
}
</style>