Shades of Scooter #267E97
Tints of Scooter #267E97
RGB
CMYK
RGB Variations
Color information
#267E97 (or 0x267E97) is known color: Scooter. HEX triplet: 26, 7E and 97. RGB value is (38,126,151). Sum of RGB (Red+Green+Blue) = 38+126+151=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 151 (59.38% from 255 or 47.94% from 315); Max value from RGB is 151 - color contains mainly: blue. Hex color #267E97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267E97 is #D98168. Grayscale: #666666. Windows color (decimal): -14254441 or 9928230. OLE color: 9928230.
HSL color Cylindrical-coordinate representation of color #267E97: hue angle of 193.27º 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 #267E97 is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 38 | 126 | 151 | - |
| CMYK | 0.75 | 0.17 | 0 | 0.41 |
| HSL | 193.27º | 0.6% | 0.37% | - |
| HSV(B) | 193.27º | 0.75% | 0.59% | - |
| XYZ | 13.85 | 17.57 | 31.94 | - |
| YUV | 102.54 | 155.35 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 126 | 151 | 0.75 | 0.17 | 0 | 0.41 | 193.27 | 0.6 | 0.37 |
| Hex | 26 | 7E | 97 | 4B | 11 | 0 | 29 | C1 | 3C | 25 |
| Octal | 46 | 176 | 227 | 113 | 21 | 0 | 51 | 301 | 74 | 45 |
| Binary | 100110 | 1111110 | 10010111 | 1001011 | 10001 | 0 | 101001 | 11000001 | 111100 | 100101 |
Color Harmonies of #267E97
Complementary color
Monochromatic Colors of #267E97
Black with #267E97
Text Example
Text Example
White with #267E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267E97; }
p { color: rgb(38,126,151); }
H1.HeaderClassName
{
color: #267E97;
}
.AnyTagClassName
{
color: #267E97;
}
</style>
background-color css
<style>
a { background-color: #267E97; }
a { background-color: rgb(38,126,151); }
div.DivClassName
{
background-color: #267E97;
}
.BgClassName
{
background-color: #267E97;
}
</style>
border-color css
<style>
span { border-color: #267E97; }
span { border-color: rgb(38,126,151); }
td.TdClassName
{
border-color: #267E97;
}
.TagClassName
{
border-color: #267E97;
}
</style>