Shades of Pelorous #249CBF
Tints of Pelorous #249CBF
RGB
CMYK
RGB Variations
Color information
#249CBF (or 0x249CBF) is known color: Pelorous. HEX triplet: 24, 9C and BF. RGB value is (36,156,191). Sum of RGB (Red+Green+Blue) = 36+156+191=383 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.40% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #249CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249CBF is #DB6340. Grayscale: #7B7B7B. Windows color (decimal): -14377793 or 12557348. OLE color: 12557348.
HSL color Cylindrical-coordinate representation of color #249CBF: hue angle of 193.55º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #249CBF is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 156 | 191 | - |
| CMYK | 0.81 | 0.18 | 0 | 0.25 |
| HSL | 193.55º | 0.68% | 0.45% | - |
| HSV(B) | 193.55º | 0.81% | 0.75% | - |
| XYZ | 22.02 | 27.91 | 53.52 | - |
| YUV | 124.11 | 165.74 | 65.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 156 | 191 | 0.81 | 0.18 | 0 | 0.25 | 193.55 | 0.68 | 0.45 |
| Hex | 24 | 9C | BF | 51 | 12 | 0 | 19 | C2 | 44 | 2D |
| Octal | 44 | 234 | 277 | 121 | 22 | 0 | 31 | 302 | 104 | 55 |
| Binary | 100100 | 10011100 | 10111111 | 1010001 | 10010 | 0 | 11001 | 11000010 | 1000100 | 101101 |
Color Harmonies of #249CBF
Complementary color
Monochromatic Colors of #249CBF
Black with #249CBF
Text Example
Text Example
White with #249CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249CBF; }
p { color: rgb(36,156,191); }
H1.HeaderClassName
{
color: #249CBF;
}
.AnyTagClassName
{
color: #249CBF;
}
</style>
background-color css
<style>
a { background-color: #249CBF; }
a { background-color: rgb(36,156,191); }
div.DivClassName
{
background-color: #249CBF;
}
.BgClassName
{
background-color: #249CBF;
}
</style>
border-color css
<style>
span { border-color: #249CBF; }
span { border-color: rgb(36,156,191); }
td.TdClassName
{
border-color: #249CBF;
}
.TagClassName
{
border-color: #249CBF;
}
</style>