Shades of Allports #246C81
Tints of Allports #246C81
RGB
CMYK
RGB Variations
Color information
#246C81 (or 0x246C81) is known color: Allports. HEX triplet: 24, 6C and 81. RGB value is (36,108,129). Sum of RGB (Red+Green+Blue) = 36+108+129=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 108 (42.58% from 255 or 39.56% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 129 - color contains mainly: blue. Hex color #246C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246C81 is #DB937E. Grayscale: #585858. Windows color (decimal): -14390143 or 8481828. OLE color: 8481828.
HSL color Cylindrical-coordinate representation of color #246C81: hue angle of 193.55º 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 #246C81 is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 108 | 129 | - |
| CMYK | 0.72 | 0.16 | 0 | 0.49 |
| HSL | 193.55º | 0.56% | 0.32% | - |
| HSV(B) | 193.55º | 0.72% | 0.51% | - |
| XYZ | 10.05 | 12.69 | 22.69 | - |
| YUV | 88.87 | 150.65 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 108 | 129 | 0.72 | 0.16 | 0 | 0.49 | 193.55 | 0.56 | 0.32 |
| Hex | 24 | 6C | 81 | 48 | 10 | 0 | 31 | C2 | 38 | 20 |
| Octal | 44 | 154 | 201 | 110 | 20 | 0 | 61 | 302 | 70 | 40 |
| Binary | 100100 | 1101100 | 10000001 | 1001000 | 10000 | 0 | 110001 | 11000010 | 111000 | 100000 |
Color Harmonies of #246C81
Complementary color
Monochromatic Colors of #246C81
Black with #246C81
Text Example
Text Example
White with #246C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246C81; }
p { color: rgb(36,108,129); }
H1.HeaderClassName
{
color: #246C81;
}
.AnyTagClassName
{
color: #246C81;
}
</style>
background-color css
<style>
a { background-color: #246C81; }
a { background-color: rgb(36,108,129); }
div.DivClassName
{
background-color: #246C81;
}
.BgClassName
{
background-color: #246C81;
}
</style>
border-color css
<style>
span { border-color: #246C81; }
span { border-color: rgb(36,108,129); }
td.TdClassName
{
border-color: #246C81;
}
.TagClassName
{
border-color: #246C81;
}
</style>