Shades of Scooter #278799
Tints of Scooter #278799
RGB
CMYK
RGB Variations
Color information
#278799 (or 0x278799) is known color: Scooter. HEX triplet: 27, 87 and 99. RGB value is (39,135,153). Sum of RGB (Red+Green+Blue) = 39+135+153=327 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.93% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #278799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278799 is #D87866. Grayscale: #6C6C6C. Windows color (decimal): -14186599 or 10061607. OLE color: 10061607.
HSL color Cylindrical-coordinate representation of color #278799: hue angle of 189.47º degrees, saturation: 0.59, 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 #278799 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 39 | 135 | 153 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.4 |
| HSL | 189.47º | 0.59% | 0.38% | - |
| HSV(B) | 189.47º | 0.75% | 0.6% | - |
| XYZ | 15.25 | 20.06 | 33.21 | - |
| YUV | 108.35 | 153.2 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 135 | 153 | 0.75 | 0.12 | 0 | 0.4 | 189.47 | 0.59 | 0.38 |
| Hex | 27 | 87 | 99 | 4B | C | 0 | 28 | BD | 3B | 26 |
| Octal | 47 | 207 | 231 | 113 | 14 | 0 | 50 | 275 | 73 | 46 |
| Binary | 100111 | 10000111 | 10011001 | 1001011 | 1100 | 0 | 101000 | 10111101 | 111011 | 100110 |
Color Harmonies of #278799
Complementary color
Monochromatic Colors of #278799
Black with #278799
Text Example
Text Example
White with #278799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278799; }
p { color: rgb(39,135,153); }
H1.HeaderClassName
{
color: #278799;
}
.AnyTagClassName
{
color: #278799;
}
</style>
background-color css
<style>
a { background-color: #278799; }
a { background-color: rgb(39,135,153); }
div.DivClassName
{
background-color: #278799;
}
.BgClassName
{
background-color: #278799;
}
</style>
border-color css
<style>
span { border-color: #278799; }
span { border-color: rgb(39,135,153); }
td.TdClassName
{
border-color: #278799;
}
.TagClassName
{
border-color: #278799;
}
</style>