Shades of Orient #215B72
Tints of Orient #215B72
RGB
CMYK
RGB Variations
Color information
#215B72 (or 0x215B72) is known color: Orient. HEX triplet: 21, 5B and 72. RGB value is (33,91,114). Sum of RGB (Red+Green+Blue) = 33+91+114=238 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.87% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: blue. Hex color #215B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215B72 is #DEA48D. Grayscale: #4C4C4C. Windows color (decimal): -14591118 or 7494433. OLE color: 7494433.
HSL color Cylindrical-coordinate representation of color #215B72: hue angle of 197.04º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #215B72 is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 91 | 114 | - |
| CMYK | 0.71 | 0.20 | 0 | 0.55 |
| HSL | 197.04º | 0.55% | 0.29% | - |
| HSV(B) | 197.04º | 0.71% | 0.45% | - |
| XYZ | 7.41 | 9.02 | 17.27 | - |
| YUV | 76.28 | 149.28 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 91 | 114 | 0.71 | 0.20 | 0 | 0.55 | 197.04 | 0.55 | 0.29 |
| Hex | 21 | 5B | 72 | 47 | 14 | 0 | 37 | C5 | 37 | 1D |
| Octal | 41 | 133 | 162 | 107 | 24 | 0 | 67 | 305 | 67 | 35 |
| Binary | 100001 | 1011011 | 1110010 | 1000111 | 10100 | 0 | 110111 | 11000101 | 110111 | 11101 |
Color Harmonies of #215B72
Complementary color
Monochromatic Colors of #215B72
Black with #215B72
Text Example
Text Example
White with #215B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215B72; }
p { color: rgb(33,91,114); }
H1.HeaderClassName
{
color: #215B72;
}
.AnyTagClassName
{
color: #215B72;
}
</style>
background-color css
<style>
a { background-color: #215B72; }
a { background-color: rgb(33,91,114); }
div.DivClassName
{
background-color: #215B72;
}
.BgClassName
{
background-color: #215B72;
}
</style>
border-color css
<style>
span { border-color: #215B72; }
span { border-color: rgb(33,91,114); }
td.TdClassName
{
border-color: #215B72;
}
.TagClassName
{
border-color: #215B72;
}
</style>