Shades of Allports #246F80
Tints of Allports #246F80
RGB
CMYK
RGB Variations
Color information
#246F80 (or 0x246F80) is known color: Allports. HEX triplet: 24, 6F and 80. RGB value is (36,111,128). Sum of RGB (Red+Green+Blue) = 36+111+128=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 128 - color contains mainly: blue. Hex color #246F80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246F80 is #DB907F. Grayscale: #5A5A5A. Windows color (decimal): -14389376 or 8417060. OLE color: 8417060.
HSL color Cylindrical-coordinate representation of color #246F80: hue angle of 191.09º 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 #246F80 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 111 | 128 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.50 |
| HSL | 191.09º | 0.56% | 0.32% | - |
| HSV(B) | 191.09º | 0.72% | 0.5% | - |
| XYZ | 10.31 | 13.3 | 22.45 | - |
| YUV | 90.51 | 149.15 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 111 | 128 | 0.72 | 0.13 | 0 | 0.50 | 191.09 | 0.56 | 0.32 |
| Hex | 24 | 6F | 80 | 48 | D | 0 | 32 | BF | 38 | 20 |
| Octal | 44 | 157 | 200 | 110 | 15 | 0 | 62 | 277 | 70 | 40 |
| Binary | 100100 | 1101111 | 10000000 | 1001000 | 1101 | 0 | 110010 | 10111111 | 111000 | 100000 |
Color Harmonies of #246F80
Complementary color
Monochromatic Colors of #246F80
Black with #246F80
Text Example
Text Example
White with #246F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246F80; }
p { color: rgb(36,111,128); }
H1.HeaderClassName
{
color: #246F80;
}
.AnyTagClassName
{
color: #246F80;
}
</style>
background-color css
<style>
a { background-color: #246F80; }
a { background-color: rgb(36,111,128); }
div.DivClassName
{
background-color: #246F80;
}
.BgClassName
{
background-color: #246F80;
}
</style>
border-color css
<style>
span { border-color: #246F80; }
span { border-color: rgb(36,111,128); }
td.TdClassName
{
border-color: #246F80;
}
.TagClassName
{
border-color: #246F80;
}
</style>