Shades of Allports #246786
Tints of Allports #246786
RGB
CMYK
RGB Variations
Color information
#246786 (or 0x246786) is known color: Allports. HEX triplet: 24, 67 and 86. RGB value is (36,103,134). Sum of RGB (Red+Green+Blue) = 36+103+134=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 134 - color contains mainly: blue. Hex color #246786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246786 is #DB9879. Grayscale: #565656. Windows color (decimal): -14391418 or 8808228. OLE color: 8808228.
HSL color Cylindrical-coordinate representation of color #246786: hue angle of 198.98º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #246786 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 103 | 134 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.47 |
| HSL | 198.98º | 0.58% | 0.33% | - |
| HSV(B) | 198.98º | 0.73% | 0.53% | - |
| XYZ | 9.88 | 11.8 | 24.31 | - |
| YUV | 86.5 | 154.8 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 103 | 134 | 0.73 | 0.23 | 0 | 0.47 | 198.98 | 0.58 | 0.33 |
| Hex | 24 | 67 | 86 | 49 | 17 | 0 | 2F | C7 | 3A | 21 |
| Octal | 44 | 147 | 206 | 111 | 27 | 0 | 57 | 307 | 72 | 41 |
| Binary | 100100 | 1100111 | 10000110 | 1001001 | 10111 | 0 | 101111 | 11000111 | 111010 | 100001 |
Color Harmonies of #246786
Complementary color
Monochromatic Colors of #246786
Black with #246786
Text Example
Text Example
White with #246786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246786; }
p { color: rgb(36,103,134); }
H1.HeaderClassName
{
color: #246786;
}
.AnyTagClassName
{
color: #246786;
}
</style>
background-color css
<style>
a { background-color: #246786; }
a { background-color: rgb(36,103,134); }
div.DivClassName
{
background-color: #246786;
}
.BgClassName
{
background-color: #246786;
}
</style>
border-color css
<style>
span { border-color: #246786; }
span { border-color: rgb(36,103,134); }
td.TdClassName
{
border-color: #246786;
}
.TagClassName
{
border-color: #246786;
}
</style>