Shades of Allports #246C89
Tints of Allports #246C89
RGB
CMYK
RGB Variations
Color information
#246C89 (or 0x246C89) is known color: Allports. HEX triplet: 24, 6C and 89. RGB value is (36,108,137). Sum of RGB (Red+Green+Blue) = 36+108+137=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 108 (42.58% from 255 or 38.43% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #246C89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246C89 is #DB9376. Grayscale: #595959. Windows color (decimal): -14390135 or 9006116. OLE color: 9006116.
HSL color Cylindrical-coordinate representation of color #246C89: hue angle of 197.23º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #246C89 is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 108 | 137 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.46 |
| HSL | 197.23º | 0.58% | 0.34% | - |
| HSV(B) | 197.23º | 0.74% | 0.54% | - |
| XYZ | 10.61 | 12.91 | 25.6 | - |
| YUV | 89.78 | 154.65 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 108 | 137 | 0.74 | 0.21 | 0 | 0.46 | 197.23 | 0.58 | 0.34 |
| Hex | 24 | 6C | 89 | 4A | 15 | 0 | 2E | C5 | 3A | 22 |
| Octal | 44 | 154 | 211 | 112 | 25 | 0 | 56 | 305 | 72 | 42 |
| Binary | 100100 | 1101100 | 10001001 | 1001010 | 10101 | 0 | 101110 | 11000101 | 111010 | 100010 |
Color Harmonies of #246C89
Complementary color
Monochromatic Colors of #246C89
Black with #246C89
Text Example
Text Example
White with #246C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246C89; }
p { color: rgb(36,108,137); }
H1.HeaderClassName
{
color: #246C89;
}
.AnyTagClassName
{
color: #246C89;
}
</style>
background-color css
<style>
a { background-color: #246C89; }
a { background-color: rgb(36,108,137); }
div.DivClassName
{
background-color: #246C89;
}
.BgClassName
{
background-color: #246C89;
}
</style>
border-color css
<style>
span { border-color: #246C89; }
span { border-color: rgb(36,108,137); }
td.TdClassName
{
border-color: #246C89;
}
.TagClassName
{
border-color: #246C89;
}
</style>