Shades of Orient #21506F
Tints of Orient #21506F
RGB
CMYK
RGB Variations
Color information
#21506F (or 0x21506F) is known color: Orient. HEX triplet: 21, 50 and 6F. RGB value is (33,80,111). Sum of RGB (Red+Green+Blue) = 33+80+111=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 111 (43.75% from 255 or 49.55% from 224); Max value from RGB is 111 - color contains mainly: blue. Hex color #21506F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21506F is #DEAF90. Grayscale: #454545. Windows color (decimal): -14593937 or 7295009. OLE color: 7295009.
HSL color Cylindrical-coordinate representation of color #21506F: hue angle of 203.85º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21506F is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 80 | 111 | - |
| CMYK | 0.70 | 0.28 | 0 | 0.56 |
| HSL | 203.85º | 0.54% | 0.28% | - |
| HSV(B) | 203.85º | 0.7% | 0.44% | - |
| XYZ | 6.37 | 7.21 | 16.09 | - |
| YUV | 69.48 | 151.43 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 80 | 111 | 0.70 | 0.28 | 0 | 0.56 | 203.85 | 0.54 | 0.28 |
| Hex | 21 | 50 | 6F | 46 | 1C | 0 | 38 | CC | 36 | 1C |
| Octal | 41 | 120 | 157 | 106 | 34 | 0 | 70 | 314 | 66 | 34 |
| Binary | 100001 | 1010000 | 1101111 | 1000110 | 11100 | 0 | 111000 | 11001100 | 110110 | 11100 |
Color Harmonies of #21506F
Complementary color
Monochromatic Colors of #21506F
Black with #21506F
Text Example
Text Example
White with #21506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21506F; }
p { color: rgb(33,80,111); }
H1.HeaderClassName
{
color: #21506F;
}
.AnyTagClassName
{
color: #21506F;
}
</style>
background-color css
<style>
a { background-color: #21506F; }
a { background-color: rgb(33,80,111); }
div.DivClassName
{
background-color: #21506F;
}
.BgClassName
{
background-color: #21506F;
}
</style>
border-color css
<style>
span { border-color: #21506F; }
span { border-color: rgb(33,80,111); }
td.TdClassName
{
border-color: #21506F;
}
.TagClassName
{
border-color: #21506F;
}
</style>