Shades of Scooter #27879B
Tints of Scooter #27879B
RGB
CMYK
RGB Variations
Color information
#27879B (or 0x27879B) is known color: Scooter. HEX triplet: 27, 87 and 9B. RGB value is (39,135,155). Sum of RGB (Red+Green+Blue) = 39+135+155=329 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.85% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #27879B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27879B is #D87864. Grayscale: #6C6C6C. Windows color (decimal): -14186597 or 10192679. OLE color: 10192679.
HSL color Cylindrical-coordinate representation of color #27879B: hue angle of 190.34º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27879B is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 135 | 155 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.39 |
| HSL | 190.34º | 0.6% | 0.38% | - |
| HSV(B) | 190.34º | 0.75% | 0.61% | - |
| XYZ | 15.42 | 20.13 | 34.08 | - |
| YUV | 108.58 | 154.2 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 135 | 155 | 0.75 | 0.13 | 0 | 0.39 | 190.34 | 0.6 | 0.38 |
| Hex | 27 | 87 | 9B | 4B | D | 0 | 27 | BE | 3C | 26 |
| Octal | 47 | 207 | 233 | 113 | 15 | 0 | 47 | 276 | 74 | 46 |
| Binary | 100111 | 10000111 | 10011011 | 1001011 | 1101 | 0 | 100111 | 10111110 | 111100 | 100110 |
Color Harmonies of #27879B
Complementary color
Monochromatic Colors of #27879B
Black with #27879B
Text Example
Text Example
White with #27879B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27879B; }
p { color: rgb(39,135,155); }
H1.HeaderClassName
{
color: #27879B;
}
.AnyTagClassName
{
color: #27879B;
}
</style>
background-color css
<style>
a { background-color: #27879B; }
a { background-color: rgb(39,135,155); }
div.DivClassName
{
background-color: #27879B;
}
.BgClassName
{
background-color: #27879B;
}
</style>
border-color css
<style>
span { border-color: #27879B; }
span { border-color: rgb(39,135,155); }
td.TdClassName
{
border-color: #27879B;
}
.TagClassName
{
border-color: #27879B;
}
</style>