Shades of Scooter #248799
Tints of Scooter #248799
RGB
CMYK
RGB Variations
Color information
#248799 (or 0x248799) is known color: Scooter. HEX triplet: 24, 87 and 99. RGB value is (36,135,153). Sum of RGB (Red+Green+Blue) = 36+135+153=324 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.11% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #248799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248799 is #DB7866. Grayscale: #6B6B6B. Windows color (decimal): -14383207 or 10061604. OLE color: 10061604.
HSL color Cylindrical-coordinate representation of color #248799: hue angle of 189.23º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #248799 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 135 | 153 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.4 |
| HSL | 189.23º | 0.62% | 0.37% | - |
| HSV(B) | 189.23º | 0.76% | 0.6% | - |
| XYZ | 15.14 | 20 | 33.2 | - |
| YUV | 107.45 | 153.7 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 135 | 153 | 0.76 | 0.12 | 0 | 0.4 | 189.23 | 0.62 | 0.37 |
| Hex | 24 | 87 | 99 | 4C | C | 0 | 28 | BD | 3E | 25 |
| Octal | 44 | 207 | 231 | 114 | 14 | 0 | 50 | 275 | 76 | 45 |
| Binary | 100100 | 10000111 | 10011001 | 1001100 | 1100 | 0 | 101000 | 10111101 | 111110 | 100101 |
Color Harmonies of #248799
Complementary color
Monochromatic Colors of #248799
Black with #248799
Text Example
Text Example
White with #248799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248799; }
p { color: rgb(36,135,153); }
H1.HeaderClassName
{
color: #248799;
}
.AnyTagClassName
{
color: #248799;
}
</style>
background-color css
<style>
a { background-color: #248799; }
a { background-color: rgb(36,135,153); }
div.DivClassName
{
background-color: #248799;
}
.BgClassName
{
background-color: #248799;
}
</style>
border-color css
<style>
span { border-color: #248799; }
span { border-color: rgb(36,135,153); }
td.TdClassName
{
border-color: #248799;
}
.TagClassName
{
border-color: #248799;
}
</style>