Shades of Orient #21627D
Tints of Orient #21627D
RGB
CMYK
RGB Variations
Color information
#21627D (or 0x21627D) is known color: Orient. HEX triplet: 21, 62 and 7D. RGB value is (33,98,125). Sum of RGB (Red+Green+Blue) = 33+98+125=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #21627D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21627D is #DE9D82. Grayscale: #515151. Windows color (decimal): -14589315 or 8217121. OLE color: 8217121.
HSL color Cylindrical-coordinate representation of color #21627D: hue angle of 197.61º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21627D is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 98 | 125 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.51 |
| HSL | 197.61º | 0.58% | 0.31% | - |
| HSV(B) | 197.61º | 0.74% | 0.49% | - |
| XYZ | 8.7 | 10.54 | 20.98 | - |
| YUV | 81.64 | 152.47 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 98 | 125 | 0.74 | 0.22 | 0 | 0.51 | 197.61 | 0.58 | 0.31 |
| Hex | 21 | 62 | 7D | 4A | 16 | 0 | 33 | C6 | 3A | 1F |
| Octal | 41 | 142 | 175 | 112 | 26 | 0 | 63 | 306 | 72 | 37 |
| Binary | 100001 | 1100010 | 1111101 | 1001010 | 10110 | 0 | 110011 | 11000110 | 111010 | 11111 |
Color Harmonies of #21627D
Complementary color
Monochromatic Colors of #21627D
Black with #21627D
Text Example
Text Example
White with #21627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21627D; }
p { color: rgb(33,98,125); }
H1.HeaderClassName
{
color: #21627D;
}
.AnyTagClassName
{
color: #21627D;
}
</style>
background-color css
<style>
a { background-color: #21627D; }
a { background-color: rgb(33,98,125); }
div.DivClassName
{
background-color: #21627D;
}
.BgClassName
{
background-color: #21627D;
}
</style>
border-color css
<style>
span { border-color: #21627D; }
span { border-color: rgb(33,98,125); }
td.TdClassName
{
border-color: #21627D;
}
.TagClassName
{
border-color: #21627D;
}
</style>