Shades of Scooter #267FA8
Tints of Scooter #267FA8
RGB
CMYK
RGB Variations
Color information
#267FA8 (or 0x267FA8) is known color: Scooter. HEX triplet: 26, 7F and A8. RGB value is (38,127,168). Sum of RGB (Red+Green+Blue) = 38+127+168=333 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.41% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 168 (66.02% from 255 or 50.45% from 333); Max value from RGB is 168 - color contains mainly: blue. Hex color #267FA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267FA8 is #D98057. Grayscale: #686868. Windows color (decimal): -14254168 or 11042598. OLE color: 11042598.
HSL color Cylindrical-coordinate representation of color #267FA8: hue angle of 198.92º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #267FA8 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 38 | 127 | 168 | - |
| CMYK | 0.77 | 0.24 | 0 | 0.34 |
| HSL | 198.92º | 0.63% | 0.4% | - |
| HSV(B) | 198.92º | 0.77% | 0.66% | - |
| XYZ | 15.46 | 18.42 | 39.79 | - |
| YUV | 105.06 | 163.51 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 127 | 168 | 0.77 | 0.24 | 0 | 0.34 | 198.92 | 0.63 | 0.4 |
| Hex | 26 | 7F | A8 | 4D | 18 | 0 | 22 | C7 | 3F | 28 |
| Octal | 46 | 177 | 250 | 115 | 30 | 0 | 42 | 307 | 77 | 50 |
| Binary | 100110 | 1111111 | 10101000 | 1001101 | 11000 | 0 | 100010 | 11000111 | 111111 | 101000 |
Color Harmonies of #267FA8
Complementary color
Monochromatic Colors of #267FA8
Black with #267FA8
Text Example
Text Example
White with #267FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267FA8; }
p { color: rgb(38,127,168); }
H1.HeaderClassName
{
color: #267FA8;
}
.AnyTagClassName
{
color: #267FA8;
}
</style>
background-color css
<style>
a { background-color: #267FA8; }
a { background-color: rgb(38,127,168); }
div.DivClassName
{
background-color: #267FA8;
}
.BgClassName
{
background-color: #267FA8;
}
</style>
border-color css
<style>
span { border-color: #267FA8; }
span { border-color: rgb(38,127,168); }
td.TdClassName
{
border-color: #267FA8;
}
.TagClassName
{
border-color: #267FA8;
}
</style>