Shades of Allports #24697B
Tints of Allports #24697B
RGB
CMYK
RGB Variations
Color information
#24697B (or 0x24697B) is known color: Allports. HEX triplet: 24, 69 and 7B. RGB value is (36,105,123). Sum of RGB (Red+Green+Blue) = 36+105+123=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 123 - color contains mainly: blue. Hex color #24697B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24697B is #DB9684. Grayscale: #565656. Windows color (decimal): -14390917 or 8087844. OLE color: 8087844.
HSL color Cylindrical-coordinate representation of color #24697B: hue angle of 192.41º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #24697B is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 36 | 105 | 123 | - |
| CMYK | 0.71 | 0.15 | 0 | 0.52 |
| HSL | 192.41º | 0.55% | 0.31% | - |
| HSV(B) | 192.41º | 0.71% | 0.48% | - |
| XYZ | 9.35 | 11.91 | 20.54 | - |
| YUV | 86.42 | 148.64 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 105 | 123 | 0.71 | 0.15 | 0 | 0.52 | 192.41 | 0.55 | 0.31 |
| Hex | 24 | 69 | 7B | 47 | F | 0 | 34 | C0 | 37 | 1F |
| Octal | 44 | 151 | 173 | 107 | 17 | 0 | 64 | 300 | 67 | 37 |
| Binary | 100100 | 1101001 | 1111011 | 1000111 | 1111 | 0 | 110100 | 11000000 | 110111 | 11111 |
Color Harmonies of #24697B
Complementary color
Monochromatic Colors of #24697B
Black with #24697B
Text Example
Text Example
White with #24697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24697B; }
p { color: rgb(36,105,123); }
H1.HeaderClassName
{
color: #24697B;
}
.AnyTagClassName
{
color: #24697B;
}
</style>
background-color css
<style>
a { background-color: #24697B; }
a { background-color: rgb(36,105,123); }
div.DivClassName
{
background-color: #24697B;
}
.BgClassName
{
background-color: #24697B;
}
</style>
border-color css
<style>
span { border-color: #24697B; }
span { border-color: rgb(36,105,123); }
td.TdClassName
{
border-color: #24697B;
}
.TagClassName
{
border-color: #24697B;
}
</style>