Shades of Orient #215F6D
Tints of Orient #215F6D
RGB
CMYK
RGB Variations
Color information
#215F6D (or 0x215F6D) is known color: Orient. HEX triplet: 21, 5F and 6D. RGB value is (33,95,109). Sum of RGB (Red+Green+Blue) = 33+95+109=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 95 (37.5% from 255 or 40.08% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #215F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215F6D is #DEA092. Grayscale: #4D4D4D. Windows color (decimal): -14590099 or 7167777. OLE color: 7167777.
HSL color Cylindrical-coordinate representation of color #215F6D: hue angle of 191.05º 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 #215F6D is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 95 | 109 | - |
| CMYK | 0.70 | 0.13 | 0 | 0.57 |
| HSL | 191.05º | 0.54% | 0.28% | - |
| HSV(B) | 191.05º | 0.7% | 0.43% | - |
| XYZ | 7.48 | 9.61 | 15.93 | - |
| YUV | 78.06 | 145.46 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 95 | 109 | 0.70 | 0.13 | 0 | 0.57 | 191.05 | 0.54 | 0.28 |
| Hex | 21 | 5F | 6D | 46 | D | 0 | 39 | BF | 36 | 1C |
| Octal | 41 | 137 | 155 | 106 | 15 | 0 | 71 | 277 | 66 | 34 |
| Binary | 100001 | 1011111 | 1101101 | 1000110 | 1101 | 0 | 111001 | 10111111 | 110110 | 11100 |
Color Harmonies of #215F6D
Complementary color
Monochromatic Colors of #215F6D
Black with #215F6D
Text Example
Text Example
White with #215F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215F6D; }
p { color: rgb(33,95,109); }
H1.HeaderClassName
{
color: #215F6D;
}
.AnyTagClassName
{
color: #215F6D;
}
</style>
background-color css
<style>
a { background-color: #215F6D; }
a { background-color: rgb(33,95,109); }
div.DivClassName
{
background-color: #215F6D;
}
.BgClassName
{
background-color: #215F6D;
}
</style>
border-color css
<style>
span { border-color: #215F6D; }
span { border-color: rgb(33,95,109); }
td.TdClassName
{
border-color: #215F6D;
}
.TagClassName
{
border-color: #215F6D;
}
</style>