Shades of Pelorous #249DC2
Tints of Pelorous #249DC2
RGB
CMYK
RGB Variations
Color information
#249DC2 (or 0x249DC2) is known color: Pelorous. HEX triplet: 24, 9D and C2. RGB value is (36,157,194). Sum of RGB (Red+Green+Blue) = 36+157+194=387 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.30% from 387); Green value is 157 (61.72% from 255 or 40.57% from 387); Blue value is 194 (76.17% from 255 or 50.13% from 387); Max value from RGB is 194 - color contains mainly: blue. Hex color #249DC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249DC2 is #DB623D. Grayscale: #7C7C7C. Windows color (decimal): -14377534 or 12754212. OLE color: 12754212.
HSL color Cylindrical-coordinate representation of color #249DC2: hue angle of 194.05º 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 #249DC2 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 157 | 194 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.24 |
| HSL | 194.05º | 0.69% | 0.45% | - |
| HSV(B) | 194.05º | 0.81% | 0.76% | - |
| XYZ | 22.52 | 28.38 | 55.33 | - |
| YUV | 125.04 | 166.91 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 157 | 194 | 0.81 | 0.19 | 0 | 0.24 | 194.05 | 0.69 | 0.45 |
| Hex | 24 | 9D | C2 | 51 | 13 | 0 | 18 | C2 | 45 | 2D |
| Octal | 44 | 235 | 302 | 121 | 23 | 0 | 30 | 302 | 105 | 55 |
| Binary | 100100 | 10011101 | 11000010 | 1010001 | 10011 | 0 | 11000 | 11000010 | 1000101 | 101101 |
Color Harmonies of #249DC2
Complementary color
Monochromatic Colors of #249DC2
Black with #249DC2
Text Example
Text Example
White with #249DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249DC2; }
p { color: rgb(36,157,194); }
H1.HeaderClassName
{
color: #249DC2;
}
.AnyTagClassName
{
color: #249DC2;
}
</style>
background-color css
<style>
a { background-color: #249DC2; }
a { background-color: rgb(36,157,194); }
div.DivClassName
{
background-color: #249DC2;
}
.BgClassName
{
background-color: #249DC2;
}
</style>
border-color css
<style>
span { border-color: #249DC2; }
span { border-color: rgb(36,157,194); }
td.TdClassName
{
border-color: #249DC2;
}
.TagClassName
{
border-color: #249DC2;
}
</style>