Shades of Allports #246F82
Tints of Allports #246F82
RGB
CMYK
RGB Variations
Color information
#246F82 (or 0x246F82) is known color: Allports. HEX triplet: 24, 6F and 82. RGB value is (36,111,130). Sum of RGB (Red+Green+Blue) = 36+111+130=277 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.00% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 130 - color contains mainly: blue. Hex color #246F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246F82 is #DB907D. Grayscale: #5A5A5A. Windows color (decimal): -14389374 or 8548132. OLE color: 8548132.
HSL color Cylindrical-coordinate representation of color #246F82: hue angle of 192.13º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #246F82 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 111 | 130 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.49 |
| HSL | 192.13º | 0.57% | 0.33% | - |
| HSV(B) | 192.13º | 0.72% | 0.51% | - |
| XYZ | 10.44 | 13.36 | 23.15 | - |
| YUV | 90.74 | 150.15 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 111 | 130 | 0.72 | 0.15 | 0 | 0.49 | 192.13 | 0.57 | 0.33 |
| Hex | 24 | 6F | 82 | 48 | F | 0 | 31 | C0 | 39 | 21 |
| Octal | 44 | 157 | 202 | 110 | 17 | 0 | 61 | 300 | 71 | 41 |
| Binary | 100100 | 1101111 | 10000010 | 1001000 | 1111 | 0 | 110001 | 11000000 | 111001 | 100001 |
Color Harmonies of #246F82
Complementary color
Monochromatic Colors of #246F82
Black with #246F82
Text Example
Text Example
White with #246F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246F82; }
p { color: rgb(36,111,130); }
H1.HeaderClassName
{
color: #246F82;
}
.AnyTagClassName
{
color: #246F82;
}
</style>
background-color css
<style>
a { background-color: #246F82; }
a { background-color: rgb(36,111,130); }
div.DivClassName
{
background-color: #246F82;
}
.BgClassName
{
background-color: #246F82;
}
</style>
border-color css
<style>
span { border-color: #246F82; }
span { border-color: rgb(36,111,130); }
td.TdClassName
{
border-color: #246F82;
}
.TagClassName
{
border-color: #246F82;
}
</style>