Shades of Pelorous #24A7B4
Tints of Pelorous #24A7B4
RGB
CMYK
RGB Variations
Color information
#24A7B4 (or 0x24A7B4) is known color: Pelorous. HEX triplet: 24, A7 and B4. RGB value is (36,167,180). Sum of RGB (Red+Green+Blue) = 36+167+180=383 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.40% from 383); Green value is 167 (65.62% from 255 or 43.60% from 383); Blue value is 180 (70.70% from 255 or 47.00% from 383); Max value from RGB is 180 - color contains mainly: blue. Hex color #24A7B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24A7B4 is #DB584B. Grayscale: #818181. Windows color (decimal): -14374988 or 11839268. OLE color: 11839268.
HSL color Cylindrical-coordinate representation of color #24A7B4: hue angle of 185.42º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #24A7B4 is Cyan = 0.8, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 36 | 167 | 180 | - |
| CMYK | 0.8 | 0.07 | 0 | 0.29 |
| HSL | 185.42º | 0.67% | 0.42% | - |
| HSV(B) | 185.42º | 0.8% | 0.71% | - |
| XYZ | 22.78 | 31.31 | 48.02 | - |
| YUV | 129.31 | 156.6 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 167 | 180 | 0.8 | 0.07 | 0 | 0.29 | 185.42 | 0.67 | 0.42 |
| Hex | 24 | A7 | B4 | 50 | 7 | 0 | 1D | B9 | 43 | 2A |
| Octal | 44 | 247 | 264 | 120 | 7 | 0 | 35 | 271 | 103 | 52 |
| Binary | 100100 | 10100111 | 10110100 | 1010000 | 111 | 0 | 11101 | 10111001 | 1000011 | 101010 |
Color Harmonies of #24A7B4
Complementary color
Monochromatic Colors of #24A7B4
Black with #24A7B4
Text Example
Text Example
White with #24A7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A7B4; }
p { color: rgb(36,167,180); }
H1.HeaderClassName
{
color: #24A7B4;
}
.AnyTagClassName
{
color: #24A7B4;
}
</style>
background-color css
<style>
a { background-color: #24A7B4; }
a { background-color: rgb(36,167,180); }
div.DivClassName
{
background-color: #24A7B4;
}
.BgClassName
{
background-color: #24A7B4;
}
</style>
border-color css
<style>
span { border-color: #24A7B4; }
span { border-color: rgb(36,167,180); }
td.TdClassName
{
border-color: #24A7B4;
}
.TagClassName
{
border-color: #24A7B4;
}
</style>