Shades of Scooter #248AAA
Tints of Scooter #248AAA
RGB
CMYK
RGB Variations
Color information
#248AAA (or 0x248AAA) is known color: Scooter. HEX triplet: 24, 8A and AA. RGB value is (36,138,170). Sum of RGB (Red+Green+Blue) = 36+138+170=344 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.47% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #248AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248AAA is #DB7555. Grayscale: #6E6E6E. Windows color (decimal): -14382422 or 11176484. OLE color: 11176484.
HSL color Cylindrical-coordinate representation of color #248AAA: hue angle of 194.33º 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 #248AAA is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 138 | 170 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.33 |
| HSL | 194.33º | 0.65% | 0.4% | - |
| HSV(B) | 194.33º | 0.79% | 0.67% | - |
| XYZ | 17.07 | 21.45 | 41.27 | - |
| YUV | 111.15 | 161.21 | 74.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 170 | 0.79 | 0.19 | 0 | 0.33 | 194.33 | 0.65 | 0.4 |
| Hex | 24 | 8A | AA | 4F | 13 | 0 | 21 | C2 | 41 | 28 |
| Octal | 44 | 212 | 252 | 117 | 23 | 0 | 41 | 302 | 101 | 50 |
| Binary | 100100 | 10001010 | 10101010 | 1001111 | 10011 | 0 | 100001 | 11000010 | 1000001 | 101000 |
Color Harmonies of #248AAA
Complementary color
Monochromatic Colors of #248AAA
Black with #248AAA
Text Example
Text Example
White with #248AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248AAA; }
p { color: rgb(36,138,170); }
H1.HeaderClassName
{
color: #248AAA;
}
.AnyTagClassName
{
color: #248AAA;
}
</style>
background-color css
<style>
a { background-color: #248AAA; }
a { background-color: rgb(36,138,170); }
div.DivClassName
{
background-color: #248AAA;
}
.BgClassName
{
background-color: #248AAA;
}
</style>
border-color css
<style>
span { border-color: #248AAA; }
span { border-color: rgb(36,138,170); }
td.TdClassName
{
border-color: #248AAA;
}
.TagClassName
{
border-color: #248AAA;
}
</style>