Shades of Scooter #278A95
Tints of Scooter #278A95
RGB
CMYK
RGB Variations
Color information
#278A95 (or 0x278A95) is known color: Scooter. HEX triplet: 27, 8A and 95. RGB value is (39,138,149). Sum of RGB (Red+Green+Blue) = 39+138+149=326 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.96% from 326); Green value is 138 (54.30% from 255 or 42.33% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 149 - color contains mainly: blue. Hex color #278A95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278A95 is #D8756A. Grayscale: #6D6D6D. Windows color (decimal): -14185835 or 9800231. OLE color: 9800231.
HSL color Cylindrical-coordinate representation of color #278A95: hue angle of 186º 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 #278A95 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 138 | 149 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.42 |
| HSL | 186º | 0.59% | 0.37% | - |
| HSV(B) | 186º | 0.74% | 0.58% | - |
| XYZ | 15.35 | 20.78 | 31.64 | - |
| YUV | 109.65 | 150.2 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 138 | 149 | 0.74 | 0.07 | 0 | 0.42 | 186 | 0.59 | 0.37 |
| Hex | 27 | 8A | 95 | 4A | 7 | 0 | 2A | BA | 3B | 25 |
| Octal | 47 | 212 | 225 | 112 | 7 | 0 | 52 | 272 | 73 | 45 |
| Binary | 100111 | 10001010 | 10010101 | 1001010 | 111 | 0 | 101010 | 10111010 | 111011 | 100101 |
Color Harmonies of #278A95
Complementary color
Monochromatic Colors of #278A95
Black with #278A95
Text Example
Text Example
White with #278A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278A95; }
p { color: rgb(39,138,149); }
H1.HeaderClassName
{
color: #278A95;
}
.AnyTagClassName
{
color: #278A95;
}
</style>
background-color css
<style>
a { background-color: #278A95; }
a { background-color: rgb(39,138,149); }
div.DivClassName
{
background-color: #278A95;
}
.BgClassName
{
background-color: #278A95;
}
</style>
border-color css
<style>
span { border-color: #278A95; }
span { border-color: rgb(39,138,149); }
td.TdClassName
{
border-color: #278A95;
}
.TagClassName
{
border-color: #278A95;
}
</style>