Shades of Scooter #277E95
Tints of Scooter #277E95
RGB
CMYK
RGB Variations
Color information
#277E95 (or 0x277E95) is known color: Scooter. HEX triplet: 27, 7E and 95. RGB value is (39,126,149). Sum of RGB (Red+Green+Blue) = 39+126+149=314 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.42% from 314); Green value is 126 (49.61% from 255 or 40.13% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #277E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277E95 is #D8816A. Grayscale: #666666. Windows color (decimal): -14188907 or 9797159. OLE color: 9797159.
HSL color Cylindrical-coordinate representation of color #277E95: hue angle of 192.55º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #277E95 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 126 | 149 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.42 |
| HSL | 192.55º | 0.59% | 0.37% | - |
| HSV(B) | 192.55º | 0.74% | 0.58% | - |
| XYZ | 13.72 | 17.52 | 31.09 | - |
| YUV | 102.61 | 154.18 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 126 | 149 | 0.74 | 0.15 | 0 | 0.42 | 192.55 | 0.59 | 0.37 |
| Hex | 27 | 7E | 95 | 4A | F | 0 | 2A | C1 | 3B | 25 |
| Octal | 47 | 176 | 225 | 112 | 17 | 0 | 52 | 301 | 73 | 45 |
| Binary | 100111 | 1111110 | 10010101 | 1001010 | 1111 | 0 | 101010 | 11000001 | 111011 | 100101 |
Color Harmonies of #277E95
Complementary color
Monochromatic Colors of #277E95
Black with #277E95
Text Example
Text Example
White with #277E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277E95; }
p { color: rgb(39,126,149); }
H1.HeaderClassName
{
color: #277E95;
}
.AnyTagClassName
{
color: #277E95;
}
</style>
background-color css
<style>
a { background-color: #277E95; }
a { background-color: rgb(39,126,149); }
div.DivClassName
{
background-color: #277E95;
}
.BgClassName
{
background-color: #277E95;
}
</style>
border-color css
<style>
span { border-color: #277E95; }
span { border-color: rgb(39,126,149); }
td.TdClassName
{
border-color: #277E95;
}
.TagClassName
{
border-color: #277E95;
}
</style>