Shades of Scooter #268297
Tints of Scooter #268297
RGB
CMYK
RGB Variations
Color information
#268297 (or 0x268297) is known color: Scooter. HEX triplet: 26, 82 and 97. RGB value is (38,130,151). Sum of RGB (Red+Green+Blue) = 38+130+151=319 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.91% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 151 (59.38% from 255 or 47.34% from 319); Max value from RGB is 151 - color contains mainly: blue. Hex color #268297 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268297 is #D97D68. Grayscale: #686868. Windows color (decimal): -14253417 or 9929254. OLE color: 9929254.
HSL color Cylindrical-coordinate representation of color #268297: hue angle of 191.15º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #268297 is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 38 | 130 | 151 | - |
| CMYK | 0.75 | 0.14 | 0 | 0.41 |
| HSL | 191.15º | 0.6% | 0.37% | - |
| HSV(B) | 191.15º | 0.75% | 0.59% | - |
| XYZ | 14.37 | 18.61 | 32.11 | - |
| YUV | 104.89 | 154.02 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 130 | 151 | 0.75 | 0.14 | 0 | 0.41 | 191.15 | 0.6 | 0.37 |
| Hex | 26 | 82 | 97 | 4B | E | 0 | 29 | BF | 3C | 25 |
| Octal | 46 | 202 | 227 | 113 | 16 | 0 | 51 | 277 | 74 | 45 |
| Binary | 100110 | 10000010 | 10010111 | 1001011 | 1110 | 0 | 101001 | 10111111 | 111100 | 100101 |
Color Harmonies of #268297
Complementary color
Monochromatic Colors of #268297
Black with #268297
Text Example
Text Example
White with #268297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268297; }
p { color: rgb(38,130,151); }
H1.HeaderClassName
{
color: #268297;
}
.AnyTagClassName
{
color: #268297;
}
</style>
background-color css
<style>
a { background-color: #268297; }
a { background-color: rgb(38,130,151); }
div.DivClassName
{
background-color: #268297;
}
.BgClassName
{
background-color: #268297;
}
</style>
border-color css
<style>
span { border-color: #268297; }
span { border-color: rgb(38,130,151); }
td.TdClassName
{
border-color: #268297;
}
.TagClassName
{
border-color: #268297;
}
</style>