Shades of Pelorous #249DB2
Tints of Pelorous #249DB2
RGB
CMYK
RGB Variations
Color information
#249DB2 (or 0x249DB2) is known color: Pelorous. HEX triplet: 24, 9D and B2. RGB value is (36,157,178). Sum of RGB (Red+Green+Blue) = 36+157+178=371 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.70% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 178 - color contains mainly: blue. Hex color #249DB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249DB2 is #DB624D. Grayscale: #7B7B7B. Windows color (decimal): -14377550 or 11705636. OLE color: 11705636.
HSL color Cylindrical-coordinate representation of color #249DB2: hue angle of 188.87º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #249DB2 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 36 | 157 | 178 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.30 |
| HSL | 188.87º | 0.66% | 0.42% | - |
| HSV(B) | 188.87º | 0.8% | 0.7% | - |
| XYZ | 20.82 | 27.7 | 46.37 | - |
| YUV | 123.22 | 158.91 | 65.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 157 | 178 | 0.80 | 0.12 | 0 | 0.30 | 188.87 | 0.66 | 0.42 |
| Hex | 24 | 9D | B2 | 50 | C | 0 | 1E | BD | 42 | 2A |
| Octal | 44 | 235 | 262 | 120 | 14 | 0 | 36 | 275 | 102 | 52 |
| Binary | 100100 | 10011101 | 10110010 | 1010000 | 1100 | 0 | 11110 | 10111101 | 1000010 | 101010 |
Color Harmonies of #249DB2
Complementary color
Monochromatic Colors of #249DB2
Black with #249DB2
Text Example
Text Example
White with #249DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249DB2; }
p { color: rgb(36,157,178); }
H1.HeaderClassName
{
color: #249DB2;
}
.AnyTagClassName
{
color: #249DB2;
}
</style>
background-color css
<style>
a { background-color: #249DB2; }
a { background-color: rgb(36,157,178); }
div.DivClassName
{
background-color: #249DB2;
}
.BgClassName
{
background-color: #249DB2;
}
</style>
border-color css
<style>
span { border-color: #249DB2; }
span { border-color: rgb(36,157,178); }
td.TdClassName
{
border-color: #249DB2;
}
.TagClassName
{
border-color: #249DB2;
}
</style>