Shades of Scooter #267D94
Tints of Scooter #267D94
RGB
CMYK
RGB Variations
Color information
#267D94 (or 0x267D94) is known color: Scooter. HEX triplet: 26, 7D and 94. RGB value is (38,125,148). Sum of RGB (Red+Green+Blue) = 38+125+148=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 125 (49.22% from 255 or 40.19% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 148 - color contains mainly: blue. Hex color #267D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267D94 is #D9826B. Grayscale: #656565. Windows color (decimal): -14254700 or 9731366. OLE color: 9731366.
HSL color Cylindrical-coordinate representation of color #267D94: hue angle of 192.55º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #267D94 is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 125 | 148 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.42 |
| HSL | 192.55º | 0.59% | 0.36% | - |
| HSV(B) | 192.55º | 0.74% | 0.58% | - |
| XYZ | 13.48 | 17.22 | 30.63 | - |
| YUV | 101.61 | 154.18 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 125 | 148 | 0.74 | 0.16 | 0 | 0.42 | 192.55 | 0.59 | 0.36 |
| Hex | 26 | 7D | 94 | 4A | 10 | 0 | 2A | C1 | 3B | 24 |
| Octal | 46 | 175 | 224 | 112 | 20 | 0 | 52 | 301 | 73 | 44 |
| Binary | 100110 | 1111101 | 10010100 | 1001010 | 10000 | 0 | 101010 | 11000001 | 111011 | 100100 |
Color Harmonies of #267D94
Complementary color
Monochromatic Colors of #267D94
Black with #267D94
Text Example
Text Example
White with #267D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267D94; }
p { color: rgb(38,125,148); }
H1.HeaderClassName
{
color: #267D94;
}
.AnyTagClassName
{
color: #267D94;
}
</style>
background-color css
<style>
a { background-color: #267D94; }
a { background-color: rgb(38,125,148); }
div.DivClassName
{
background-color: #267D94;
}
.BgClassName
{
background-color: #267D94;
}
</style>
border-color css
<style>
span { border-color: #267D94; }
span { border-color: rgb(38,125,148); }
td.TdClassName
{
border-color: #267D94;
}
.TagClassName
{
border-color: #267D94;
}
</style>