Shades of Pelorous #249BC5
Tints of Pelorous #249BC5
RGB
CMYK
RGB Variations
Color information
#249BC5 (or 0x249BC5) is known color: Pelorous. HEX triplet: 24, 9B and C5. RGB value is (36,155,197). Sum of RGB (Red+Green+Blue) = 36+155+197=388 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.28% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 197 (77.34% from 255 or 50.77% from 388); Max value from RGB is 197 - color contains mainly: blue. Hex color #249BC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249BC5 is #DB643A. Grayscale: #7B7B7B. Windows color (decimal): -14378043 or 12950308. OLE color: 12950308.
HSL color Cylindrical-coordinate representation of color #249BC5: hue angle of 195.65º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #249BC5 is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 36 | 155 | 197 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.23 |
| HSL | 195.65º | 0.69% | 0.46% | - |
| HSV(B) | 195.65º | 0.82% | 0.77% | - |
| XYZ | 22.53 | 27.85 | 57.01 | - |
| YUV | 124.21 | 169.08 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 155 | 197 | 0.82 | 0.21 | 0 | 0.23 | 195.65 | 0.69 | 0.46 |
| Hex | 24 | 9B | C5 | 52 | 15 | 0 | 17 | C4 | 45 | 2E |
| Octal | 44 | 233 | 305 | 122 | 25 | 0 | 27 | 304 | 105 | 56 |
| Binary | 100100 | 10011011 | 11000101 | 1010010 | 10101 | 0 | 10111 | 11000100 | 1000101 | 101110 |
Color Harmonies of #249BC5
Complementary color
Monochromatic Colors of #249BC5
Black with #249BC5
Text Example
Text Example
White with #249BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249BC5; }
p { color: rgb(36,155,197); }
H1.HeaderClassName
{
color: #249BC5;
}
.AnyTagClassName
{
color: #249BC5;
}
</style>
background-color css
<style>
a { background-color: #249BC5; }
a { background-color: rgb(36,155,197); }
div.DivClassName
{
background-color: #249BC5;
}
.BgClassName
{
background-color: #249BC5;
}
</style>
border-color css
<style>
span { border-color: #249BC5; }
span { border-color: rgb(36,155,197); }
td.TdClassName
{
border-color: #249BC5;
}
.TagClassName
{
border-color: #249BC5;
}
</style>