Shades of Allports #246B8D
Tints of Allports #246B8D
RGB
CMYK
RGB Variations
Color information
#246B8D (or 0x246B8D) is known color: Allports. HEX triplet: 24, 6B and 8D. RGB value is (36,107,141). Sum of RGB (Red+Green+Blue) = 36+107+141=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 107 (42.19% from 255 or 37.68% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #246B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246B8D is #DB9472. Grayscale: #595959. Windows color (decimal): -14390387 or 9268004. OLE color: 9268004.
HSL color Cylindrical-coordinate representation of color #246B8D: hue angle of 199.43º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #246B8D is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 107 | 141 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.45 |
| HSL | 199.43º | 0.59% | 0.35% | - |
| HSV(B) | 199.43º | 0.74% | 0.55% | - |
| XYZ | 10.79 | 12.81 | 27.1 | - |
| YUV | 89.65 | 156.98 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 107 | 141 | 0.74 | 0.24 | 0 | 0.45 | 199.43 | 0.59 | 0.35 |
| Hex | 24 | 6B | 8D | 4A | 18 | 0 | 2D | C7 | 3B | 23 |
| Octal | 44 | 153 | 215 | 112 | 30 | 0 | 55 | 307 | 73 | 43 |
| Binary | 100100 | 1101011 | 10001101 | 1001010 | 11000 | 0 | 101101 | 11000111 | 111011 | 100011 |
Color Harmonies of #246B8D
Complementary color
Monochromatic Colors of #246B8D
Black with #246B8D
Text Example
Text Example
White with #246B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246B8D; }
p { color: rgb(36,107,141); }
H1.HeaderClassName
{
color: #246B8D;
}
.AnyTagClassName
{
color: #246B8D;
}
</style>
background-color css
<style>
a { background-color: #246B8D; }
a { background-color: rgb(36,107,141); }
div.DivClassName
{
background-color: #246B8D;
}
.BgClassName
{
background-color: #246B8D;
}
</style>
border-color css
<style>
span { border-color: #246B8D; }
span { border-color: rgb(36,107,141); }
td.TdClassName
{
border-color: #246B8D;
}
.TagClassName
{
border-color: #246B8D;
}
</style>