Shades of Scooter #277C99
Tints of Scooter #277C99
RGB
CMYK
RGB Variations
Color information
#277C99 (or 0x277C99) is known color: Scooter. HEX triplet: 27, 7C and 99. RGB value is (39,124,153). Sum of RGB (Red+Green+Blue) = 39+124+153=316 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.34% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #277C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277C99 is #D88366. Grayscale: #656565. Windows color (decimal): -14189415 or 10058791. OLE color: 10058791.
HSL color Cylindrical-coordinate representation of color #277C99: hue angle of 195.26º 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 #277C99 is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 39 | 124 | 153 | - |
| CMYK | 0.75 | 0.19 | 0 | 0.4 |
| HSL | 195.26º | 0.59% | 0.38% | - |
| HSV(B) | 195.26º | 0.75% | 0.6% | - |
| XYZ | 13.79 | 17.15 | 32.72 | - |
| YUV | 101.89 | 156.84 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 124 | 153 | 0.75 | 0.19 | 0 | 0.4 | 195.26 | 0.59 | 0.38 |
| Hex | 27 | 7C | 99 | 4B | 13 | 0 | 28 | C3 | 3B | 26 |
| Octal | 47 | 174 | 231 | 113 | 23 | 0 | 50 | 303 | 73 | 46 |
| Binary | 100111 | 1111100 | 10011001 | 1001011 | 10011 | 0 | 101000 | 11000011 | 111011 | 100110 |
Color Harmonies of #277C99
Complementary color
Monochromatic Colors of #277C99
Black with #277C99
Text Example
Text Example
White with #277C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277C99; }
p { color: rgb(39,124,153); }
H1.HeaderClassName
{
color: #277C99;
}
.AnyTagClassName
{
color: #277C99;
}
</style>
background-color css
<style>
a { background-color: #277C99; }
a { background-color: rgb(39,124,153); }
div.DivClassName
{
background-color: #277C99;
}
.BgClassName
{
background-color: #277C99;
}
</style>
border-color css
<style>
span { border-color: #277C99; }
span { border-color: rgb(39,124,153); }
td.TdClassName
{
border-color: #277C99;
}
.TagClassName
{
border-color: #277C99;
}
</style>