Shades of Scooter #278095
Tints of Scooter #278095
RGB
CMYK
RGB Variations
Color information
#278095 (or 0x278095) is known color: Scooter. HEX triplet: 27, 80 and 95. RGB value is (39,128,149). Sum of RGB (Red+Green+Blue) = 39+128+149=316 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.34% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #278095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278095 is #D87F6A. Grayscale: #676767. Windows color (decimal): -14188395 or 9797671. OLE color: 9797671.
HSL color Cylindrical-coordinate representation of color #278095: hue angle of 191.45º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #278095 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 128 | 149 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.42 |
| HSL | 191.45º | 0.59% | 0.37% | - |
| HSV(B) | 191.45º | 0.74% | 0.58% | - |
| XYZ | 13.98 | 18.04 | 31.18 | - |
| YUV | 103.78 | 153.51 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 128 | 149 | 0.74 | 0.14 | 0 | 0.42 | 191.45 | 0.59 | 0.37 |
| Hex | 27 | 80 | 95 | 4A | E | 0 | 2A | BF | 3B | 25 |
| Octal | 47 | 200 | 225 | 112 | 16 | 0 | 52 | 277 | 73 | 45 |
| Binary | 100111 | 10000000 | 10010101 | 1001010 | 1110 | 0 | 101010 | 10111111 | 111011 | 100101 |
Color Harmonies of #278095
Complementary color
Monochromatic Colors of #278095
Black with #278095
Text Example
Text Example
White with #278095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278095; }
p { color: rgb(39,128,149); }
H1.HeaderClassName
{
color: #278095;
}
.AnyTagClassName
{
color: #278095;
}
</style>
background-color css
<style>
a { background-color: #278095; }
a { background-color: rgb(39,128,149); }
div.DivClassName
{
background-color: #278095;
}
.BgClassName
{
background-color: #278095;
}
</style>
border-color css
<style>
span { border-color: #278095; }
span { border-color: rgb(39,128,149); }
td.TdClassName
{
border-color: #278095;
}
.TagClassName
{
border-color: #278095;
}
</style>