Shades of Scooter #277D90
Tints of Scooter #277D90
RGB
CMYK
RGB Variations
Color information
#277D90 (or 0x277D90) is known color: Scooter. HEX triplet: 27, 7D and 90. RGB value is (39,125,144). Sum of RGB (Red+Green+Blue) = 39+125+144=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #277D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277D90 is #D8826F. Grayscale: #656565. Windows color (decimal): -14189168 or 9469223. OLE color: 9469223.
HSL color Cylindrical-coordinate representation of color #277D90: hue angle of 190.86º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #277D90 is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 125 | 144 | - |
| CMYK | 0.73 | 0.13 | 0 | 0.44 |
| HSL | 190.86º | 0.57% | 0.36% | - |
| HSV(B) | 190.86º | 0.73% | 0.56% | - |
| XYZ | 13.2 | 17.11 | 28.99 | - |
| YUV | 101.45 | 152.01 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 125 | 144 | 0.73 | 0.13 | 0 | 0.44 | 190.86 | 0.57 | 0.36 |
| Hex | 27 | 7D | 90 | 49 | D | 0 | 2C | BF | 39 | 24 |
| Octal | 47 | 175 | 220 | 111 | 15 | 0 | 54 | 277 | 71 | 44 |
| Binary | 100111 | 1111101 | 10010000 | 1001001 | 1101 | 0 | 101100 | 10111111 | 111001 | 100100 |
Color Harmonies of #277D90
Complementary color
Monochromatic Colors of #277D90
Black with #277D90
Text Example
Text Example
White with #277D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277D90; }
p { color: rgb(39,125,144); }
H1.HeaderClassName
{
color: #277D90;
}
.AnyTagClassName
{
color: #277D90;
}
</style>
background-color css
<style>
a { background-color: #277D90; }
a { background-color: rgb(39,125,144); }
div.DivClassName
{
background-color: #277D90;
}
.BgClassName
{
background-color: #277D90;
}
</style>
border-color css
<style>
span { border-color: #277D90; }
span { border-color: rgb(39,125,144); }
td.TdClassName
{
border-color: #277D90;
}
.TagClassName
{
border-color: #277D90;
}
</style>