Shades of Allports #246675
Tints of Allports #246675
RGB
CMYK
RGB Variations
Color information
#246675 (or 0x246675) is known color: Allports. HEX triplet: 24, 66 and 75. RGB value is (36,102,117). Sum of RGB (Red+Green+Blue) = 36+102+117=255 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.12% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #246675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246675 is #DB998A. Grayscale: #535353. Windows color (decimal): -14391691 or 7693860. OLE color: 7693860.
HSL color Cylindrical-coordinate representation of color #246675: hue angle of 191.11º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #246675 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 36 | 102 | 117 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.54 |
| HSL | 191.11º | 0.53% | 0.3% | - |
| HSV(B) | 191.11º | 0.69% | 0.46% | - |
| XYZ | 8.69 | 11.16 | 18.53 | - |
| YUV | 83.98 | 146.63 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 102 | 117 | 0.69 | 0.13 | 0 | 0.54 | 191.11 | 0.53 | 0.3 |
| Hex | 24 | 66 | 75 | 45 | D | 0 | 36 | BF | 35 | 1E |
| Octal | 44 | 146 | 165 | 105 | 15 | 0 | 66 | 277 | 65 | 36 |
| Binary | 100100 | 1100110 | 1110101 | 1000101 | 1101 | 0 | 110110 | 10111111 | 110101 | 11110 |
Color Harmonies of #246675
Complementary color
Monochromatic Colors of #246675
Black with #246675
Text Example
Text Example
White with #246675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246675; }
p { color: rgb(36,102,117); }
H1.HeaderClassName
{
color: #246675;
}
.AnyTagClassName
{
color: #246675;
}
</style>
background-color css
<style>
a { background-color: #246675; }
a { background-color: rgb(36,102,117); }
div.DivClassName
{
background-color: #246675;
}
.BgClassName
{
background-color: #246675;
}
</style>
border-color css
<style>
span { border-color: #246675; }
span { border-color: rgb(36,102,117); }
td.TdClassName
{
border-color: #246675;
}
.TagClassName
{
border-color: #246675;
}
</style>