Shades of Scooter #277D93
Tints of Scooter #277D93
RGB
CMYK
RGB Variations
Color information
#277D93 (or 0x277D93) is known color: Scooter. HEX triplet: 27, 7D and 93. RGB value is (39,125,147). Sum of RGB (Red+Green+Blue) = 39+125+147=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 125 (49.22% from 255 or 40.19% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #277D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277D93 is #D8826C. Grayscale: #656565. Windows color (decimal): -14189165 or 9665831. OLE color: 9665831.
HSL color Cylindrical-coordinate representation of color #277D93: hue angle of 192.22º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #277D93 is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 125 | 147 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.42 |
| HSL | 192.22º | 0.58% | 0.36% | - |
| HSV(B) | 192.22º | 0.73% | 0.58% | - |
| XYZ | 13.44 | 17.21 | 30.22 | - |
| YUV | 101.79 | 153.51 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 125 | 147 | 0.73 | 0.15 | 0 | 0.42 | 192.22 | 0.58 | 0.36 |
| Hex | 27 | 7D | 93 | 49 | F | 0 | 2A | C0 | 3A | 24 |
| Octal | 47 | 175 | 223 | 111 | 17 | 0 | 52 | 300 | 72 | 44 |
| Binary | 100111 | 1111101 | 10010011 | 1001001 | 1111 | 0 | 101010 | 11000000 | 111010 | 100100 |
Color Harmonies of #277D93
Complementary color
Monochromatic Colors of #277D93
Black with #277D93
Text Example
Text Example
White with #277D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277D93; }
p { color: rgb(39,125,147); }
H1.HeaderClassName
{
color: #277D93;
}
.AnyTagClassName
{
color: #277D93;
}
</style>
background-color css
<style>
a { background-color: #277D93; }
a { background-color: rgb(39,125,147); }
div.DivClassName
{
background-color: #277D93;
}
.BgClassName
{
background-color: #277D93;
}
</style>
border-color css
<style>
span { border-color: #277D93; }
span { border-color: rgb(39,125,147); }
td.TdClassName
{
border-color: #277D93;
}
.TagClassName
{
border-color: #277D93;
}
</style>