Shades of Pelorous #24A7C3
Tints of Pelorous #24A7C3
RGB
CMYK
RGB Variations
Color information
#24A7C3 (or 0x24A7C3) is known color: Pelorous. HEX triplet: 24, A7 and C3. RGB value is (36,167,195). Sum of RGB (Red+Green+Blue) = 36+167+195=398 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.05% from 398); Green value is 167 (65.62% from 255 or 41.96% from 398); Blue value is 195 (76.56% from 255 or 48.99% from 398); Max value from RGB is 195 - color contains mainly: blue. Hex color #24A7C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24A7C3 is #DB583C. Grayscale: #828282. Windows color (decimal): -14374973 or 12822308. OLE color: 12822308.
HSL color Cylindrical-coordinate representation of color #24A7C3: hue angle of 190.57º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24A7C3 is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 167 | 195 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.24 |
| HSL | 190.57º | 0.69% | 0.45% | - |
| HSV(B) | 190.57º | 0.82% | 0.76% | - |
| XYZ | 24.4 | 31.95 | 56.51 | - |
| YUV | 131.02 | 164.1 | 60.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 167 | 195 | 0.82 | 0.14 | 0 | 0.24 | 190.57 | 0.69 | 0.45 |
| Hex | 24 | A7 | C3 | 52 | E | 0 | 18 | BF | 45 | 2D |
| Octal | 44 | 247 | 303 | 122 | 16 | 0 | 30 | 277 | 105 | 55 |
| Binary | 100100 | 10100111 | 11000011 | 1010010 | 1110 | 0 | 11000 | 10111111 | 1000101 | 101101 |
Color Harmonies of #24A7C3
Complementary color
Monochromatic Colors of #24A7C3
Black with #24A7C3
Text Example
Text Example
White with #24A7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A7C3; }
p { color: rgb(36,167,195); }
H1.HeaderClassName
{
color: #24A7C3;
}
.AnyTagClassName
{
color: #24A7C3;
}
</style>
background-color css
<style>
a { background-color: #24A7C3; }
a { background-color: rgb(36,167,195); }
div.DivClassName
{
background-color: #24A7C3;
}
.BgClassName
{
background-color: #24A7C3;
}
</style>
border-color css
<style>
span { border-color: #24A7C3; }
span { border-color: rgb(36,167,195); }
td.TdClassName
{
border-color: #24A7C3;
}
.TagClassName
{
border-color: #24A7C3;
}
</style>