Shades of Scooter #267C9C
Tints of Scooter #267C9C
RGB
CMYK
RGB Variations
Color information
#267C9C (or 0x267C9C) is known color: Scooter. HEX triplet: 26, 7C and 9C. RGB value is (38,124,156). Sum of RGB (Red+Green+Blue) = 38+124+156=318 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.95% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #267C9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267C9C is #D98363. Grayscale: #656565. Windows color (decimal): -14254948 or 10255398. OLE color: 10255398.
HSL color Cylindrical-coordinate representation of color #267C9C: hue angle of 196.27º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #267C9C is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 124 | 156 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.39 |
| HSL | 196.27º | 0.61% | 0.38% | - |
| HSV(B) | 196.27º | 0.76% | 0.61% | - |
| XYZ | 14.01 | 17.23 | 34.04 | - |
| YUV | 101.93 | 158.51 | 82.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 124 | 156 | 0.76 | 0.21 | 0 | 0.39 | 196.27 | 0.61 | 0.38 |
| Hex | 26 | 7C | 9C | 4C | 15 | 0 | 27 | C4 | 3D | 26 |
| Octal | 46 | 174 | 234 | 114 | 25 | 0 | 47 | 304 | 75 | 46 |
| Binary | 100110 | 1111100 | 10011100 | 1001100 | 10101 | 0 | 100111 | 11000100 | 111101 | 100110 |
Color Harmonies of #267C9C
Complementary color
Monochromatic Colors of #267C9C
Black with #267C9C
Text Example
Text Example
White with #267C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267C9C; }
p { color: rgb(38,124,156); }
H1.HeaderClassName
{
color: #267C9C;
}
.AnyTagClassName
{
color: #267C9C;
}
</style>
background-color css
<style>
a { background-color: #267C9C; }
a { background-color: rgb(38,124,156); }
div.DivClassName
{
background-color: #267C9C;
}
.BgClassName
{
background-color: #267C9C;
}
</style>
border-color css
<style>
span { border-color: #267C9C; }
span { border-color: rgb(38,124,156); }
td.TdClassName
{
border-color: #267C9C;
}
.TagClassName
{
border-color: #267C9C;
}
</style>