Shades of Scooter #278BA8
Tints of Scooter #278BA8
RGB
CMYK
RGB Variations
Color information
#278BA8 (or 0x278BA8) is known color: Scooter. HEX triplet: 27, 8B and A8. RGB value is (39,139,168). Sum of RGB (Red+Green+Blue) = 39+139+168=346 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.27% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 168 (66.02% from 255 or 48.55% from 346); Max value from RGB is 168 - color contains mainly: blue. Hex color #278BA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278BA8 is #D87457. Grayscale: #707070. Windows color (decimal): -14185560 or 11045671. OLE color: 11045671.
HSL color Cylindrical-coordinate representation of color #278BA8: hue angle of 193.49º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #278BA8 is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 39 | 139 | 168 | - |
| CMYK | 0.77 | 0.17 | 0 | 0.34 |
| HSL | 193.49º | 0.62% | 0.41% | - |
| HSV(B) | 193.49º | 0.77% | 0.66% | - |
| XYZ | 17.14 | 21.72 | 40.34 | - |
| YUV | 112.41 | 159.37 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 139 | 168 | 0.77 | 0.17 | 0 | 0.34 | 193.49 | 0.62 | 0.41 |
| Hex | 27 | 8B | A8 | 4D | 11 | 0 | 22 | C1 | 3E | 29 |
| Octal | 47 | 213 | 250 | 115 | 21 | 0 | 42 | 301 | 76 | 51 |
| Binary | 100111 | 10001011 | 10101000 | 1001101 | 10001 | 0 | 100010 | 11000001 | 111110 | 101001 |
Color Harmonies of #278BA8
Complementary color
Monochromatic Colors of #278BA8
Black with #278BA8
Text Example
Text Example
White with #278BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278BA8; }
p { color: rgb(39,139,168); }
H1.HeaderClassName
{
color: #278BA8;
}
.AnyTagClassName
{
color: #278BA8;
}
</style>
background-color css
<style>
a { background-color: #278BA8; }
a { background-color: rgb(39,139,168); }
div.DivClassName
{
background-color: #278BA8;
}
.BgClassName
{
background-color: #278BA8;
}
</style>
border-color css
<style>
span { border-color: #278BA8; }
span { border-color: rgb(39,139,168); }
td.TdClassName
{
border-color: #278BA8;
}
.TagClassName
{
border-color: #278BA8;
}
</style>