Shades of Scooter #278199
Tints of Scooter #278199
RGB
CMYK
RGB Variations
Color information
#278199 (or 0x278199) is known color: Scooter. HEX triplet: 27, 81 and 99. RGB value is (39,129,153). Sum of RGB (Red+Green+Blue) = 39+129+153=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #278199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278199 is #D87E66. Grayscale: #686868. Windows color (decimal): -14188135 or 10060071. OLE color: 10060071.
HSL color Cylindrical-coordinate representation of color #278199: hue angle of 192.63º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #278199 is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 39 | 129 | 153 | - |
| CMYK | 0.75 | 0.16 | 0 | 0.4 |
| HSL | 192.63º | 0.59% | 0.38% | - |
| HSV(B) | 192.63º | 0.75% | 0.6% | - |
| XYZ | 14.44 | 18.43 | 32.93 | - |
| YUV | 104.83 | 155.18 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 129 | 153 | 0.75 | 0.16 | 0 | 0.4 | 192.63 | 0.59 | 0.38 |
| Hex | 27 | 81 | 99 | 4B | 10 | 0 | 28 | C1 | 3B | 26 |
| Octal | 47 | 201 | 231 | 113 | 20 | 0 | 50 | 301 | 73 | 46 |
| Binary | 100111 | 10000001 | 10011001 | 1001011 | 10000 | 0 | 101000 | 11000001 | 111011 | 100110 |
Color Harmonies of #278199
Complementary color
Monochromatic Colors of #278199
Black with #278199
Text Example
Text Example
White with #278199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278199; }
p { color: rgb(39,129,153); }
H1.HeaderClassName
{
color: #278199;
}
.AnyTagClassName
{
color: #278199;
}
</style>
background-color css
<style>
a { background-color: #278199; }
a { background-color: rgb(39,129,153); }
div.DivClassName
{
background-color: #278199;
}
.BgClassName
{
background-color: #278199;
}
</style>
border-color css
<style>
span { border-color: #278199; }
span { border-color: rgb(39,129,153); }
td.TdClassName
{
border-color: #278199;
}
.TagClassName
{
border-color: #278199;
}
</style>