Shades of Scooter #277F99
Tints of Scooter #277F99
RGB
CMYK
RGB Variations
Color information
#277F99 (or 0x277F99) is known color: Scooter. HEX triplet: 27, 7F and 99. RGB value is (39,127,153). Sum of RGB (Red+Green+Blue) = 39+127+153=319 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.23% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #277F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277F99 is #D88066. Grayscale: #676767. Windows color (decimal): -14188647 or 10059559. OLE color: 10059559.
HSL color Cylindrical-coordinate representation of color #277F99: hue angle of 193.68º 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 #277F99 is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 39 | 127 | 153 | - |
| CMYK | 0.75 | 0.17 | 0 | 0.4 |
| HSL | 193.68º | 0.59% | 0.38% | - |
| HSV(B) | 193.68º | 0.75% | 0.6% | - |
| XYZ | 14.18 | 17.91 | 32.85 | - |
| YUV | 103.65 | 155.85 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 127 | 153 | 0.75 | 0.17 | 0 | 0.4 | 193.68 | 0.59 | 0.38 |
| Hex | 27 | 7F | 99 | 4B | 11 | 0 | 28 | C2 | 3B | 26 |
| Octal | 47 | 177 | 231 | 113 | 21 | 0 | 50 | 302 | 73 | 46 |
| Binary | 100111 | 1111111 | 10011001 | 1001011 | 10001 | 0 | 101000 | 11000010 | 111011 | 100110 |
Color Harmonies of #277F99
Complementary color
Monochromatic Colors of #277F99
Black with #277F99
Text Example
Text Example
White with #277F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277F99; }
p { color: rgb(39,127,153); }
H1.HeaderClassName
{
color: #277F99;
}
.AnyTagClassName
{
color: #277F99;
}
</style>
background-color css
<style>
a { background-color: #277F99; }
a { background-color: rgb(39,127,153); }
div.DivClassName
{
background-color: #277F99;
}
.BgClassName
{
background-color: #277F99;
}
</style>
border-color css
<style>
span { border-color: #277F99; }
span { border-color: rgb(39,127,153); }
td.TdClassName
{
border-color: #277F99;
}
.TagClassName
{
border-color: #277F99;
}
</style>