Shades of Scooter #27859B
Tints of Scooter #27859B
RGB
CMYK
RGB Variations
Color information
#27859B (or 0x27859B) is known color: Scooter. HEX triplet: 27, 85 and 9B. RGB value is (39,133,155). Sum of RGB (Red+Green+Blue) = 39+133+155=327 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.93% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #27859B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27859B is #D87A64. Grayscale: #6B6B6B. Windows color (decimal): -14187109 or 10192167. OLE color: 10192167.
HSL color Cylindrical-coordinate representation of color #27859B: hue angle of 191.38º 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 #27859B is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 133 | 155 | - |
| CMYK | 0.75 | 0.14 | 0 | 0.39 |
| HSL | 191.38º | 0.6% | 0.38% | - |
| HSV(B) | 191.38º | 0.75% | 0.61% | - |
| XYZ | 15.14 | 19.57 | 33.99 | - |
| YUV | 107.4 | 154.86 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 133 | 155 | 0.75 | 0.14 | 0 | 0.39 | 191.38 | 0.6 | 0.38 |
| Hex | 27 | 85 | 9B | 4B | E | 0 | 27 | BF | 3C | 26 |
| Octal | 47 | 205 | 233 | 113 | 16 | 0 | 47 | 277 | 74 | 46 |
| Binary | 100111 | 10000101 | 10011011 | 1001011 | 1110 | 0 | 100111 | 10111111 | 111100 | 100110 |
Color Harmonies of #27859B
Complementary color
Monochromatic Colors of #27859B
Black with #27859B
Text Example
Text Example
White with #27859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27859B; }
p { color: rgb(39,133,155); }
H1.HeaderClassName
{
color: #27859B;
}
.AnyTagClassName
{
color: #27859B;
}
</style>
background-color css
<style>
a { background-color: #27859B; }
a { background-color: rgb(39,133,155); }
div.DivClassName
{
background-color: #27859B;
}
.BgClassName
{
background-color: #27859B;
}
</style>
border-color css
<style>
span { border-color: #27859B; }
span { border-color: rgb(39,133,155); }
td.TdClassName
{
border-color: #27859B;
}
.TagClassName
{
border-color: #27859B;
}
</style>