Shades of Allports #246685
Tints of Allports #246685
RGB
CMYK
RGB Variations
Color information
#246685 (or 0x246685) is known color: Allports. HEX triplet: 24, 66 and 85. RGB value is (36,102,133). Sum of RGB (Red+Green+Blue) = 36+102+133=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #246685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246685 is #DB997A. Grayscale: #555555. Windows color (decimal): -14391675 or 8742436. OLE color: 8742436.
HSL color Cylindrical-coordinate representation of color #246685: hue angle of 199.18º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #246685 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 102 | 133 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.48 |
| HSL | 199.18º | 0.57% | 0.33% | - |
| HSV(B) | 199.18º | 0.73% | 0.52% | - |
| XYZ | 9.71 | 11.57 | 23.91 | - |
| YUV | 85.8 | 154.63 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 102 | 133 | 0.73 | 0.23 | 0 | 0.48 | 199.18 | 0.57 | 0.33 |
| Hex | 24 | 66 | 85 | 49 | 17 | 0 | 30 | C7 | 39 | 21 |
| Octal | 44 | 146 | 205 | 111 | 27 | 0 | 60 | 307 | 71 | 41 |
| Binary | 100100 | 1100110 | 10000101 | 1001001 | 10111 | 0 | 110000 | 11000111 | 111001 | 100001 |
Color Harmonies of #246685
Complementary color
Monochromatic Colors of #246685
Black with #246685
Text Example
Text Example
White with #246685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246685; }
p { color: rgb(36,102,133); }
H1.HeaderClassName
{
color: #246685;
}
.AnyTagClassName
{
color: #246685;
}
</style>
background-color css
<style>
a { background-color: #246685; }
a { background-color: rgb(36,102,133); }
div.DivClassName
{
background-color: #246685;
}
.BgClassName
{
background-color: #246685;
}
</style>
border-color css
<style>
span { border-color: #246685; }
span { border-color: rgb(36,102,133); }
td.TdClassName
{
border-color: #246685;
}
.TagClassName
{
border-color: #246685;
}
</style>