Shades of Allports #246374
Tints of Allports #246374
RGB
CMYK
RGB Variations
Color information
#246374 (or 0x246374) is known color: Allports. HEX triplet: 24, 63 and 74. RGB value is (36,99,116). Sum of RGB (Red+Green+Blue) = 36+99+116=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 116 - color contains mainly: blue. Hex color #246374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246374 is #DB9C8B. Grayscale: #515151. Windows color (decimal): -14392460 or 7627556. OLE color: 7627556.
HSL color Cylindrical-coordinate representation of color #246374: hue angle of 192.75º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #246374 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 99 | 116 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.55 |
| HSL | 192.75º | 0.53% | 0.3% | - |
| HSV(B) | 192.75º | 0.69% | 0.45% | - |
| XYZ | 8.34 | 10.56 | 18.12 | - |
| YUV | 82.1 | 147.13 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 99 | 116 | 0.69 | 0.15 | 0 | 0.55 | 192.75 | 0.53 | 0.3 |
| Hex | 24 | 63 | 74 | 45 | F | 0 | 37 | C1 | 35 | 1E |
| Octal | 44 | 143 | 164 | 105 | 17 | 0 | 67 | 301 | 65 | 36 |
| Binary | 100100 | 1100011 | 1110100 | 1000101 | 1111 | 0 | 110111 | 11000001 | 110101 | 11110 |
Color Harmonies of #246374
Complementary color
Monochromatic Colors of #246374
Black with #246374
Text Example
Text Example
White with #246374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246374; }
p { color: rgb(36,99,116); }
H1.HeaderClassName
{
color: #246374;
}
.AnyTagClassName
{
color: #246374;
}
</style>
background-color css
<style>
a { background-color: #246374; }
a { background-color: rgb(36,99,116); }
div.DivClassName
{
background-color: #246374;
}
.BgClassName
{
background-color: #246374;
}
</style>
border-color css
<style>
span { border-color: #246374; }
span { border-color: rgb(36,99,116); }
td.TdClassName
{
border-color: #246374;
}
.TagClassName
{
border-color: #246374;
}
</style>