Shades of Scooter #26839D
Tints of Scooter #26839D
RGB
CMYK
RGB Variations
Color information
#26839D (or 0x26839D) is known color: Scooter. HEX triplet: 26, 83 and 9D. RGB value is (38,131,157). Sum of RGB (Red+Green+Blue) = 38+131+157=326 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.66% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #26839D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26839D is #D97C62. Grayscale: #696969. Windows color (decimal): -14253155 or 10322726. OLE color: 10322726.
HSL color Cylindrical-coordinate representation of color #26839D: hue angle of 193.11º 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 #26839D is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 131 | 157 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.38 |
| HSL | 193.11º | 0.61% | 0.38% | - |
| HSV(B) | 193.11º | 0.76% | 0.62% | - |
| XYZ | 15 | 19.08 | 34.79 | - |
| YUV | 106.16 | 156.69 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 131 | 157 | 0.76 | 0.17 | 0 | 0.38 | 193.11 | 0.61 | 0.38 |
| Hex | 26 | 83 | 9D | 4C | 11 | 0 | 26 | C1 | 3D | 26 |
| Octal | 46 | 203 | 235 | 114 | 21 | 0 | 46 | 301 | 75 | 46 |
| Binary | 100110 | 10000011 | 10011101 | 1001100 | 10001 | 0 | 100110 | 11000001 | 111101 | 100110 |
Color Harmonies of #26839D
Complementary color
Monochromatic Colors of #26839D
Black with #26839D
Text Example
Text Example
White with #26839D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26839D; }
p { color: rgb(38,131,157); }
H1.HeaderClassName
{
color: #26839D;
}
.AnyTagClassName
{
color: #26839D;
}
</style>
background-color css
<style>
a { background-color: #26839D; }
a { background-color: rgb(38,131,157); }
div.DivClassName
{
background-color: #26839D;
}
.BgClassName
{
background-color: #26839D;
}
</style>
border-color css
<style>
span { border-color: #26839D; }
span { border-color: rgb(38,131,157); }
td.TdClassName
{
border-color: #26839D;
}
.TagClassName
{
border-color: #26839D;
}
</style>