Shades of Scooter #268592
Tints of Scooter #268592
RGB
CMYK
RGB Variations
Color information
#268592 (or 0x268592) is known color: Scooter. HEX triplet: 26, 85 and 92. RGB value is (38,133,146). Sum of RGB (Red+Green+Blue) = 38+133+146=317 (41% of max value = 765). Red value is 38 (15.23% from 255 or 11.99% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #268592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268592 is #D97A6D. Grayscale: #696969. Windows color (decimal): -14252654 or 9602342. OLE color: 9602342.
HSL color Cylindrical-coordinate representation of color #268592: hue angle of 187.22º degrees, saturation: 0.59, 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 #268592 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 133 | 146 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.43 |
| HSL | 187.22º | 0.59% | 0.36% | - |
| HSV(B) | 187.22º | 0.74% | 0.57% | - |
| XYZ | 14.38 | 19.26 | 30.15 | - |
| YUV | 106.08 | 150.53 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 133 | 146 | 0.74 | 0.09 | 0 | 0.43 | 187.22 | 0.59 | 0.36 |
| Hex | 26 | 85 | 92 | 4A | 9 | 0 | 2B | BB | 3B | 24 |
| Octal | 46 | 205 | 222 | 112 | 11 | 0 | 53 | 273 | 73 | 44 |
| Binary | 100110 | 10000101 | 10010010 | 1001010 | 1001 | 0 | 101011 | 10111011 | 111011 | 100100 |
Color Harmonies of #268592
Complementary color
Monochromatic Colors of #268592
Black with #268592
Text Example
Text Example
White with #268592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268592; }
p { color: rgb(38,133,146); }
H1.HeaderClassName
{
color: #268592;
}
.AnyTagClassName
{
color: #268592;
}
</style>
background-color css
<style>
a { background-color: #268592; }
a { background-color: rgb(38,133,146); }
div.DivClassName
{
background-color: #268592;
}
.BgClassName
{
background-color: #268592;
}
</style>
border-color css
<style>
span { border-color: #268592; }
span { border-color: rgb(38,133,146); }
td.TdClassName
{
border-color: #268592;
}
.TagClassName
{
border-color: #268592;
}
</style>