Shades of Scooter #267E93
Tints of Scooter #267E93
RGB
CMYK
RGB Variations
Color information
#267E93 (or 0x267E93) is known color: Scooter. HEX triplet: 26, 7E and 93. RGB value is (38,126,147). Sum of RGB (Red+Green+Blue) = 38+126+147=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 126 (49.61% from 255 or 40.51% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #267E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267E93 is #D9816C. Grayscale: #656565. Windows color (decimal): -14254445 or 9666086. OLE color: 9666086.
HSL color Cylindrical-coordinate representation of color #267E93: hue angle of 191.56º 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 #267E93 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 126 | 147 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.42 |
| HSL | 191.56º | 0.59% | 0.36% | - |
| HSV(B) | 191.56º | 0.74% | 0.58% | - |
| XYZ | 13.53 | 17.44 | 30.26 | - |
| YUV | 102.08 | 153.35 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 126 | 147 | 0.74 | 0.14 | 0 | 0.42 | 191.56 | 0.59 | 0.36 |
| Hex | 26 | 7E | 93 | 4A | E | 0 | 2A | C0 | 3B | 24 |
| Octal | 46 | 176 | 223 | 112 | 16 | 0 | 52 | 300 | 73 | 44 |
| Binary | 100110 | 1111110 | 10010011 | 1001010 | 1110 | 0 | 101010 | 11000000 | 111011 | 100100 |
Color Harmonies of #267E93
Complementary color
Monochromatic Colors of #267E93
Black with #267E93
Text Example
Text Example
White with #267E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267E93; }
p { color: rgb(38,126,147); }
H1.HeaderClassName
{
color: #267E93;
}
.AnyTagClassName
{
color: #267E93;
}
</style>
background-color css
<style>
a { background-color: #267E93; }
a { background-color: rgb(38,126,147); }
div.DivClassName
{
background-color: #267E93;
}
.BgClassName
{
background-color: #267E93;
}
</style>
border-color css
<style>
span { border-color: #267E93; }
span { border-color: rgb(38,126,147); }
td.TdClassName
{
border-color: #267E93;
}
.TagClassName
{
border-color: #267E93;
}
</style>