Shades of Scooter #268396
Tints of Scooter #268396
RGB
CMYK
RGB Variations
Color information
#268396 (or 0x268396) is known color: Scooter. HEX triplet: 26, 83 and 96. RGB value is (38,131,150). Sum of RGB (Red+Green+Blue) = 38+131+150=319 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.91% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 150 - color contains mainly: blue. Hex color #268396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268396 is #D97C69. Grayscale: #696969. Windows color (decimal): -14253162 or 9863974. OLE color: 9863974.
HSL color Cylindrical-coordinate representation of color #268396: hue angle of 190.18º 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 #268396 is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 38 | 131 | 150 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.41 |
| HSL | 190.18º | 0.6% | 0.37% | - |
| HSV(B) | 190.18º | 0.75% | 0.59% | - |
| XYZ | 14.42 | 18.85 | 31.73 | - |
| YUV | 105.36 | 153.19 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 131 | 150 | 0.75 | 0.13 | 0 | 0.41 | 190.18 | 0.6 | 0.37 |
| Hex | 26 | 83 | 96 | 4B | D | 0 | 29 | BE | 3C | 25 |
| Octal | 46 | 203 | 226 | 113 | 15 | 0 | 51 | 276 | 74 | 45 |
| Binary | 100110 | 10000011 | 10010110 | 1001011 | 1101 | 0 | 101001 | 10111110 | 111100 | 100101 |
Color Harmonies of #268396
Complementary color
Monochromatic Colors of #268396
Black with #268396
Text Example
Text Example
White with #268396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268396; }
p { color: rgb(38,131,150); }
H1.HeaderClassName
{
color: #268396;
}
.AnyTagClassName
{
color: #268396;
}
</style>
background-color css
<style>
a { background-color: #268396; }
a { background-color: rgb(38,131,150); }
div.DivClassName
{
background-color: #268396;
}
.BgClassName
{
background-color: #268396;
}
</style>
border-color css
<style>
span { border-color: #268396; }
span { border-color: rgb(38,131,150); }
td.TdClassName
{
border-color: #268396;
}
.TagClassName
{
border-color: #268396;
}
</style>