Shades of Scooter #267D93
Tints of Scooter #267D93
RGB
CMYK
RGB Variations
Color information
#267D93 (or 0x267D93) is known color: Scooter. HEX triplet: 26, 7D and 93. RGB value is (38,125,147). Sum of RGB (Red+Green+Blue) = 38+125+147=310 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.26% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #267D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267D93 is #D9826C. Grayscale: #656565. Windows color (decimal): -14254701 or 9665830. OLE color: 9665830.
HSL color Cylindrical-coordinate representation of color #267D93: hue angle of 192.11º 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 #267D93 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 125 | 147 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.42 |
| HSL | 192.11º | 0.59% | 0.36% | - |
| HSV(B) | 192.11º | 0.74% | 0.58% | - |
| XYZ | 13.4 | 17.19 | 30.21 | - |
| YUV | 101.5 | 153.68 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 125 | 147 | 0.74 | 0.15 | 0 | 0.42 | 192.11 | 0.59 | 0.36 |
| Hex | 26 | 7D | 93 | 4A | F | 0 | 2A | C0 | 3B | 24 |
| Octal | 46 | 175 | 223 | 112 | 17 | 0 | 52 | 300 | 73 | 44 |
| Binary | 100110 | 1111101 | 10010011 | 1001010 | 1111 | 0 | 101010 | 11000000 | 111011 | 100100 |
Color Harmonies of #267D93
Complementary color
Monochromatic Colors of #267D93
Black with #267D93
Text Example
Text Example
White with #267D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267D93; }
p { color: rgb(38,125,147); }
H1.HeaderClassName
{
color: #267D93;
}
.AnyTagClassName
{
color: #267D93;
}
</style>
background-color css
<style>
a { background-color: #267D93; }
a { background-color: rgb(38,125,147); }
div.DivClassName
{
background-color: #267D93;
}
.BgClassName
{
background-color: #267D93;
}
</style>
border-color css
<style>
span { border-color: #267D93; }
span { border-color: rgb(38,125,147); }
td.TdClassName
{
border-color: #267D93;
}
.TagClassName
{
border-color: #267D93;
}
</style>