Shades of Allports #246D81
Tints of Allports #246D81
RGB
CMYK
RGB Variations
Color information
#246D81 (or 0x246D81) is known color: Allports. HEX triplet: 24, 6D and 81. RGB value is (36,109,129). Sum of RGB (Red+Green+Blue) = 36+109+129=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 129 (50.78% from 255 or 47.08% from 274); Max value from RGB is 129 - color contains mainly: blue. Hex color #246D81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246D81 is #DB927E. Grayscale: #595959. Windows color (decimal): -14389887 or 8482084. OLE color: 8482084.
HSL color Cylindrical-coordinate representation of color #246D81: hue angle of 192.9º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #246D81 is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 109 | 129 | - |
| CMYK | 0.72 | 0.16 | 0 | 0.49 |
| HSL | 192.9º | 0.56% | 0.32% | - |
| HSV(B) | 192.9º | 0.72% | 0.51% | - |
| XYZ | 10.16 | 12.9 | 22.72 | - |
| YUV | 89.45 | 150.32 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 109 | 129 | 0.72 | 0.16 | 0 | 0.49 | 192.9 | 0.56 | 0.32 |
| Hex | 24 | 6D | 81 | 48 | 10 | 0 | 31 | C1 | 38 | 20 |
| Octal | 44 | 155 | 201 | 110 | 20 | 0 | 61 | 301 | 70 | 40 |
| Binary | 100100 | 1101101 | 10000001 | 1001000 | 10000 | 0 | 110001 | 11000001 | 111000 | 100000 |
Color Harmonies of #246D81
Complementary color
Monochromatic Colors of #246D81
Black with #246D81
Text Example
Text Example
White with #246D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246D81; }
p { color: rgb(36,109,129); }
H1.HeaderClassName
{
color: #246D81;
}
.AnyTagClassName
{
color: #246D81;
}
</style>
background-color css
<style>
a { background-color: #246D81; }
a { background-color: rgb(36,109,129); }
div.DivClassName
{
background-color: #246D81;
}
.BgClassName
{
background-color: #246D81;
}
</style>
border-color css
<style>
span { border-color: #246D81; }
span { border-color: rgb(36,109,129); }
td.TdClassName
{
border-color: #246D81;
}
.TagClassName
{
border-color: #246D81;
}
</style>