Shades of Allports #24678A
Tints of Allports #24678A
RGB
CMYK
RGB Variations
Color information
#24678A (or 0x24678A) is known color: Allports. HEX triplet: 24, 67 and 8A. RGB value is (36,103,138). Sum of RGB (Red+Green+Blue) = 36+103+138=277 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.00% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #24678A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24678A is #DB9875. Grayscale: #565656. Windows color (decimal): -14391414 or 9070372. OLE color: 9070372.
HSL color Cylindrical-coordinate representation of color #24678A: hue angle of 200.59º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24678A is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 103 | 138 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.46 |
| HSL | 200.59º | 0.59% | 0.34% | - |
| HSV(B) | 200.59º | 0.74% | 0.54% | - |
| XYZ | 10.17 | 11.91 | 25.81 | - |
| YUV | 86.96 | 156.8 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 103 | 138 | 0.74 | 0.25 | 0 | 0.46 | 200.59 | 0.59 | 0.34 |
| Hex | 24 | 67 | 8A | 4A | 19 | 0 | 2E | C9 | 3B | 22 |
| Octal | 44 | 147 | 212 | 112 | 31 | 0 | 56 | 311 | 73 | 42 |
| Binary | 100100 | 1100111 | 10001010 | 1001010 | 11001 | 0 | 101110 | 11001001 | 111011 | 100010 |
Color Harmonies of #24678A
Complementary color
Monochromatic Colors of #24678A
Black with #24678A
Text Example
Text Example
White with #24678A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24678A; }
p { color: rgb(36,103,138); }
H1.HeaderClassName
{
color: #24678A;
}
.AnyTagClassName
{
color: #24678A;
}
</style>
background-color css
<style>
a { background-color: #24678A; }
a { background-color: rgb(36,103,138); }
div.DivClassName
{
background-color: #24678A;
}
.BgClassName
{
background-color: #24678A;
}
</style>
border-color css
<style>
span { border-color: #24678A; }
span { border-color: rgb(36,103,138); }
td.TdClassName
{
border-color: #24678A;
}
.TagClassName
{
border-color: #24678A;
}
</style>