Shades of Orient #215C76
Tints of Orient #215C76
RGB
CMYK
RGB Variations
Color information
#215C76 (or 0x215C76) is known color: Orient. HEX triplet: 21, 5C and 76. RGB value is (33,92,118). Sum of RGB (Red+Green+Blue) = 33+92+118=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #215C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C76 is #DEA389. Grayscale: #4D4D4D. Windows color (decimal): -14590858 or 7756833. OLE color: 7756833.
HSL color Cylindrical-coordinate representation of color #215C76: hue angle of 198.35º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #215C76 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 92 | 118 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.54 |
| HSL | 198.35º | 0.56% | 0.3% | - |
| HSV(B) | 198.35º | 0.72% | 0.46% | - |
| XYZ | 7.72 | 9.29 | 18.52 | - |
| YUV | 77.32 | 150.95 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 118 | 0.72 | 0.22 | 0 | 0.54 | 198.35 | 0.56 | 0.3 |
| Hex | 21 | 5C | 76 | 48 | 16 | 0 | 36 | C6 | 38 | 1E |
| Octal | 41 | 134 | 166 | 110 | 26 | 0 | 66 | 306 | 70 | 36 |
| Binary | 100001 | 1011100 | 1110110 | 1001000 | 10110 | 0 | 110110 | 11000110 | 111000 | 11110 |
Color Harmonies of #215C76
Complementary color
Monochromatic Colors of #215C76
Black with #215C76
Text Example
Text Example
White with #215C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215C76; }
p { color: rgb(33,92,118); }
H1.HeaderClassName
{
color: #215C76;
}
.AnyTagClassName
{
color: #215C76;
}
</style>
background-color css
<style>
a { background-color: #215C76; }
a { background-color: rgb(33,92,118); }
div.DivClassName
{
background-color: #215C76;
}
.BgClassName
{
background-color: #215C76;
}
</style>
border-color css
<style>
span { border-color: #215C76; }
span { border-color: rgb(33,92,118); }
td.TdClassName
{
border-color: #215C76;
}
.TagClassName
{
border-color: #215C76;
}
</style>