Shades of Pelorous #249AAF
Tints of Pelorous #249AAF
RGB
CMYK
RGB Variations
Color information
#249AAF (or 0x249AAF) is known color: Pelorous. HEX triplet: 24, 9A and AF. RGB value is (36,154,175). Sum of RGB (Red+Green+Blue) = 36+154+175=365 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.86% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #249AAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249AAF is #DB6550. Grayscale: #787878. Windows color (decimal): -14378321 or 11508260. OLE color: 11508260.
HSL color Cylindrical-coordinate representation of color #249AAF: hue angle of 189.06º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #249AAF is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 154 | 175 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.31 |
| HSL | 189.06º | 0.66% | 0.41% | - |
| HSV(B) | 189.06º | 0.79% | 0.69% | - |
| XYZ | 20.02 | 26.58 | 44.63 | - |
| YUV | 121.11 | 158.41 | 67.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 154 | 175 | 0.79 | 0.12 | 0 | 0.31 | 189.06 | 0.66 | 0.41 |
| Hex | 24 | 9A | AF | 4F | C | 0 | 1F | BD | 42 | 29 |
| Octal | 44 | 232 | 257 | 117 | 14 | 0 | 37 | 275 | 102 | 51 |
| Binary | 100100 | 10011010 | 10101111 | 1001111 | 1100 | 0 | 11111 | 10111101 | 1000010 | 101001 |
Color Harmonies of #249AAF
Complementary color
Monochromatic Colors of #249AAF
Black with #249AAF
Text Example
Text Example
White with #249AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249AAF; }
p { color: rgb(36,154,175); }
H1.HeaderClassName
{
color: #249AAF;
}
.AnyTagClassName
{
color: #249AAF;
}
</style>
background-color css
<style>
a { background-color: #249AAF; }
a { background-color: rgb(36,154,175); }
div.DivClassName
{
background-color: #249AAF;
}
.BgClassName
{
background-color: #249AAF;
}
</style>
border-color css
<style>
span { border-color: #249AAF; }
span { border-color: rgb(36,154,175); }
td.TdClassName
{
border-color: #249AAF;
}
.TagClassName
{
border-color: #249AAF;
}
</style>