Shades of Allports #246881
Tints of Allports #246881
RGB
CMYK
RGB Variations
Color information
#246881 (or 0x246881) is known color: Allports. HEX triplet: 24, 68 and 81. RGB value is (36,104,129). Sum of RGB (Red+Green+Blue) = 36+104+129=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 104 (41.02% from 255 or 38.66% from 269); Blue value is 129 (50.78% from 255 or 47.96% from 269); Max value from RGB is 129 - color contains mainly: blue. Hex color #246881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246881 is #DB977E. Grayscale: #565656. Windows color (decimal): -14391167 or 8480804. OLE color: 8480804.
HSL color Cylindrical-coordinate representation of color #246881: hue angle of 196.13º 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 #246881 is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 104 | 129 | - |
| CMYK | 0.72 | 0.19 | 0 | 0.49 |
| HSL | 196.13º | 0.56% | 0.32% | - |
| HSV(B) | 196.13º | 0.72% | 0.51% | - |
| XYZ | 9.64 | 11.86 | 22.55 | - |
| YUV | 86.52 | 151.97 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 104 | 129 | 0.72 | 0.19 | 0 | 0.49 | 196.13 | 0.56 | 0.32 |
| Hex | 24 | 68 | 81 | 48 | 13 | 0 | 31 | C4 | 38 | 20 |
| Octal | 44 | 150 | 201 | 110 | 23 | 0 | 61 | 304 | 70 | 40 |
| Binary | 100100 | 1101000 | 10000001 | 1001000 | 10011 | 0 | 110001 | 11000100 | 111000 | 100000 |
Color Harmonies of #246881
Complementary color
Monochromatic Colors of #246881
Black with #246881
Text Example
Text Example
White with #246881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246881; }
p { color: rgb(36,104,129); }
H1.HeaderClassName
{
color: #246881;
}
.AnyTagClassName
{
color: #246881;
}
</style>
background-color css
<style>
a { background-color: #246881; }
a { background-color: rgb(36,104,129); }
div.DivClassName
{
background-color: #246881;
}
.BgClassName
{
background-color: #246881;
}
</style>
border-color css
<style>
span { border-color: #246881; }
span { border-color: rgb(36,104,129); }
td.TdClassName
{
border-color: #246881;
}
.TagClassName
{
border-color: #246881;
}
</style>