Shades of Pelorous #248FAB
Tints of Pelorous #248FAB
RGB
CMYK
RGB Variations
Color information
#248FAB (or 0x248FAB) is known color: Pelorous. HEX triplet: 24, 8F and AB. RGB value is (36,143,171). Sum of RGB (Red+Green+Blue) = 36+143+171=350 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.29% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #248FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248FAB is #DB7054. Grayscale: #717171. Windows color (decimal): -14381141 or 11243300. OLE color: 11243300.
HSL color Cylindrical-coordinate representation of color #248FAB: hue angle of 192.44º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #248FAB is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 143 | 171 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.33 |
| HSL | 192.44º | 0.65% | 0.41% | - |
| HSV(B) | 192.44º | 0.79% | 0.67% | - |
| XYZ | 17.9 | 22.96 | 42.02 | - |
| YUV | 114.2 | 160.05 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 143 | 171 | 0.79 | 0.16 | 0 | 0.33 | 192.44 | 0.65 | 0.41 |
| Hex | 24 | 8F | AB | 4F | 10 | 0 | 21 | C0 | 41 | 29 |
| Octal | 44 | 217 | 253 | 117 | 20 | 0 | 41 | 300 | 101 | 51 |
| Binary | 100100 | 10001111 | 10101011 | 1001111 | 10000 | 0 | 100001 | 11000000 | 1000001 | 101001 |
Color Harmonies of #248FAB
Complementary color
Monochromatic Colors of #248FAB
Black with #248FAB
Text Example
Text Example
White with #248FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248FAB; }
p { color: rgb(36,143,171); }
H1.HeaderClassName
{
color: #248FAB;
}
.AnyTagClassName
{
color: #248FAB;
}
</style>
background-color css
<style>
a { background-color: #248FAB; }
a { background-color: rgb(36,143,171); }
div.DivClassName
{
background-color: #248FAB;
}
.BgClassName
{
background-color: #248FAB;
}
</style>
border-color css
<style>
span { border-color: #248FAB; }
span { border-color: rgb(36,143,171); }
td.TdClassName
{
border-color: #248FAB;
}
.TagClassName
{
border-color: #248FAB;
}
</style>