Shades of Pelorous #249CB5
Tints of Pelorous #249CB5
RGB
CMYK
RGB Variations
Color information
#249CB5 (or 0x249CB5) is known color: Pelorous. HEX triplet: 24, 9C and B5. RGB value is (36,156,181). Sum of RGB (Red+Green+Blue) = 36+156+181=373 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.65% from 373); Green value is 156 (61.33% from 255 or 41.82% from 373); Blue value is 181 (71.09% from 255 or 48.53% from 373); Max value from RGB is 181 - color contains mainly: blue. Hex color #249CB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249CB5 is #DB634A. Grayscale: #7A7A7A. Windows color (decimal): -14377803 or 11901988. OLE color: 11901988.
HSL color Cylindrical-coordinate representation of color #249CB5: hue angle of 190.34º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #249CB5 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 36 | 156 | 181 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.29 |
| HSL | 190.34º | 0.67% | 0.43% | - |
| HSV(B) | 190.34º | 0.8% | 0.71% | - |
| XYZ | 20.96 | 27.49 | 47.92 | - |
| YUV | 122.97 | 160.74 | 65.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 156 | 181 | 0.80 | 0.14 | 0 | 0.29 | 190.34 | 0.67 | 0.43 |
| Hex | 24 | 9C | B5 | 50 | E | 0 | 1D | BE | 43 | 2B |
| Octal | 44 | 234 | 265 | 120 | 16 | 0 | 35 | 276 | 103 | 53 |
| Binary | 100100 | 10011100 | 10110101 | 1010000 | 1110 | 0 | 11101 | 10111110 | 1000011 | 101011 |
Color Harmonies of #249CB5
Complementary color
Monochromatic Colors of #249CB5
Black with #249CB5
Text Example
Text Example
White with #249CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249CB5; }
p { color: rgb(36,156,181); }
H1.HeaderClassName
{
color: #249CB5;
}
.AnyTagClassName
{
color: #249CB5;
}
</style>
background-color css
<style>
a { background-color: #249CB5; }
a { background-color: rgb(36,156,181); }
div.DivClassName
{
background-color: #249CB5;
}
.BgClassName
{
background-color: #249CB5;
}
</style>
border-color css
<style>
span { border-color: #249CB5; }
span { border-color: rgb(36,156,181); }
td.TdClassName
{
border-color: #249CB5;
}
.TagClassName
{
border-color: #249CB5;
}
</style>