Shades of Allports #24688A
Tints of Allports #24688A
RGB
CMYK
RGB Variations
Color information
#24688A (or 0x24688A) is known color: Allports. HEX triplet: 24, 68 and 8A. RGB value is (36,104,138). Sum of RGB (Red+Green+Blue) = 36+104+138=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #24688A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24688A is #DB9775. Grayscale: #575757. Windows color (decimal): -14391158 or 9070628. OLE color: 9070628.
HSL color Cylindrical-coordinate representation of color #24688A: hue angle of 200º 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 #24688A is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 104 | 138 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.46 |
| HSL | 200º | 0.59% | 0.34% | - |
| HSV(B) | 200º | 0.74% | 0.54% | - |
| XYZ | 10.27 | 12.11 | 25.84 | - |
| YUV | 87.54 | 156.47 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 104 | 138 | 0.74 | 0.25 | 0 | 0.46 | 200 | 0.59 | 0.34 |
| Hex | 24 | 68 | 8A | 4A | 19 | 0 | 2E | C8 | 3B | 22 |
| Octal | 44 | 150 | 212 | 112 | 31 | 0 | 56 | 310 | 73 | 42 |
| Binary | 100100 | 1101000 | 10001010 | 1001010 | 11001 | 0 | 101110 | 11001000 | 111011 | 100010 |
Color Harmonies of #24688A
Complementary color
Monochromatic Colors of #24688A
Black with #24688A
Text Example
Text Example
White with #24688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24688A; }
p { color: rgb(36,104,138); }
H1.HeaderClassName
{
color: #24688A;
}
.AnyTagClassName
{
color: #24688A;
}
</style>
background-color css
<style>
a { background-color: #24688A; }
a { background-color: rgb(36,104,138); }
div.DivClassName
{
background-color: #24688A;
}
.BgClassName
{
background-color: #24688A;
}
</style>
border-color css
<style>
span { border-color: #24688A; }
span { border-color: rgb(36,104,138); }
td.TdClassName
{
border-color: #24688A;
}
.TagClassName
{
border-color: #24688A;
}
</style>