Shades of Allports #246781
Tints of Allports #246781
RGB
CMYK
RGB Variations
Color information
#246781 (or 0x246781) is known color: Allports. HEX triplet: 24, 67 and 81. RGB value is (36,103,129). Sum of RGB (Red+Green+Blue) = 36+103+129=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 129 (50.78% from 255 or 48.13% from 268); Max value from RGB is 129 - color contains mainly: blue. Hex color #246781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246781 is #DB987E. Grayscale: #555555. Windows color (decimal): -14391423 or 8480548. OLE color: 8480548.
HSL color Cylindrical-coordinate representation of color #246781: hue angle of 196.77º 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 #246781 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 103 | 129 | - |
| CMYK | 0.72 | 0.20 | 0 | 0.49 |
| HSL | 196.77º | 0.56% | 0.32% | - |
| HSV(B) | 196.77º | 0.72% | 0.51% | - |
| XYZ | 9.54 | 11.66 | 22.52 | - |
| YUV | 85.93 | 152.3 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 103 | 129 | 0.72 | 0.20 | 0 | 0.49 | 196.77 | 0.56 | 0.32 |
| Hex | 24 | 67 | 81 | 48 | 14 | 0 | 31 | C5 | 38 | 20 |
| Octal | 44 | 147 | 201 | 110 | 24 | 0 | 61 | 305 | 70 | 40 |
| Binary | 100100 | 1100111 | 10000001 | 1001000 | 10100 | 0 | 110001 | 11000101 | 111000 | 100000 |
Color Harmonies of #246781
Complementary color
Monochromatic Colors of #246781
Black with #246781
Text Example
Text Example
White with #246781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246781; }
p { color: rgb(36,103,129); }
H1.HeaderClassName
{
color: #246781;
}
.AnyTagClassName
{
color: #246781;
}
</style>
background-color css
<style>
a { background-color: #246781; }
a { background-color: rgb(36,103,129); }
div.DivClassName
{
background-color: #246781;
}
.BgClassName
{
background-color: #246781;
}
</style>
border-color css
<style>
span { border-color: #246781; }
span { border-color: rgb(36,103,129); }
td.TdClassName
{
border-color: #246781;
}
.TagClassName
{
border-color: #246781;
}
</style>