Shades of Pelorous #249BC9
Tints of Pelorous #249BC9
RGB
CMYK
RGB Variations
Color information
#249BC9 (or 0x249BC9) is known color: Pelorous. HEX triplet: 24, 9B and C9. RGB value is (36,155,201). Sum of RGB (Red+Green+Blue) = 36+155+201=392 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.18% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #249BC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249BC9 is #DB6436. Grayscale: #7C7C7C. Windows color (decimal): -14378039 or 13212452. OLE color: 13212452.
HSL color Cylindrical-coordinate representation of color #249BC9: hue angle of 196.73º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #249BC9 is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 36 | 155 | 201 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.21 |
| HSL | 196.73º | 0.7% | 0.46% | - |
| HSV(B) | 196.73º | 0.82% | 0.79% | - |
| XYZ | 22.99 | 28.03 | 59.46 | - |
| YUV | 124.66 | 171.08 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 155 | 201 | 0.82 | 0.23 | 0 | 0.21 | 196.73 | 0.7 | 0.46 |
| Hex | 24 | 9B | C9 | 52 | 17 | 0 | 15 | C5 | 46 | 2E |
| Octal | 44 | 233 | 311 | 122 | 27 | 0 | 25 | 305 | 106 | 56 |
| Binary | 100100 | 10011011 | 11001001 | 1010010 | 10111 | 0 | 10101 | 11000101 | 1000110 | 101110 |
Color Harmonies of #249BC9
Complementary color
Monochromatic Colors of #249BC9
Black with #249BC9
Text Example
Text Example
White with #249BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249BC9; }
p { color: rgb(36,155,201); }
H1.HeaderClassName
{
color: #249BC9;
}
.AnyTagClassName
{
color: #249BC9;
}
</style>
background-color css
<style>
a { background-color: #249BC9; }
a { background-color: rgb(36,155,201); }
div.DivClassName
{
background-color: #249BC9;
}
.BgClassName
{
background-color: #249BC9;
}
</style>
border-color css
<style>
span { border-color: #249BC9; }
span { border-color: rgb(36,155,201); }
td.TdClassName
{
border-color: #249BC9;
}
.TagClassName
{
border-color: #249BC9;
}
</style>