Shades of Allports #21636F
Tints of Allports #21636F
RGB
CMYK
RGB Variations
Color information
#21636F (or 0x21636F) is known color: Allports. HEX triplet: 21, 63 and 6F. RGB value is (33,99,111). Sum of RGB (Red+Green+Blue) = 33+99+111=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 99 (39.06% from 255 or 40.74% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 111 - color contains mainly: blue. Hex color #21636F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21636F is #DE9C90. Grayscale: #505050. Windows color (decimal): -14589073 or 7299873. OLE color: 7299873.
HSL color Cylindrical-coordinate representation of color #21636F: hue angle of 189.23º 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 #21636F is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 99 | 111 | - |
| CMYK | 0.70 | 0.11 | 0 | 0.56 |
| HSL | 189.23º | 0.54% | 0.28% | - |
| HSV(B) | 189.23º | 0.7% | 0.44% | - |
| XYZ | 7.96 | 10.39 | 16.63 | - |
| YUV | 80.63 | 145.13 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 99 | 111 | 0.70 | 0.11 | 0 | 0.56 | 189.23 | 0.54 | 0.28 |
| Hex | 21 | 63 | 6F | 46 | B | 0 | 38 | BD | 36 | 1C |
| Octal | 41 | 143 | 157 | 106 | 13 | 0 | 70 | 275 | 66 | 34 |
| Binary | 100001 | 1100011 | 1101111 | 1000110 | 1011 | 0 | 111000 | 10111101 | 110110 | 11100 |
Color Harmonies of #21636F
Complementary color
Monochromatic Colors of #21636F
Black with #21636F
Text Example
Text Example
White with #21636F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21636F; }
p { color: rgb(33,99,111); }
H1.HeaderClassName
{
color: #21636F;
}
.AnyTagClassName
{
color: #21636F;
}
</style>
background-color css
<style>
a { background-color: #21636F; }
a { background-color: rgb(33,99,111); }
div.DivClassName
{
background-color: #21636F;
}
.BgClassName
{
background-color: #21636F;
}
</style>
border-color css
<style>
span { border-color: #21636F; }
span { border-color: rgb(33,99,111); }
td.TdClassName
{
border-color: #21636F;
}
.TagClassName
{
border-color: #21636F;
}
</style>