Shades of Allports #246780
Tints of Allports #246780
RGB
CMYK
RGB Variations
Color information
#246780 (or 0x246780) is known color: Allports. HEX triplet: 24, 67 and 80. RGB value is (36,103,128). Sum of RGB (Red+Green+Blue) = 36+103+128=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 103 (40.62% from 255 or 38.58% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 128 - color contains mainly: blue. Hex color #246780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246780 is #DB987F. Grayscale: #555555. Windows color (decimal): -14391424 or 8415012. OLE color: 8415012.
HSL color Cylindrical-coordinate representation of color #246780: hue angle of 196.3º 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 #246780 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 103 | 128 | - |
| CMYK | 0.72 | 0.20 | 0 | 0.50 |
| HSL | 196.3º | 0.56% | 0.32% | - |
| HSV(B) | 196.3º | 0.72% | 0.5% | - |
| XYZ | 9.47 | 11.63 | 22.17 | - |
| YUV | 85.82 | 151.8 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 103 | 128 | 0.72 | 0.20 | 0 | 0.50 | 196.3 | 0.56 | 0.32 |
| Hex | 24 | 67 | 80 | 48 | 14 | 0 | 32 | C4 | 38 | 20 |
| Octal | 44 | 147 | 200 | 110 | 24 | 0 | 62 | 304 | 70 | 40 |
| Binary | 100100 | 1100111 | 10000000 | 1001000 | 10100 | 0 | 110010 | 11000100 | 111000 | 100000 |
Color Harmonies of #246780
Complementary color
Monochromatic Colors of #246780
Black with #246780
Text Example
Text Example
White with #246780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246780; }
p { color: rgb(36,103,128); }
H1.HeaderClassName
{
color: #246780;
}
.AnyTagClassName
{
color: #246780;
}
</style>
background-color css
<style>
a { background-color: #246780; }
a { background-color: rgb(36,103,128); }
div.DivClassName
{
background-color: #246780;
}
.BgClassName
{
background-color: #246780;
}
</style>
border-color css
<style>
span { border-color: #246780; }
span { border-color: rgb(36,103,128); }
td.TdClassName
{
border-color: #246780;
}
.TagClassName
{
border-color: #246780;
}
</style>