Shades of Pelorous #248FAA
Tints of Pelorous #248FAA
RGB
CMYK
RGB Variations
Color information
#248FAA (or 0x248FAA) is known color: Pelorous. HEX triplet: 24, 8F and AA. RGB value is (36,143,170). Sum of RGB (Red+Green+Blue) = 36+143+170=349 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.32% from 349); Green value is 143 (56.25% from 255 or 40.97% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #248FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248FAA is #DB7055. Grayscale: #717171. Windows color (decimal): -14381142 or 11177764. OLE color: 11177764.
HSL color Cylindrical-coordinate representation of color #248FAA: hue angle of 192.09º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #248FAA is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 143 | 170 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.33 |
| HSL | 192.09º | 0.65% | 0.4% | - |
| HSV(B) | 192.09º | 0.79% | 0.67% | - |
| XYZ | 17.81 | 22.92 | 41.52 | - |
| YUV | 114.09 | 159.55 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 143 | 170 | 0.79 | 0.16 | 0 | 0.33 | 192.09 | 0.65 | 0.4 |
| Hex | 24 | 8F | AA | 4F | 10 | 0 | 21 | C0 | 41 | 28 |
| Octal | 44 | 217 | 252 | 117 | 20 | 0 | 41 | 300 | 101 | 50 |
| Binary | 100100 | 10001111 | 10101010 | 1001111 | 10000 | 0 | 100001 | 11000000 | 1000001 | 101000 |
Color Harmonies of #248FAA
Complementary color
Monochromatic Colors of #248FAA
Black with #248FAA
Text Example
Text Example
White with #248FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248FAA; }
p { color: rgb(36,143,170); }
H1.HeaderClassName
{
color: #248FAA;
}
.AnyTagClassName
{
color: #248FAA;
}
</style>
background-color css
<style>
a { background-color: #248FAA; }
a { background-color: rgb(36,143,170); }
div.DivClassName
{
background-color: #248FAA;
}
.BgClassName
{
background-color: #248FAA;
}
</style>
border-color css
<style>
span { border-color: #248FAA; }
span { border-color: rgb(36,143,170); }
td.TdClassName
{
border-color: #248FAA;
}
.TagClassName
{
border-color: #248FAA;
}
</style>