Shades of Pelorous #249CB3
Tints of Pelorous #249CB3
RGB
CMYK
RGB Variations
Color information
#249CB3 (or 0x249CB3) is known color: Pelorous. HEX triplet: 24, 9C and B3. RGB value is (36,156,179). Sum of RGB (Red+Green+Blue) = 36+156+179=371 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.70% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #249CB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249CB3 is #DB634C. Grayscale: #7A7A7A. Windows color (decimal): -14377805 or 11770916. OLE color: 11770916.
HSL color Cylindrical-coordinate representation of color #249CB3: hue angle of 189.65º degrees, saturation: 0.67, 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 #249CB3 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 36 | 156 | 179 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.30 |
| HSL | 189.65º | 0.67% | 0.42% | - |
| HSV(B) | 189.65º | 0.8% | 0.7% | - |
| XYZ | 20.75 | 27.41 | 46.84 | - |
| YUV | 122.74 | 159.74 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 156 | 179 | 0.80 | 0.13 | 0 | 0.30 | 189.65 | 0.67 | 0.42 |
| Hex | 24 | 9C | B3 | 50 | D | 0 | 1E | BE | 43 | 2A |
| Octal | 44 | 234 | 263 | 120 | 15 | 0 | 36 | 276 | 103 | 52 |
| Binary | 100100 | 10011100 | 10110011 | 1010000 | 1101 | 0 | 11110 | 10111110 | 1000011 | 101010 |
Color Harmonies of #249CB3
Complementary color
Monochromatic Colors of #249CB3
Black with #249CB3
Text Example
Text Example
White with #249CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249CB3; }
p { color: rgb(36,156,179); }
H1.HeaderClassName
{
color: #249CB3;
}
.AnyTagClassName
{
color: #249CB3;
}
</style>
background-color css
<style>
a { background-color: #249CB3; }
a { background-color: rgb(36,156,179); }
div.DivClassName
{
background-color: #249CB3;
}
.BgClassName
{
background-color: #249CB3;
}
</style>
border-color css
<style>
span { border-color: #249CB3; }
span { border-color: rgb(36,156,179); }
td.TdClassName
{
border-color: #249CB3;
}
.TagClassName
{
border-color: #249CB3;
}
</style>