Shades of Allports #246A8B
Tints of Allports #246A8B
RGB
CMYK
RGB Variations
Color information
#246A8B (or 0x246A8B) is known color: Allports. HEX triplet: 24, 6A and 8B. RGB value is (36,106,139). Sum of RGB (Red+Green+Blue) = 36+106+139=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 106 (41.80% from 255 or 37.72% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #246A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246A8B is #DB9574. Grayscale: #585858. Windows color (decimal): -14390645 or 9136676. OLE color: 9136676.
HSL color Cylindrical-coordinate representation of color #246A8B: hue angle of 199.22º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #246A8B is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 106 | 139 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.45 |
| HSL | 199.22º | 0.59% | 0.34% | - |
| HSV(B) | 199.22º | 0.74% | 0.55% | - |
| XYZ | 10.54 | 12.55 | 26.29 | - |
| YUV | 88.83 | 156.31 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 106 | 139 | 0.74 | 0.24 | 0 | 0.45 | 199.22 | 0.59 | 0.34 |
| Hex | 24 | 6A | 8B | 4A | 18 | 0 | 2D | C7 | 3B | 22 |
| Octal | 44 | 152 | 213 | 112 | 30 | 0 | 55 | 307 | 73 | 42 |
| Binary | 100100 | 1101010 | 10001011 | 1001010 | 11000 | 0 | 101101 | 11000111 | 111011 | 100010 |
Color Harmonies of #246A8B
Complementary color
Monochromatic Colors of #246A8B
Black with #246A8B
Text Example
Text Example
White with #246A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246A8B; }
p { color: rgb(36,106,139); }
H1.HeaderClassName
{
color: #246A8B;
}
.AnyTagClassName
{
color: #246A8B;
}
</style>
background-color css
<style>
a { background-color: #246A8B; }
a { background-color: rgb(36,106,139); }
div.DivClassName
{
background-color: #246A8B;
}
.BgClassName
{
background-color: #246A8B;
}
</style>
border-color css
<style>
span { border-color: #246A8B; }
span { border-color: rgb(36,106,139); }
td.TdClassName
{
border-color: #246A8B;
}
.TagClassName
{
border-color: #246A8B;
}
</style>