Shades of Allports #246B7D
Tints of Allports #246B7D
RGB
CMYK
RGB Variations
Color information
#246B7D (or 0x246B7D) is known color: Allports. HEX triplet: 24, 6B and 7D. RGB value is (36,107,125). Sum of RGB (Red+Green+Blue) = 36+107+125=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 125 - color contains mainly: blue. Hex color #246B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246B7D is #DB9482. Grayscale: #575757. Windows color (decimal): -14390403 or 8219428. OLE color: 8219428.
HSL color Cylindrical-coordinate representation of color #246B7D: hue angle of 192.13º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #246B7D is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 107 | 125 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.51 |
| HSL | 192.13º | 0.55% | 0.32% | - |
| HSV(B) | 192.13º | 0.71% | 0.49% | - |
| XYZ | 9.69 | 12.37 | 21.28 | - |
| YUV | 87.82 | 148.98 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 107 | 125 | 0.71 | 0.14 | 0 | 0.51 | 192.13 | 0.55 | 0.32 |
| Hex | 24 | 6B | 7D | 47 | E | 0 | 33 | C0 | 37 | 20 |
| Octal | 44 | 153 | 175 | 107 | 16 | 0 | 63 | 300 | 67 | 40 |
| Binary | 100100 | 1101011 | 1111101 | 1000111 | 1110 | 0 | 110011 | 11000000 | 110111 | 100000 |
Color Harmonies of #246B7D
Complementary color
Monochromatic Colors of #246B7D
Black with #246B7D
Text Example
Text Example
White with #246B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246B7D; }
p { color: rgb(36,107,125); }
H1.HeaderClassName
{
color: #246B7D;
}
.AnyTagClassName
{
color: #246B7D;
}
</style>
background-color css
<style>
a { background-color: #246B7D; }
a { background-color: rgb(36,107,125); }
div.DivClassName
{
background-color: #246B7D;
}
.BgClassName
{
background-color: #246B7D;
}
</style>
border-color css
<style>
span { border-color: #246B7D; }
span { border-color: rgb(36,107,125); }
td.TdClassName
{
border-color: #246B7D;
}
.TagClassName
{
border-color: #246B7D;
}
</style>