Shades of Scooter #248F9D
Tints of Scooter #248F9D
RGB
CMYK
RGB Variations
Color information
#248F9D (or 0x248F9D) is known color: Scooter. HEX triplet: 24, 8F and 9D. RGB value is (36,143,157). Sum of RGB (Red+Green+Blue) = 36+143+157=336 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.71% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 157 - color contains mainly: blue. Hex color #248F9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248F9D is #DB7062. Grayscale: #707070. Windows color (decimal): -14381155 or 10325796. OLE color: 10325796.
HSL color Cylindrical-coordinate representation of color #248F9D: hue angle of 186.94º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #248F9D is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 143 | 157 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.38 |
| HSL | 186.94º | 0.63% | 0.38% | - |
| HSV(B) | 186.94º | 0.77% | 0.62% | - |
| XYZ | 16.64 | 22.45 | 35.36 | - |
| YUV | 112.6 | 153.05 | 73.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 143 | 157 | 0.77 | 0.09 | 0 | 0.38 | 186.94 | 0.63 | 0.38 |
| Hex | 24 | 8F | 9D | 4D | 9 | 0 | 26 | BB | 3F | 26 |
| Octal | 44 | 217 | 235 | 115 | 11 | 0 | 46 | 273 | 77 | 46 |
| Binary | 100100 | 10001111 | 10011101 | 1001101 | 1001 | 0 | 100110 | 10111011 | 111111 | 100110 |
Color Harmonies of #248F9D
Complementary color
Monochromatic Colors of #248F9D
Black with #248F9D
Text Example
Text Example
White with #248F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248F9D; }
p { color: rgb(36,143,157); }
H1.HeaderClassName
{
color: #248F9D;
}
.AnyTagClassName
{
color: #248F9D;
}
</style>
background-color css
<style>
a { background-color: #248F9D; }
a { background-color: rgb(36,143,157); }
div.DivClassName
{
background-color: #248F9D;
}
.BgClassName
{
background-color: #248F9D;
}
</style>
border-color css
<style>
span { border-color: #248F9D; }
span { border-color: rgb(36,143,157); }
td.TdClassName
{
border-color: #248F9D;
}
.TagClassName
{
border-color: #248F9D;
}
</style>