Shades of Pelorous #24A3C1
Tints of Pelorous #24A3C1
RGB
CMYK
RGB Variations
Color information
#24A3C1 (or 0x24A3C1) is known color: Pelorous. HEX triplet: 24, A3 and C1. RGB value is (36,163,193). Sum of RGB (Red+Green+Blue) = 36+163+193=392 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.18% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 193 (75.78% from 255 or 49.23% from 392); Max value from RGB is 193 - color contains mainly: blue. Hex color #24A3C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24A3C1 is #DB5C3E. Grayscale: #808080. Windows color (decimal): -14375999 or 12690212. OLE color: 12690212.
HSL color Cylindrical-coordinate representation of color #24A3C1: hue angle of 191.46º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24A3C1 is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 163 | 193 | - |
| CMYK | 0.81 | 0.16 | 0 | 0.24 |
| HSL | 191.47º | 0.69% | 0.45% | - |
| HSV(B) | 191.47º | 0.81% | 0.76% | - |
| XYZ | 23.45 | 30.42 | 55.09 | - |
| YUV | 128.45 | 164.42 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 163 | 193 | 0.81 | 0.16 | 0 | 0.24 | 191.47 | 0.69 | 0.45 |
| Hex | 24 | A3 | C1 | 51 | 10 | 0 | 18 | BF | 45 | 2D |
| Octal | 44 | 243 | 301 | 121 | 20 | 0 | 30 | 277 | 105 | 55 |
| Binary | 100100 | 10100011 | 11000001 | 1010001 | 10000 | 0 | 11000 | 10111111 | 1000101 | 101101 |
Color Harmonies of #24A3C1
Complementary color
Monochromatic Colors of #24A3C1
Black with #24A3C1
Text Example
Text Example
White with #24A3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A3C1; }
p { color: rgb(36,163,193); }
H1.HeaderClassName
{
color: #24A3C1;
}
.AnyTagClassName
{
color: #24A3C1;
}
</style>
background-color css
<style>
a { background-color: #24A3C1; }
a { background-color: rgb(36,163,193); }
div.DivClassName
{
background-color: #24A3C1;
}
.BgClassName
{
background-color: #24A3C1;
}
</style>
border-color css
<style>
span { border-color: #24A3C1; }
span { border-color: rgb(36,163,193); }
td.TdClassName
{
border-color: #24A3C1;
}
.TagClassName
{
border-color: #24A3C1;
}
</style>