Shades of Scooter #267D91
Tints of Scooter #267D91
RGB
CMYK
RGB Variations
Color information
#267D91 (or 0x267D91) is known color: Scooter. HEX triplet: 26, 7D and 91. RGB value is (38,125,145). Sum of RGB (Red+Green+Blue) = 38+125+145=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #267D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267D91 is #D9826E. Grayscale: #656565. Windows color (decimal): -14254703 or 9534758. OLE color: 9534758.
HSL color Cylindrical-coordinate representation of color #267D91: hue angle of 191.21º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #267D91 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 125 | 145 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.43 |
| HSL | 191.22º | 0.58% | 0.36% | - |
| HSV(B) | 191.22º | 0.74% | 0.57% | - |
| XYZ | 13.24 | 17.12 | 29.4 | - |
| YUV | 101.27 | 152.68 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 125 | 145 | 0.74 | 0.14 | 0 | 0.43 | 191.22 | 0.58 | 0.36 |
| Hex | 26 | 7D | 91 | 4A | E | 0 | 2B | BF | 3A | 24 |
| Octal | 46 | 175 | 221 | 112 | 16 | 0 | 53 | 277 | 72 | 44 |
| Binary | 100110 | 1111101 | 10010001 | 1001010 | 1110 | 0 | 101011 | 10111111 | 111010 | 100100 |
Color Harmonies of #267D91
Complementary color
Monochromatic Colors of #267D91
Black with #267D91
Text Example
Text Example
White with #267D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267D91; }
p { color: rgb(38,125,145); }
H1.HeaderClassName
{
color: #267D91;
}
.AnyTagClassName
{
color: #267D91;
}
</style>
background-color css
<style>
a { background-color: #267D91; }
a { background-color: rgb(38,125,145); }
div.DivClassName
{
background-color: #267D91;
}
.BgClassName
{
background-color: #267D91;
}
</style>
border-color css
<style>
span { border-color: #267D91; }
span { border-color: rgb(38,125,145); }
td.TdClassName
{
border-color: #267D91;
}
.TagClassName
{
border-color: #267D91;
}
</style>