Shades of Scooter #248295
Tints of Scooter #248295
RGB
CMYK
RGB Variations
Color information
#248295 (or 0x248295) is known color: Scooter. HEX triplet: 24, 82 and 95. RGB value is (36,130,149). Sum of RGB (Red+Green+Blue) = 36+130+149=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #248295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248295 is #DB7D6A. Grayscale: #676767. Windows color (decimal): -14384491 or 9798180. OLE color: 9798180.
HSL color Cylindrical-coordinate representation of color #248295: hue angle of 190.09º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #248295 is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 130 | 149 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.42 |
| HSL | 190.09º | 0.61% | 0.36% | - |
| HSV(B) | 190.09º | 0.76% | 0.58% | - |
| XYZ | 14.14 | 18.51 | 31.26 | - |
| YUV | 104.06 | 153.36 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 130 | 149 | 0.76 | 0.13 | 0 | 0.42 | 190.09 | 0.61 | 0.36 |
| Hex | 24 | 82 | 95 | 4C | D | 0 | 2A | BE | 3D | 24 |
| Octal | 44 | 202 | 225 | 114 | 15 | 0 | 52 | 276 | 75 | 44 |
| Binary | 100100 | 10000010 | 10010101 | 1001100 | 1101 | 0 | 101010 | 10111110 | 111101 | 100100 |
Color Harmonies of #248295
Complementary color
Monochromatic Colors of #248295
Black with #248295
Text Example
Text Example
White with #248295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248295; }
p { color: rgb(36,130,149); }
H1.HeaderClassName
{
color: #248295;
}
.AnyTagClassName
{
color: #248295;
}
</style>
background-color css
<style>
a { background-color: #248295; }
a { background-color: rgb(36,130,149); }
div.DivClassName
{
background-color: #248295;
}
.BgClassName
{
background-color: #248295;
}
</style>
border-color css
<style>
span { border-color: #248295; }
span { border-color: rgb(36,130,149); }
td.TdClassName
{
border-color: #248295;
}
.TagClassName
{
border-color: #248295;
}
</style>