Shades of Scooter #267C98
Tints of Scooter #267C98
RGB
CMYK
RGB Variations
Color information
#267C98 (or 0x267C98) is known color: Scooter. HEX triplet: 26, 7C and 98. RGB value is (38,124,152). Sum of RGB (Red+Green+Blue) = 38+124+152=314 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.10% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 152 (59.77% from 255 or 48.41% from 314); Max value from RGB is 152 - color contains mainly: blue. Hex color #267C98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267C98 is #D98367. Grayscale: #656565. Windows color (decimal): -14254952 or 9993254. OLE color: 9993254.
HSL color Cylindrical-coordinate representation of color #267C98: hue angle of 194.74º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #267C98 is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 124 | 152 | - |
| CMYK | 0.75 | 0.18 | 0 | 0.40 |
| HSL | 194.74º | 0.6% | 0.37% | - |
| HSV(B) | 194.74º | 0.75% | 0.6% | - |
| XYZ | 13.67 | 17.09 | 32.28 | - |
| YUV | 101.48 | 156.51 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 124 | 152 | 0.75 | 0.18 | 0 | 0.40 | 194.74 | 0.6 | 0.37 |
| Hex | 26 | 7C | 98 | 4B | 12 | 0 | 28 | C3 | 3C | 25 |
| Octal | 46 | 174 | 230 | 113 | 22 | 0 | 50 | 303 | 74 | 45 |
| Binary | 100110 | 1111100 | 10011000 | 1001011 | 10010 | 0 | 101000 | 11000011 | 111100 | 100101 |
Color Harmonies of #267C98
Complementary color
Monochromatic Colors of #267C98
Black with #267C98
Text Example
Text Example
White with #267C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267C98; }
p { color: rgb(38,124,152); }
H1.HeaderClassName
{
color: #267C98;
}
.AnyTagClassName
{
color: #267C98;
}
</style>
background-color css
<style>
a { background-color: #267C98; }
a { background-color: rgb(38,124,152); }
div.DivClassName
{
background-color: #267C98;
}
.BgClassName
{
background-color: #267C98;
}
</style>
border-color css
<style>
span { border-color: #267C98; }
span { border-color: rgb(38,124,152); }
td.TdClassName
{
border-color: #267C98;
}
.TagClassName
{
border-color: #267C98;
}
</style>