Shades of Scooter #248E9C
Tints of Scooter #248E9C
RGB
CMYK
RGB Variations
Color information
#248E9C (or 0x248E9C) is known color: Scooter. HEX triplet: 24, 8E and 9C. RGB value is (36,142,156). Sum of RGB (Red+Green+Blue) = 36+142+156=334 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.78% from 334); Green value is 142 (55.86% from 255 or 42.51% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 156 - color contains mainly: blue. Hex color #248E9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248E9C is #DB7163. Grayscale: #6F6F6F. Windows color (decimal): -14381412 or 10260004. OLE color: 10260004.
HSL color Cylindrical-coordinate representation of color #248E9C: hue angle of 187º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #248E9C is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 142 | 156 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.39 |
| HSL | 187º | 0.63% | 0.38% | - |
| HSV(B) | 187º | 0.77% | 0.61% | - |
| XYZ | 16.4 | 22.12 | 34.86 | - |
| YUV | 111.9 | 152.88 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 142 | 156 | 0.77 | 0.09 | 0 | 0.39 | 187 | 0.63 | 0.38 |
| Hex | 24 | 8E | 9C | 4D | 9 | 0 | 27 | BB | 3E | 26 |
| Octal | 44 | 216 | 234 | 115 | 11 | 0 | 47 | 273 | 76 | 46 |
| Binary | 100100 | 10001110 | 10011100 | 1001101 | 1001 | 0 | 100111 | 10111011 | 111110 | 100110 |
Color Harmonies of #248E9C
Complementary color
Monochromatic Colors of #248E9C
Black with #248E9C
Text Example
Text Example
White with #248E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248E9C; }
p { color: rgb(36,142,156); }
H1.HeaderClassName
{
color: #248E9C;
}
.AnyTagClassName
{
color: #248E9C;
}
</style>
background-color css
<style>
a { background-color: #248E9C; }
a { background-color: rgb(36,142,156); }
div.DivClassName
{
background-color: #248E9C;
}
.BgClassName
{
background-color: #248E9C;
}
</style>
border-color css
<style>
span { border-color: #248E9C; }
span { border-color: rgb(36,142,156); }
td.TdClassName
{
border-color: #248E9C;
}
.TagClassName
{
border-color: #248E9C;
}
</style>