Shades of Scooter #278BA7
Tints of Scooter #278BA7
RGB
CMYK
RGB Variations
Color information
#278BA7 (or 0x278BA7) is known color: Scooter. HEX triplet: 27, 8B and A7. RGB value is (39,139,167). Sum of RGB (Red+Green+Blue) = 39+139+167=345 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.30% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 167 (65.62% from 255 or 48.41% from 345); Max value from RGB is 167 - color contains mainly: blue. Hex color #278BA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278BA7 is #D87458. Grayscale: #707070. Windows color (decimal): -14185561 or 10980135. OLE color: 10980135.
HSL color Cylindrical-coordinate representation of color #278BA7: hue angle of 193.12º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #278BA7 is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 39 | 139 | 167 | - |
| CMYK | 0.77 | 0.17 | 0 | 0.35 |
| HSL | 193.13º | 0.62% | 0.4% | - |
| HSV(B) | 193.13º | 0.77% | 0.65% | - |
| XYZ | 17.04 | 21.69 | 39.85 | - |
| YUV | 112.29 | 158.87 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 139 | 167 | 0.77 | 0.17 | 0 | 0.35 | 193.13 | 0.62 | 0.4 |
| Hex | 27 | 8B | A7 | 4D | 11 | 0 | 23 | C1 | 3E | 28 |
| Octal | 47 | 213 | 247 | 115 | 21 | 0 | 43 | 301 | 76 | 50 |
| Binary | 100111 | 10001011 | 10100111 | 1001101 | 10001 | 0 | 100011 | 11000001 | 111110 | 101000 |
Color Harmonies of #278BA7
Complementary color
Monochromatic Colors of #278BA7
Black with #278BA7
Text Example
Text Example
White with #278BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278BA7; }
p { color: rgb(39,139,167); }
H1.HeaderClassName
{
color: #278BA7;
}
.AnyTagClassName
{
color: #278BA7;
}
</style>
background-color css
<style>
a { background-color: #278BA7; }
a { background-color: rgb(39,139,167); }
div.DivClassName
{
background-color: #278BA7;
}
.BgClassName
{
background-color: #278BA7;
}
</style>
border-color css
<style>
span { border-color: #278BA7; }
span { border-color: rgb(39,139,167); }
td.TdClassName
{
border-color: #278BA7;
}
.TagClassName
{
border-color: #278BA7;
}
</style>