Shades of Pelorous #249AA5
Tints of Pelorous #249AA5
RGB
CMYK
RGB Variations
Color information
#249AA5 (or 0x249AA5) is known color: Pelorous. HEX triplet: 24, 9A and A5. RGB value is (36,154,165). Sum of RGB (Red+Green+Blue) = 36+154+165=355 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.14% from 355); Green value is 154 (60.55% from 255 or 43.38% from 355); Blue value is 165 (64.84% from 255 or 46.48% from 355); Max value from RGB is 165 - color contains mainly: blue. Hex color #249AA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249AA5 is #DB655A. Grayscale: #777777. Windows color (decimal): -14378331 or 10852900. OLE color: 10852900.
HSL color Cylindrical-coordinate representation of color #249AA5: hue angle of 185.12º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #249AA5 is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 36 | 154 | 165 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.35 |
| HSL | 185.12º | 0.64% | 0.39% | - |
| HSV(B) | 185.12º | 0.78% | 0.65% | - |
| XYZ | 19.07 | 26.2 | 39.65 | - |
| YUV | 119.97 | 153.41 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 154 | 165 | 0.78 | 0.07 | 0 | 0.35 | 185.12 | 0.64 | 0.39 |
| Hex | 24 | 9A | A5 | 4E | 7 | 0 | 23 | B9 | 40 | 27 |
| Octal | 44 | 232 | 245 | 116 | 7 | 0 | 43 | 271 | 100 | 47 |
| Binary | 100100 | 10011010 | 10100101 | 1001110 | 111 | 0 | 100011 | 10111001 | 1000000 | 100111 |
Color Harmonies of #249AA5
Complementary color
Monochromatic Colors of #249AA5
Black with #249AA5
Text Example
Text Example
White with #249AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249AA5; }
p { color: rgb(36,154,165); }
H1.HeaderClassName
{
color: #249AA5;
}
.AnyTagClassName
{
color: #249AA5;
}
</style>
background-color css
<style>
a { background-color: #249AA5; }
a { background-color: rgb(36,154,165); }
div.DivClassName
{
background-color: #249AA5;
}
.BgClassName
{
background-color: #249AA5;
}
</style>
border-color css
<style>
span { border-color: #249AA5; }
span { border-color: rgb(36,154,165); }
td.TdClassName
{
border-color: #249AA5;
}
.TagClassName
{
border-color: #249AA5;
}
</style>