Shades of Scooter #288299
Tints of Scooter #288299
RGB
CMYK
RGB Variations
Color information
#288299 (or 0x288299) is known color: Scooter. HEX triplet: 28, 82 and 99. RGB value is (40,130,153). Sum of RGB (Red+Green+Blue) = 40+130+153=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #288299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288299 is #D77D66. Grayscale: #696969. Windows color (decimal): -14122343 or 10060328. OLE color: 10060328.
HSL color Cylindrical-coordinate representation of color #288299: hue angle of 192.21º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #288299 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 130 | 153 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.4 |
| HSL | 192.21º | 0.59% | 0.38% | - |
| HSV(B) | 192.21º | 0.74% | 0.6% | - |
| XYZ | 14.61 | 18.72 | 32.98 | - |
| YUV | 105.71 | 154.68 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 153 | 0.74 | 0.15 | 0 | 0.4 | 192.21 | 0.59 | 0.38 |
| Hex | 28 | 82 | 99 | 4A | F | 0 | 28 | C0 | 3B | 26 |
| Octal | 50 | 202 | 231 | 112 | 17 | 0 | 50 | 300 | 73 | 46 |
| Binary | 101000 | 10000010 | 10011001 | 1001010 | 1111 | 0 | 101000 | 11000000 | 111011 | 100110 |
Color Harmonies of #288299
Complementary color
Monochromatic Colors of #288299
Black with #288299
Text Example
Text Example
White with #288299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288299; }
p { color: rgb(40,130,153); }
H1.HeaderClassName
{
color: #288299;
}
.AnyTagClassName
{
color: #288299;
}
</style>
background-color css
<style>
a { background-color: #288299; }
a { background-color: rgb(40,130,153); }
div.DivClassName
{
background-color: #288299;
}
.BgClassName
{
background-color: #288299;
}
</style>
border-color css
<style>
span { border-color: #288299; }
span { border-color: rgb(40,130,153); }
td.TdClassName
{
border-color: #288299;
}
.TagClassName
{
border-color: #288299;
}
</style>