Shades of Scooter #268190
Tints of Scooter #268190
RGB
CMYK
RGB Variations
Color information
#268190 (or 0x268190) is known color: Scooter. HEX triplet: 26, 81 and 90. RGB value is (38,129,144). Sum of RGB (Red+Green+Blue) = 38+129+144=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #268190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268190 is #D97E6F. Grayscale: #676767. Windows color (decimal): -14253680 or 9470246. OLE color: 9470246.
HSL color Cylindrical-coordinate representation of color #268190: hue angle of 188.49º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #268190 is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 129 | 144 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.44 |
| HSL | 188.49º | 0.58% | 0.36% | - |
| HSV(B) | 188.49º | 0.74% | 0.56% | - |
| XYZ | 13.68 | 18.13 | 29.16 | - |
| YUV | 103.5 | 150.85 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 129 | 144 | 0.74 | 0.10 | 0 | 0.44 | 188.49 | 0.58 | 0.36 |
| Hex | 26 | 81 | 90 | 4A | A | 0 | 2C | BC | 3A | 24 |
| Octal | 46 | 201 | 220 | 112 | 12 | 0 | 54 | 274 | 72 | 44 |
| Binary | 100110 | 10000001 | 10010000 | 1001010 | 1010 | 0 | 101100 | 10111100 | 111010 | 100100 |
Color Harmonies of #268190
Complementary color
Monochromatic Colors of #268190
Black with #268190
Text Example
Text Example
White with #268190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268190; }
p { color: rgb(38,129,144); }
H1.HeaderClassName
{
color: #268190;
}
.AnyTagClassName
{
color: #268190;
}
</style>
background-color css
<style>
a { background-color: #268190; }
a { background-color: rgb(38,129,144); }
div.DivClassName
{
background-color: #268190;
}
.BgClassName
{
background-color: #268190;
}
</style>
border-color css
<style>
span { border-color: #268190; }
span { border-color: rgb(38,129,144); }
td.TdClassName
{
border-color: #268190;
}
.TagClassName
{
border-color: #268190;
}
</style>