Shades of Scooter #268AA1
Tints of Scooter #268AA1
RGB
CMYK
RGB Variations
Color information
#268AA1 (or 0x268AA1) is known color: Scooter. HEX triplet: 26, 8A and A1. RGB value is (38,138,161). Sum of RGB (Red+Green+Blue) = 38+138+161=337 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.28% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 161 (63.28% from 255 or 47.77% from 337); Max value from RGB is 161 - color contains mainly: blue. Hex color #268AA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268AA1 is #D9755E. Grayscale: #6E6E6E. Windows color (decimal): -14251359 or 10586662. OLE color: 10586662.
HSL color Cylindrical-coordinate representation of color #268AA1: hue angle of 191.22º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #268AA1 is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 38 | 138 | 161 | - |
| CMYK | 0.76 | 0.14 | 0 | 0.37 |
| HSL | 191.22º | 0.62% | 0.39% | - |
| HSV(B) | 191.22º | 0.76% | 0.63% | - |
| XYZ | 16.32 | 21.16 | 36.94 | - |
| YUV | 110.72 | 156.37 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 138 | 161 | 0.76 | 0.14 | 0 | 0.37 | 191.22 | 0.62 | 0.39 |
| Hex | 26 | 8A | A1 | 4C | E | 0 | 25 | BF | 3E | 27 |
| Octal | 46 | 212 | 241 | 114 | 16 | 0 | 45 | 277 | 76 | 47 |
| Binary | 100110 | 10001010 | 10100001 | 1001100 | 1110 | 0 | 100101 | 10111111 | 111110 | 100111 |
Color Harmonies of #268AA1
Complementary color
Monochromatic Colors of #268AA1
Black with #268AA1
Text Example
Text Example
White with #268AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268AA1; }
p { color: rgb(38,138,161); }
H1.HeaderClassName
{
color: #268AA1;
}
.AnyTagClassName
{
color: #268AA1;
}
</style>
background-color css
<style>
a { background-color: #268AA1; }
a { background-color: rgb(38,138,161); }
div.DivClassName
{
background-color: #268AA1;
}
.BgClassName
{
background-color: #268AA1;
}
</style>
border-color css
<style>
span { border-color: #268AA1; }
span { border-color: rgb(38,138,161); }
td.TdClassName
{
border-color: #268AA1;
}
.TagClassName
{
border-color: #268AA1;
}
</style>