Shades of Orient #215A71
Tints of Orient #215A71
RGB
CMYK
RGB Variations
Color information
#215A71 (or 0x215A71) is known color: Orient. HEX triplet: 21, 5A and 71. RGB value is (33,90,113). Sum of RGB (Red+Green+Blue) = 33+90+113=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 113 - color contains mainly: blue. Hex color #215A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215A71 is #DEA58E. Grayscale: #4B4B4B. Windows color (decimal): -14591375 or 7428641. OLE color: 7428641.
HSL color Cylindrical-coordinate representation of color #215A71: hue angle of 197.25º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #215A71 is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 90 | 113 | - |
| CMYK | 0.71 | 0.20 | 0 | 0.56 |
| HSL | 197.25º | 0.55% | 0.29% | - |
| HSV(B) | 197.25º | 0.71% | 0.44% | - |
| XYZ | 7.26 | 8.83 | 16.94 | - |
| YUV | 75.58 | 149.12 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 90 | 113 | 0.71 | 0.20 | 0 | 0.56 | 197.25 | 0.55 | 0.29 |
| Hex | 21 | 5A | 71 | 47 | 14 | 0 | 38 | C5 | 37 | 1D |
| Octal | 41 | 132 | 161 | 107 | 24 | 0 | 70 | 305 | 67 | 35 |
| Binary | 100001 | 1011010 | 1110001 | 1000111 | 10100 | 0 | 111000 | 11000101 | 110111 | 11101 |
Color Harmonies of #215A71
Complementary color
Monochromatic Colors of #215A71
Black with #215A71
Text Example
Text Example
White with #215A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215A71; }
p { color: rgb(33,90,113); }
H1.HeaderClassName
{
color: #215A71;
}
.AnyTagClassName
{
color: #215A71;
}
</style>
background-color css
<style>
a { background-color: #215A71; }
a { background-color: rgb(33,90,113); }
div.DivClassName
{
background-color: #215A71;
}
.BgClassName
{
background-color: #215A71;
}
</style>
border-color css
<style>
span { border-color: #215A71; }
span { border-color: rgb(33,90,113); }
td.TdClassName
{
border-color: #215A71;
}
.TagClassName
{
border-color: #215A71;
}
</style>