Shades of Scooter #268398
Tints of Scooter #268398
RGB
CMYK
RGB Variations
Color information
#268398 (or 0x268398) is known color: Scooter. HEX triplet: 26, 83 and 98. RGB value is (38,131,152). Sum of RGB (Red+Green+Blue) = 38+131+152=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 152 - color contains mainly: blue. Hex color #268398 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268398 is #D97C67. Grayscale: #696969. Windows color (decimal): -14253160 or 9995046. OLE color: 9995046.
HSL color Cylindrical-coordinate representation of color #268398: hue angle of 191.05º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #268398 is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 131 | 152 | - |
| CMYK | 0.75 | 0.14 | 0 | 0.40 |
| HSL | 191.05º | 0.6% | 0.37% | - |
| HSV(B) | 191.05º | 0.75% | 0.6% | - |
| XYZ | 14.58 | 18.91 | 32.59 | - |
| YUV | 105.59 | 154.19 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 131 | 152 | 0.75 | 0.14 | 0 | 0.40 | 191.05 | 0.6 | 0.37 |
| Hex | 26 | 83 | 98 | 4B | E | 0 | 28 | BF | 3C | 25 |
| Octal | 46 | 203 | 230 | 113 | 16 | 0 | 50 | 277 | 74 | 45 |
| Binary | 100110 | 10000011 | 10011000 | 1001011 | 1110 | 0 | 101000 | 10111111 | 111100 | 100101 |
Color Harmonies of #268398
Complementary color
Monochromatic Colors of #268398
Black with #268398
Text Example
Text Example
White with #268398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268398; }
p { color: rgb(38,131,152); }
H1.HeaderClassName
{
color: #268398;
}
.AnyTagClassName
{
color: #268398;
}
</style>
background-color css
<style>
a { background-color: #268398; }
a { background-color: rgb(38,131,152); }
div.DivClassName
{
background-color: #268398;
}
.BgClassName
{
background-color: #268398;
}
</style>
border-color css
<style>
span { border-color: #268398; }
span { border-color: rgb(38,131,152); }
td.TdClassName
{
border-color: #268398;
}
.TagClassName
{
border-color: #268398;
}
</style>