Shades of Allports #246B8B
Tints of Allports #246B8B
RGB
CMYK
RGB Variations
Color information
#246B8B (or 0x246B8B) is known color: Allports. HEX triplet: 24, 6B and 8B. RGB value is (36,107,139). Sum of RGB (Red+Green+Blue) = 36+107+139=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 107 (42.19% from 255 or 37.94% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #246B8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246B8B is #DB9474. Grayscale: #595959. Windows color (decimal): -14390389 or 9136932. OLE color: 9136932.
HSL color Cylindrical-coordinate representation of color #246B8B: hue angle of 198.64º 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 #246B8B is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 107 | 139 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.45 |
| HSL | 198.64º | 0.59% | 0.34% | - |
| HSV(B) | 198.64º | 0.74% | 0.55% | - |
| XYZ | 10.65 | 12.75 | 26.33 | - |
| YUV | 89.42 | 155.98 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 107 | 139 | 0.74 | 0.23 | 0 | 0.45 | 198.64 | 0.59 | 0.34 |
| Hex | 24 | 6B | 8B | 4A | 17 | 0 | 2D | C7 | 3B | 22 |
| Octal | 44 | 153 | 213 | 112 | 27 | 0 | 55 | 307 | 73 | 42 |
| Binary | 100100 | 1101011 | 10001011 | 1001010 | 10111 | 0 | 101101 | 11000111 | 111011 | 100010 |
Color Harmonies of #246B8B
Complementary color
Monochromatic Colors of #246B8B
Black with #246B8B
Text Example
Text Example
White with #246B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246B8B; }
p { color: rgb(36,107,139); }
H1.HeaderClassName
{
color: #246B8B;
}
.AnyTagClassName
{
color: #246B8B;
}
</style>
background-color css
<style>
a { background-color: #246B8B; }
a { background-color: rgb(36,107,139); }
div.DivClassName
{
background-color: #246B8B;
}
.BgClassName
{
background-color: #246B8B;
}
</style>
border-color css
<style>
span { border-color: #246B8B; }
span { border-color: rgb(36,107,139); }
td.TdClassName
{
border-color: #246B8B;
}
.TagClassName
{
border-color: #246B8B;
}
</style>