Shades of Scooter #26899B
Tints of Scooter #26899B
RGB
CMYK
RGB Variations
Color information
#26899B (or 0x26899B) is known color: Scooter. HEX triplet: 26, 89 and 9B. RGB value is (38,137,155). Sum of RGB (Red+Green+Blue) = 38+137+155=330 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.52% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #26899B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26899B is #D97664. Grayscale: #6D6D6D. Windows color (decimal): -14251621 or 10193190. OLE color: 10193190.
HSL color Cylindrical-coordinate representation of color #26899B: hue angle of 189.23º 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 #26899B is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 137 | 155 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.39 |
| HSL | 189.23º | 0.61% | 0.38% | - |
| HSV(B) | 189.23º | 0.75% | 0.61% | - |
| XYZ | 15.66 | 20.67 | 34.17 | - |
| YUV | 109.45 | 153.7 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 137 | 155 | 0.75 | 0.12 | 0 | 0.39 | 189.23 | 0.61 | 0.38 |
| Hex | 26 | 89 | 9B | 4B | C | 0 | 27 | BD | 3D | 26 |
| Octal | 46 | 211 | 233 | 113 | 14 | 0 | 47 | 275 | 75 | 46 |
| Binary | 100110 | 10001001 | 10011011 | 1001011 | 1100 | 0 | 100111 | 10111101 | 111101 | 100110 |
Color Harmonies of #26899B
Complementary color
Monochromatic Colors of #26899B
Black with #26899B
Text Example
Text Example
White with #26899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26899B; }
p { color: rgb(38,137,155); }
H1.HeaderClassName
{
color: #26899B;
}
.AnyTagClassName
{
color: #26899B;
}
</style>
background-color css
<style>
a { background-color: #26899B; }
a { background-color: rgb(38,137,155); }
div.DivClassName
{
background-color: #26899B;
}
.BgClassName
{
background-color: #26899B;
}
</style>
border-color css
<style>
span { border-color: #26899B; }
span { border-color: rgb(38,137,155); }
td.TdClassName
{
border-color: #26899B;
}
.TagClassName
{
border-color: #26899B;
}
</style>