Shades of Scooter #26859B
Tints of Scooter #26859B
RGB
CMYK
RGB Variations
Color information
#26859B (or 0x26859B) is known color: Scooter. HEX triplet: 26, 85 and 9B. RGB value is (38,133,155). Sum of RGB (Red+Green+Blue) = 38+133+155=326 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.66% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #26859B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26859B is #D97A64. Grayscale: #6A6A6A. Windows color (decimal): -14252645 or 10192166. OLE color: 10192166.
HSL color Cylindrical-coordinate representation of color #26859B: hue angle of 191.28º degrees, saturation: 0.61, 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 #26859B is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 133 | 155 | - |
| CMYK | 0.75 | 0.14 | 0 | 0.39 |
| HSL | 191.28º | 0.61% | 0.38% | - |
| HSV(B) | 191.28º | 0.75% | 0.61% | - |
| XYZ | 15.1 | 19.55 | 33.99 | - |
| YUV | 107.1 | 155.03 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 133 | 155 | 0.75 | 0.14 | 0 | 0.39 | 191.28 | 0.61 | 0.38 |
| Hex | 26 | 85 | 9B | 4B | E | 0 | 27 | BF | 3D | 26 |
| Octal | 46 | 205 | 233 | 113 | 16 | 0 | 47 | 277 | 75 | 46 |
| Binary | 100110 | 10000101 | 10011011 | 1001011 | 1110 | 0 | 100111 | 10111111 | 111101 | 100110 |
Color Harmonies of #26859B
Complementary color
Monochromatic Colors of #26859B
Black with #26859B
Text Example
Text Example
White with #26859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26859B; }
p { color: rgb(38,133,155); }
H1.HeaderClassName
{
color: #26859B;
}
.AnyTagClassName
{
color: #26859B;
}
</style>
background-color css
<style>
a { background-color: #26859B; }
a { background-color: rgb(38,133,155); }
div.DivClassName
{
background-color: #26859B;
}
.BgClassName
{
background-color: #26859B;
}
</style>
border-color css
<style>
span { border-color: #26859B; }
span { border-color: rgb(38,133,155); }
td.TdClassName
{
border-color: #26859B;
}
.TagClassName
{
border-color: #26859B;
}
</style>