Shades of Scooter #277FA0
Tints of Scooter #277FA0
RGB
CMYK
RGB Variations
Color information
#277FA0 (or 0x277FA0) is known color: Scooter. HEX triplet: 27, 7F and A0. RGB value is (39,127,160). Sum of RGB (Red+Green+Blue) = 39+127+160=326 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.96% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 160 (62.89% from 255 or 49.08% from 326); Max value from RGB is 160 - color contains mainly: blue. Hex color #277FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277FA0 is #D8805F. Grayscale: #686868. Windows color (decimal): -14188640 or 10518311. OLE color: 10518311.
HSL color Cylindrical-coordinate representation of color #277FA0: hue angle of 196.36º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #277FA0 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 39 | 127 | 160 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.37 |
| HSL | 196.36º | 0.61% | 0.39% | - |
| HSV(B) | 196.36º | 0.76% | 0.63% | - |
| XYZ | 14.77 | 18.15 | 35.98 | - |
| YUV | 104.45 | 159.35 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 127 | 160 | 0.76 | 0.21 | 0 | 0.37 | 196.36 | 0.61 | 0.39 |
| Hex | 27 | 7F | A0 | 4C | 15 | 0 | 25 | C4 | 3D | 27 |
| Octal | 47 | 177 | 240 | 114 | 25 | 0 | 45 | 304 | 75 | 47 |
| Binary | 100111 | 1111111 | 10100000 | 1001100 | 10101 | 0 | 100101 | 11000100 | 111101 | 100111 |
Color Harmonies of #277FA0
Complementary color
Monochromatic Colors of #277FA0
Black with #277FA0
Text Example
Text Example
White with #277FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277FA0; }
p { color: rgb(39,127,160); }
H1.HeaderClassName
{
color: #277FA0;
}
.AnyTagClassName
{
color: #277FA0;
}
</style>
background-color css
<style>
a { background-color: #277FA0; }
a { background-color: rgb(39,127,160); }
div.DivClassName
{
background-color: #277FA0;
}
.BgClassName
{
background-color: #277FA0;
}
</style>
border-color css
<style>
span { border-color: #277FA0; }
span { border-color: rgb(39,127,160); }
td.TdClassName
{
border-color: #277FA0;
}
.TagClassName
{
border-color: #277FA0;
}
</style>