Shades of Scooter #27909C
Tints of Scooter #27909C
RGB
CMYK
RGB Variations
Color information
#27909C (or 0x27909C) is known color: Scooter. HEX triplet: 27, 90 and 9C. RGB value is (39,144,156). Sum of RGB (Red+Green+Blue) = 39+144+156=339 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.50% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #27909C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27909C is #D86F63. Grayscale: #717171. Windows color (decimal): -14184292 or 10260519. OLE color: 10260519.
HSL color Cylindrical-coordinate representation of color #27909C: hue angle of 186.15º 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 #27909C is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 144 | 156 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.39 |
| HSL | 186.15º | 0.6% | 0.38% | - |
| HSV(B) | 186.15º | 0.75% | 0.61% | - |
| XYZ | 16.81 | 22.78 | 34.96 | - |
| YUV | 113.97 | 151.71 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 144 | 156 | 0.75 | 0.08 | 0 | 0.39 | 186.15 | 0.6 | 0.38 |
| Hex | 27 | 90 | 9C | 4B | 8 | 0 | 27 | BA | 3C | 26 |
| Octal | 47 | 220 | 234 | 113 | 10 | 0 | 47 | 272 | 74 | 46 |
| Binary | 100111 | 10010000 | 10011100 | 1001011 | 1000 | 0 | 100111 | 10111010 | 111100 | 100110 |
Color Harmonies of #27909C
Complementary color
Monochromatic Colors of #27909C
Black with #27909C
Text Example
Text Example
White with #27909C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27909C; }
p { color: rgb(39,144,156); }
H1.HeaderClassName
{
color: #27909C;
}
.AnyTagClassName
{
color: #27909C;
}
</style>
background-color css
<style>
a { background-color: #27909C; }
a { background-color: rgb(39,144,156); }
div.DivClassName
{
background-color: #27909C;
}
.BgClassName
{
background-color: #27909C;
}
</style>
border-color css
<style>
span { border-color: #27909C; }
span { border-color: rgb(39,144,156); }
td.TdClassName
{
border-color: #27909C;
}
.TagClassName
{
border-color: #27909C;
}
</style>