Shades of Scooter #26859D
Tints of Scooter #26859D
RGB
CMYK
RGB Variations
Color information
#26859D (or 0x26859D) is known color: Scooter. HEX triplet: 26, 85 and 9D. RGB value is (38,133,157). Sum of RGB (Red+Green+Blue) = 38+133+157=328 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.59% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #26859D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26859D is #D97A62. Grayscale: #6B6B6B. Windows color (decimal): -14252643 or 10323238. OLE color: 10323238.
HSL color Cylindrical-coordinate representation of color #26859D: hue angle of 192.1º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26859D is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 133 | 157 | - |
| CMYK | 0.76 | 0.15 | 0 | 0.38 |
| HSL | 192.1º | 0.61% | 0.38% | - |
| HSV(B) | 192.1º | 0.76% | 0.62% | - |
| XYZ | 15.27 | 19.62 | 34.88 | - |
| YUV | 107.33 | 156.03 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 133 | 157 | 0.76 | 0.15 | 0 | 0.38 | 192.1 | 0.61 | 0.38 |
| Hex | 26 | 85 | 9D | 4C | F | 0 | 26 | C0 | 3D | 26 |
| Octal | 46 | 205 | 235 | 114 | 17 | 0 | 46 | 300 | 75 | 46 |
| Binary | 100110 | 10000101 | 10011101 | 1001100 | 1111 | 0 | 100110 | 11000000 | 111101 | 100110 |
Color Harmonies of #26859D
Complementary color
Monochromatic Colors of #26859D
Black with #26859D
Text Example
Text Example
White with #26859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26859D; }
p { color: rgb(38,133,157); }
H1.HeaderClassName
{
color: #26859D;
}
.AnyTagClassName
{
color: #26859D;
}
</style>
background-color css
<style>
a { background-color: #26859D; }
a { background-color: rgb(38,133,157); }
div.DivClassName
{
background-color: #26859D;
}
.BgClassName
{
background-color: #26859D;
}
</style>
border-color css
<style>
span { border-color: #26859D; }
span { border-color: rgb(38,133,157); }
td.TdClassName
{
border-color: #26859D;
}
.TagClassName
{
border-color: #26859D;
}
</style>