Shades of Scooter #26849D
Tints of Scooter #26849D
RGB
CMYK
RGB Variations
Color information
#26849D (or 0x26849D) is known color: Scooter. HEX triplet: 26, 84 and 9D. RGB value is (38,132,157). Sum of RGB (Red+Green+Blue) = 38+132+157=327 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.62% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #26849D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26849D is #D97B62. Grayscale: #6A6A6A. Windows color (decimal): -14252899 or 10322982. OLE color: 10322982.
HSL color Cylindrical-coordinate representation of color #26849D: hue angle of 192.61º 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 #26849D is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 132 | 157 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.38 |
| HSL | 192.61º | 0.61% | 0.38% | - |
| HSV(B) | 192.61º | 0.76% | 0.62% | - |
| XYZ | 15.14 | 19.35 | 34.84 | - |
| YUV | 106.74 | 156.36 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 132 | 157 | 0.76 | 0.16 | 0 | 0.38 | 192.61 | 0.61 | 0.38 |
| Hex | 26 | 84 | 9D | 4C | 10 | 0 | 26 | C1 | 3D | 26 |
| Octal | 46 | 204 | 235 | 114 | 20 | 0 | 46 | 301 | 75 | 46 |
| Binary | 100110 | 10000100 | 10011101 | 1001100 | 10000 | 0 | 100110 | 11000001 | 111101 | 100110 |
Color Harmonies of #26849D
Complementary color
Monochromatic Colors of #26849D
Black with #26849D
Text Example
Text Example
White with #26849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26849D; }
p { color: rgb(38,132,157); }
H1.HeaderClassName
{
color: #26849D;
}
.AnyTagClassName
{
color: #26849D;
}
</style>
background-color css
<style>
a { background-color: #26849D; }
a { background-color: rgb(38,132,157); }
div.DivClassName
{
background-color: #26849D;
}
.BgClassName
{
background-color: #26849D;
}
</style>
border-color css
<style>
span { border-color: #26849D; }
span { border-color: rgb(38,132,157); }
td.TdClassName
{
border-color: #26849D;
}
.TagClassName
{
border-color: #26849D;
}
</style>