Shades of Allports #20677B
Tints of Allports #20677B
RGB
CMYK
RGB Variations
Color information
#20677B (or 0x20677B) is known color: Allports. HEX triplet: 20, 67 and 7B. RGB value is (32,103,123). Sum of RGB (Red+Green+Blue) = 32+103+123=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 123 (48.44% from 255 or 47.67% from 258); Max value from RGB is 123 - color contains mainly: blue. Hex color #20677B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20677B is #DF9884. Grayscale: #535353. Windows color (decimal): -14653573 or 8087328. OLE color: 8087328.
HSL color Cylindrical-coordinate representation of color #20677B: hue angle of 193.19º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20677B is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 103 | 123 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.52 |
| HSL | 193.19º | 0.59% | 0.3% | - |
| HSV(B) | 193.19º | 0.74% | 0.48% | - |
| XYZ | 9.02 | 11.44 | 20.47 | - |
| YUV | 84.05 | 149.98 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 103 | 123 | 0.74 | 0.16 | 0 | 0.52 | 193.19 | 0.59 | 0.3 |
| Hex | 20 | 67 | 7B | 4A | 10 | 0 | 34 | C1 | 3B | 1E |
| Octal | 40 | 147 | 173 | 112 | 20 | 0 | 64 | 301 | 73 | 36 |
| Binary | 100000 | 1100111 | 1111011 | 1001010 | 10000 | 0 | 110100 | 11000001 | 111011 | 11110 |
Color Harmonies of #20677B
Complementary color
Monochromatic Colors of #20677B
Black with #20677B
Text Example
Text Example
White with #20677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20677B; }
p { color: rgb(32,103,123); }
H1.HeaderClassName
{
color: #20677B;
}
.AnyTagClassName
{
color: #20677B;
}
</style>
background-color css
<style>
a { background-color: #20677B; }
a { background-color: rgb(32,103,123); }
div.DivClassName
{
background-color: #20677B;
}
.BgClassName
{
background-color: #20677B;
}
</style>
border-color css
<style>
span { border-color: #20677B; }
span { border-color: rgb(32,103,123); }
td.TdClassName
{
border-color: #20677B;
}
.TagClassName
{
border-color: #20677B;
}
</style>