Shades of Allports #246B80
Tints of Allports #246B80
RGB
CMYK
RGB Variations
Color information
#246B80 (or 0x246B80) is known color: Allports. HEX triplet: 24, 6B and 80. RGB value is (36,107,128). Sum of RGB (Red+Green+Blue) = 36+107+128=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 128 (50.39% from 255 or 47.23% from 271); Max value from RGB is 128 - color contains mainly: blue. Hex color #246B80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246B80 is #DB947F. Grayscale: #585858. Windows color (decimal): -14390400 or 8416036. OLE color: 8416036.
HSL color Cylindrical-coordinate representation of color #246B80: hue angle of 193.7º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #246B80 is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 107 | 128 | - |
| CMYK | 0.72 | 0.16 | 0 | 0.50 |
| HSL | 193.7º | 0.56% | 0.32% | - |
| HSV(B) | 193.7º | 0.72% | 0.5% | - |
| XYZ | 9.88 | 12.45 | 22.3 | - |
| YUV | 88.17 | 150.48 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 107 | 128 | 0.72 | 0.16 | 0 | 0.50 | 193.7 | 0.56 | 0.32 |
| Hex | 24 | 6B | 80 | 48 | 10 | 0 | 32 | C2 | 38 | 20 |
| Octal | 44 | 153 | 200 | 110 | 20 | 0 | 62 | 302 | 70 | 40 |
| Binary | 100100 | 1101011 | 10000000 | 1001000 | 10000 | 0 | 110010 | 11000010 | 111000 | 100000 |
Color Harmonies of #246B80
Complementary color
Monochromatic Colors of #246B80
Black with #246B80
Text Example
Text Example
White with #246B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246B80; }
p { color: rgb(36,107,128); }
H1.HeaderClassName
{
color: #246B80;
}
.AnyTagClassName
{
color: #246B80;
}
</style>
background-color css
<style>
a { background-color: #246B80; }
a { background-color: rgb(36,107,128); }
div.DivClassName
{
background-color: #246B80;
}
.BgClassName
{
background-color: #246B80;
}
</style>
border-color css
<style>
span { border-color: #246B80; }
span { border-color: rgb(36,107,128); }
td.TdClassName
{
border-color: #246B80;
}
.TagClassName
{
border-color: #246B80;
}
</style>