Shades of Scooter #278E9A
Tints of Scooter #278E9A
RGB
CMYK
RGB Variations
Color information
#278E9A (or 0x278E9A) is known color: Scooter. HEX triplet: 27, 8E and 9A. RGB value is (39,142,154). Sum of RGB (Red+Green+Blue) = 39+142+154=335 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.64% from 335); Green value is 142 (55.86% from 255 or 42.39% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 154 - color contains mainly: blue. Hex color #278E9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278E9A is #D87165. Grayscale: #707070. Windows color (decimal): -14184806 or 10128935. OLE color: 10128935.
HSL color Cylindrical-coordinate representation of color #278E9A: hue angle of 186.26º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #278E9A is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 39 | 142 | 154 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.40 |
| HSL | 186.26º | 0.6% | 0.38% | - |
| HSV(B) | 186.26º | 0.75% | 0.6% | - |
| XYZ | 16.34 | 22.11 | 33.98 | - |
| YUV | 112.57 | 151.38 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 142 | 154 | 0.75 | 0.08 | 0 | 0.40 | 186.26 | 0.6 | 0.38 |
| Hex | 27 | 8E | 9A | 4B | 8 | 0 | 28 | BA | 3C | 26 |
| Octal | 47 | 216 | 232 | 113 | 10 | 0 | 50 | 272 | 74 | 46 |
| Binary | 100111 | 10001110 | 10011010 | 1001011 | 1000 | 0 | 101000 | 10111010 | 111100 | 100110 |
Color Harmonies of #278E9A
Complementary color
Monochromatic Colors of #278E9A
Black with #278E9A
Text Example
Text Example
White with #278E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278E9A; }
p { color: rgb(39,142,154); }
H1.HeaderClassName
{
color: #278E9A;
}
.AnyTagClassName
{
color: #278E9A;
}
</style>
background-color css
<style>
a { background-color: #278E9A; }
a { background-color: rgb(39,142,154); }
div.DivClassName
{
background-color: #278E9A;
}
.BgClassName
{
background-color: #278E9A;
}
</style>
border-color css
<style>
span { border-color: #278E9A; }
span { border-color: rgb(39,142,154); }
td.TdClassName
{
border-color: #278E9A;
}
.TagClassName
{
border-color: #278E9A;
}
</style>