Shades of Allports #246A85
Tints of Allports #246A85
RGB
CMYK
RGB Variations
Color information
#246A85 (or 0x246A85) is known color: Allports. HEX triplet: 24, 6A and 85. RGB value is (36,106,133). Sum of RGB (Red+Green+Blue) = 36+106+133=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 133 - color contains mainly: blue. Hex color #246A85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246A85 is #DB957A. Grayscale: #575757. Windows color (decimal): -14390651 or 8743460. OLE color: 8743460.
HSL color Cylindrical-coordinate representation of color #246A85: hue angle of 196.7º 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 #246A85 is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 106 | 133 | - |
| CMYK | 0.73 | 0.20 | 0 | 0.48 |
| HSL | 196.7º | 0.57% | 0.33% | - |
| HSV(B) | 196.7º | 0.73% | 0.52% | - |
| XYZ | 10.12 | 12.38 | 24.05 | - |
| YUV | 88.15 | 153.31 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 106 | 133 | 0.73 | 0.20 | 0 | 0.48 | 196.7 | 0.57 | 0.33 |
| Hex | 24 | 6A | 85 | 49 | 14 | 0 | 30 | C5 | 39 | 21 |
| Octal | 44 | 152 | 205 | 111 | 24 | 0 | 60 | 305 | 71 | 41 |
| Binary | 100100 | 1101010 | 10000101 | 1001001 | 10100 | 0 | 110000 | 11000101 | 111001 | 100001 |
Color Harmonies of #246A85
Complementary color
Monochromatic Colors of #246A85
Black with #246A85
Text Example
Text Example
White with #246A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246A85; }
p { color: rgb(36,106,133); }
H1.HeaderClassName
{
color: #246A85;
}
.AnyTagClassName
{
color: #246A85;
}
</style>
background-color css
<style>
a { background-color: #246A85; }
a { background-color: rgb(36,106,133); }
div.DivClassName
{
background-color: #246A85;
}
.BgClassName
{
background-color: #246A85;
}
</style>
border-color css
<style>
span { border-color: #246A85; }
span { border-color: rgb(36,106,133); }
td.TdClassName
{
border-color: #246A85;
}
.TagClassName
{
border-color: #246A85;
}
</style>