Shades of Scooter #267D9C
Tints of Scooter #267D9C
RGB
CMYK
RGB Variations
Color information
#267D9C (or 0x267D9C) is known color: Scooter. HEX triplet: 26, 7D and 9C. RGB value is (38,125,156). Sum of RGB (Red+Green+Blue) = 38+125+156=319 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.91% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #267D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267D9C is #D98263. Grayscale: #666666. Windows color (decimal): -14254692 or 10255654. OLE color: 10255654.
HSL color Cylindrical-coordinate representation of color #267D9C: hue angle of 195.76º 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 #267D9C is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 125 | 156 | - |
| CMYK | 0.76 | 0.20 | 0 | 0.39 |
| HSL | 195.76º | 0.61% | 0.38% | - |
| HSV(B) | 195.76º | 0.76% | 0.61% | - |
| XYZ | 14.13 | 17.48 | 34.08 | - |
| YUV | 102.52 | 158.18 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 125 | 156 | 0.76 | 0.20 | 0 | 0.39 | 195.76 | 0.61 | 0.38 |
| Hex | 26 | 7D | 9C | 4C | 14 | 0 | 27 | C4 | 3D | 26 |
| Octal | 46 | 175 | 234 | 114 | 24 | 0 | 47 | 304 | 75 | 46 |
| Binary | 100110 | 1111101 | 10011100 | 1001100 | 10100 | 0 | 100111 | 11000100 | 111101 | 100110 |
Color Harmonies of #267D9C
Complementary color
Monochromatic Colors of #267D9C
Black with #267D9C
Text Example
Text Example
White with #267D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267D9C; }
p { color: rgb(38,125,156); }
H1.HeaderClassName
{
color: #267D9C;
}
.AnyTagClassName
{
color: #267D9C;
}
</style>
background-color css
<style>
a { background-color: #267D9C; }
a { background-color: rgb(38,125,156); }
div.DivClassName
{
background-color: #267D9C;
}
.BgClassName
{
background-color: #267D9C;
}
</style>
border-color css
<style>
span { border-color: #267D9C; }
span { border-color: rgb(38,125,156); }
td.TdClassName
{
border-color: #267D9C;
}
.TagClassName
{
border-color: #267D9C;
}
</style>