Shades of Scooter #278B97
Tints of Scooter #278B97
RGB
CMYK
RGB Variations
Color information
#278B97 (or 0x278B97) is known color: Scooter. HEX triplet: 27, 8B and 97. RGB value is (39,139,151). Sum of RGB (Red+Green+Blue) = 39+139+151=329 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.85% from 329); Green value is 139 (54.69% from 255 or 42.25% from 329); Blue value is 151 (59.38% from 255 or 45.90% from 329); Max value from RGB is 151 - color contains mainly: blue. Hex color #278B97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278B97 is #D87468. Grayscale: #6E6E6E. Windows color (decimal): -14185577 or 9931559. OLE color: 9931559.
HSL color Cylindrical-coordinate representation of color #278B97: hue angle of 186.43º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #278B97 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 39 | 139 | 151 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.41 |
| HSL | 186.43º | 0.59% | 0.37% | - |
| HSV(B) | 186.43º | 0.74% | 0.59% | - |
| XYZ | 15.66 | 21.13 | 32.53 | - |
| YUV | 110.47 | 150.87 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 139 | 151 | 0.74 | 0.08 | 0 | 0.41 | 186.43 | 0.59 | 0.37 |
| Hex | 27 | 8B | 97 | 4A | 8 | 0 | 29 | BA | 3B | 25 |
| Octal | 47 | 213 | 227 | 112 | 10 | 0 | 51 | 272 | 73 | 45 |
| Binary | 100111 | 10001011 | 10010111 | 1001010 | 1000 | 0 | 101001 | 10111010 | 111011 | 100101 |
Color Harmonies of #278B97
Complementary color
Monochromatic Colors of #278B97
Black with #278B97
Text Example
Text Example
White with #278B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278B97; }
p { color: rgb(39,139,151); }
H1.HeaderClassName
{
color: #278B97;
}
.AnyTagClassName
{
color: #278B97;
}
</style>
background-color css
<style>
a { background-color: #278B97; }
a { background-color: rgb(39,139,151); }
div.DivClassName
{
background-color: #278B97;
}
.BgClassName
{
background-color: #278B97;
}
</style>
border-color css
<style>
span { border-color: #278B97; }
span { border-color: rgb(39,139,151); }
td.TdClassName
{
border-color: #278B97;
}
.TagClassName
{
border-color: #278B97;
}
</style>