Shades of Scooter #277F93
Tints of Scooter #277F93
RGB
CMYK
RGB Variations
Color information
#277F93 (or 0x277F93) is known color: Scooter. HEX triplet: 27, 7F and 93. RGB value is (39,127,147). Sum of RGB (Red+Green+Blue) = 39+127+147=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #277F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277F93 is #D8806C. Grayscale: #666666. Windows color (decimal): -14188653 or 9666343. OLE color: 9666343.
HSL color Cylindrical-coordinate representation of color #277F93: hue angle of 191.11º 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 #277F93 is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 127 | 147 | - |
| CMYK | 0.73 | 0.14 | 0 | 0.42 |
| HSL | 191.11º | 0.58% | 0.36% | - |
| HSV(B) | 191.11º | 0.73% | 0.58% | - |
| XYZ | 13.69 | 17.72 | 30.3 | - |
| YUV | 102.97 | 152.85 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 127 | 147 | 0.73 | 0.14 | 0 | 0.42 | 191.11 | 0.58 | 0.36 |
| Hex | 27 | 7F | 93 | 49 | E | 0 | 2A | BF | 3A | 24 |
| Octal | 47 | 177 | 223 | 111 | 16 | 0 | 52 | 277 | 72 | 44 |
| Binary | 100111 | 1111111 | 10010011 | 1001001 | 1110 | 0 | 101010 | 10111111 | 111010 | 100100 |
Color Harmonies of #277F93
Complementary color
Monochromatic Colors of #277F93
Black with #277F93
Text Example
Text Example
White with #277F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277F93; }
p { color: rgb(39,127,147); }
H1.HeaderClassName
{
color: #277F93;
}
.AnyTagClassName
{
color: #277F93;
}
</style>
background-color css
<style>
a { background-color: #277F93; }
a { background-color: rgb(39,127,147); }
div.DivClassName
{
background-color: #277F93;
}
.BgClassName
{
background-color: #277F93;
}
</style>
border-color css
<style>
span { border-color: #277F93; }
span { border-color: rgb(39,127,147); }
td.TdClassName
{
border-color: #277F93;
}
.TagClassName
{
border-color: #277F93;
}
</style>