Shades of Orient #215A7B
Tints of Orient #215A7B
RGB
CMYK
RGB Variations
Color information
#215A7B (or 0x215A7B) is known color: Orient. HEX triplet: 21, 5A and 7B. RGB value is (33,90,123). Sum of RGB (Red+Green+Blue) = 33+90+123=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 123 (48.44% from 255 or 50% from 246); Max value from RGB is 123 - color contains mainly: blue. Hex color #215A7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215A7B is #DEA584. Grayscale: #4C4C4C. Windows color (decimal): -14591365 or 8084001. OLE color: 8084001.
HSL color Cylindrical-coordinate representation of color #215A7B: hue angle of 202º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #215A7B is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 90 | 123 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.52 |
| HSL | 202º | 0.58% | 0.31% | - |
| HSV(B) | 202º | 0.73% | 0.48% | - |
| XYZ | 7.86 | 9.07 | 20.07 | - |
| YUV | 76.72 | 154.12 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 90 | 123 | 0.73 | 0.27 | 0 | 0.52 | 202 | 0.58 | 0.31 |
| Hex | 21 | 5A | 7B | 49 | 1B | 0 | 34 | CA | 3A | 1F |
| Octal | 41 | 132 | 173 | 111 | 33 | 0 | 64 | 312 | 72 | 37 |
| Binary | 100001 | 1011010 | 1111011 | 1001001 | 11011 | 0 | 110100 | 11001010 | 111010 | 11111 |
Color Harmonies of #215A7B
Complementary color
Monochromatic Colors of #215A7B
Black with #215A7B
Text Example
Text Example
White with #215A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215A7B; }
p { color: rgb(33,90,123); }
H1.HeaderClassName
{
color: #215A7B;
}
.AnyTagClassName
{
color: #215A7B;
}
</style>
background-color css
<style>
a { background-color: #215A7B; }
a { background-color: rgb(33,90,123); }
div.DivClassName
{
background-color: #215A7B;
}
.BgClassName
{
background-color: #215A7B;
}
</style>
border-color css
<style>
span { border-color: #215A7B; }
span { border-color: rgb(33,90,123); }
td.TdClassName
{
border-color: #215A7B;
}
.TagClassName
{
border-color: #215A7B;
}
</style>