Shades of Orient #215C74
Tints of Orient #215C74
RGB
CMYK
RGB Variations
Color information
#215C74 (or 0x215C74) is known color: Orient. HEX triplet: 21, 5C and 74. RGB value is (33,92,116). Sum of RGB (Red+Green+Blue) = 33+92+116=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 116 (45.70% from 255 or 48.13% from 241); Max value from RGB is 116 - color contains mainly: blue. Hex color #215C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C74 is #DEA38B. Grayscale: #4C4C4C. Windows color (decimal): -14590860 or 7625761. OLE color: 7625761.
HSL color Cylindrical-coordinate representation of color #215C74: hue angle of 197.35º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #215C74 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 92 | 116 | - |
| CMYK | 0.72 | 0.21 | 0 | 0.55 |
| HSL | 197.35º | 0.56% | 0.29% | - |
| HSV(B) | 197.35º | 0.72% | 0.45% | - |
| XYZ | 7.61 | 9.24 | 17.91 | - |
| YUV | 77.1 | 149.95 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 116 | 0.72 | 0.21 | 0 | 0.55 | 197.35 | 0.56 | 0.29 |
| Hex | 21 | 5C | 74 | 48 | 15 | 0 | 37 | C5 | 38 | 1D |
| Octal | 41 | 134 | 164 | 110 | 25 | 0 | 67 | 305 | 70 | 35 |
| Binary | 100001 | 1011100 | 1110100 | 1001000 | 10101 | 0 | 110111 | 11000101 | 111000 | 11101 |
Color Harmonies of #215C74
Complementary color
Monochromatic Colors of #215C74
Black with #215C74
Text Example
Text Example
White with #215C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215C74; }
p { color: rgb(33,92,116); }
H1.HeaderClassName
{
color: #215C74;
}
.AnyTagClassName
{
color: #215C74;
}
</style>
background-color css
<style>
a { background-color: #215C74; }
a { background-color: rgb(33,92,116); }
div.DivClassName
{
background-color: #215C74;
}
.BgClassName
{
background-color: #215C74;
}
</style>
border-color css
<style>
span { border-color: #215C74; }
span { border-color: rgb(33,92,116); }
td.TdClassName
{
border-color: #215C74;
}
.TagClassName
{
border-color: #215C74;
}
</style>