Shades of Scooter #268CA3
Tints of Scooter #268CA3
RGB
CMYK
RGB Variations
Color information
#268CA3 (or 0x268CA3) is known color: Scooter. HEX triplet: 26, 8C and A3. RGB value is (38,140,163). Sum of RGB (Red+Green+Blue) = 38+140+163=341 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.14% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 163 (64.06% from 255 or 47.80% from 341); Max value from RGB is 163 - color contains mainly: blue. Hex color #268CA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268CA3 is #D9735C. Grayscale: #6F6F6F. Windows color (decimal): -14250845 or 10718246. OLE color: 10718246.
HSL color Cylindrical-coordinate representation of color #268CA3: hue angle of 191.04º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #268CA3 is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 38 | 140 | 163 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.36 |
| HSL | 191.04º | 0.62% | 0.39% | - |
| HSV(B) | 191.04º | 0.77% | 0.64% | - |
| XYZ | 16.79 | 21.81 | 37.98 | - |
| YUV | 112.12 | 156.71 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 140 | 163 | 0.77 | 0.14 | 0 | 0.36 | 191.04 | 0.62 | 0.39 |
| Hex | 26 | 8C | A3 | 4D | E | 0 | 24 | BF | 3E | 27 |
| Octal | 46 | 214 | 243 | 115 | 16 | 0 | 44 | 277 | 76 | 47 |
| Binary | 100110 | 10001100 | 10100011 | 1001101 | 1110 | 0 | 100100 | 10111111 | 111110 | 100111 |
Color Harmonies of #268CA3
Complementary color
Monochromatic Colors of #268CA3
Black with #268CA3
Text Example
Text Example
White with #268CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268CA3; }
p { color: rgb(38,140,163); }
H1.HeaderClassName
{
color: #268CA3;
}
.AnyTagClassName
{
color: #268CA3;
}
</style>
background-color css
<style>
a { background-color: #268CA3; }
a { background-color: rgb(38,140,163); }
div.DivClassName
{
background-color: #268CA3;
}
.BgClassName
{
background-color: #268CA3;
}
</style>
border-color css
<style>
span { border-color: #268CA3; }
span { border-color: rgb(38,140,163); }
td.TdClassName
{
border-color: #268CA3;
}
.TagClassName
{
border-color: #268CA3;
}
</style>