Shades of Orient #21627F
Tints of Orient #21627F
RGB
CMYK
RGB Variations
Color information
#21627F (or 0x21627F) is known color: Orient. HEX triplet: 21, 62 and 7F. RGB value is (33,98,127). Sum of RGB (Red+Green+Blue) = 33+98+127=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 127 (50% from 255 or 49.22% from 258); Max value from RGB is 127 - color contains mainly: blue. Hex color #21627F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21627F is #DE9D80. Grayscale: #515151. Windows color (decimal): -14589313 or 8348193. OLE color: 8348193.
HSL color Cylindrical-coordinate representation of color #21627F: hue angle of 198.51º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21627F is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 98 | 127 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.50 |
| HSL | 198.51º | 0.59% | 0.31% | - |
| HSV(B) | 198.51º | 0.74% | 0.5% | - |
| XYZ | 8.83 | 10.59 | 21.66 | - |
| YUV | 81.87 | 153.47 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 98 | 127 | 0.74 | 0.23 | 0 | 0.50 | 198.51 | 0.59 | 0.31 |
| Hex | 21 | 62 | 7F | 4A | 17 | 0 | 32 | C7 | 3B | 1F |
| Octal | 41 | 142 | 177 | 112 | 27 | 0 | 62 | 307 | 73 | 37 |
| Binary | 100001 | 1100010 | 1111111 | 1001010 | 10111 | 0 | 110010 | 11000111 | 111011 | 11111 |
Color Harmonies of #21627F
Complementary color
Monochromatic Colors of #21627F
Black with #21627F
Text Example
Text Example
White with #21627F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21627F; }
p { color: rgb(33,98,127); }
H1.HeaderClassName
{
color: #21627F;
}
.AnyTagClassName
{
color: #21627F;
}
</style>
background-color css
<style>
a { background-color: #21627F; }
a { background-color: rgb(33,98,127); }
div.DivClassName
{
background-color: #21627F;
}
.BgClassName
{
background-color: #21627F;
}
</style>
border-color css
<style>
span { border-color: #21627F; }
span { border-color: rgb(33,98,127); }
td.TdClassName
{
border-color: #21627F;
}
.TagClassName
{
border-color: #21627F;
}
</style>