Shades of Scooter #27849C
Tints of Scooter #27849C
RGB
CMYK
RGB Variations
Color information
#27849C (or 0x27849C) is known color: Scooter. HEX triplet: 27, 84 and 9C. RGB value is (39,132,156). Sum of RGB (Red+Green+Blue) = 39+132+156=327 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.93% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #27849C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27849C is #D87B63. Grayscale: #6A6A6A. Windows color (decimal): -14187364 or 10257447. OLE color: 10257447.
HSL color Cylindrical-coordinate representation of color #27849C: hue angle of 192.31º 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 #27849C is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 132 | 156 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.39 |
| HSL | 192.31º | 0.6% | 0.38% | - |
| HSV(B) | 192.31º | 0.75% | 0.61% | - |
| XYZ | 15.09 | 19.33 | 34.39 | - |
| YUV | 106.93 | 155.69 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 132 | 156 | 0.75 | 0.15 | 0 | 0.39 | 192.31 | 0.6 | 0.38 |
| Hex | 27 | 84 | 9C | 4B | F | 0 | 27 | C0 | 3C | 26 |
| Octal | 47 | 204 | 234 | 113 | 17 | 0 | 47 | 300 | 74 | 46 |
| Binary | 100111 | 10000100 | 10011100 | 1001011 | 1111 | 0 | 100111 | 11000000 | 111100 | 100110 |
Color Harmonies of #27849C
Complementary color
Monochromatic Colors of #27849C
Black with #27849C
Text Example
Text Example
White with #27849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27849C; }
p { color: rgb(39,132,156); }
H1.HeaderClassName
{
color: #27849C;
}
.AnyTagClassName
{
color: #27849C;
}
</style>
background-color css
<style>
a { background-color: #27849C; }
a { background-color: rgb(39,132,156); }
div.DivClassName
{
background-color: #27849C;
}
.BgClassName
{
background-color: #27849C;
}
</style>
border-color css
<style>
span { border-color: #27849C; }
span { border-color: rgb(39,132,156); }
td.TdClassName
{
border-color: #27849C;
}
.TagClassName
{
border-color: #27849C;
}
</style>