Shades of Scooter #268CAA
Tints of Scooter #268CAA
RGB
CMYK
RGB Variations
Color information
#268CAA (or 0x268CAA) is known color: Scooter. HEX triplet: 26, 8C and AA. RGB value is (38,140,170). Sum of RGB (Red+Green+Blue) = 38+140+170=348 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.92% from 348); Green value is 140 (55.08% from 255 or 40.23% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #268CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268CAA is #D97355. Grayscale: #707070. Windows color (decimal): -14250838 or 11176998. OLE color: 11176998.
HSL color Cylindrical-coordinate representation of color #268CAA: hue angle of 193.64º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #268CAA is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 140 | 170 | - |
| CMYK | 0.78 | 0.18 | 0 | 0.33 |
| HSL | 193.64º | 0.63% | 0.41% | - |
| HSV(B) | 193.64º | 0.78% | 0.67% | - |
| XYZ | 17.43 | 22.07 | 41.37 | - |
| YUV | 112.92 | 160.21 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 140 | 170 | 0.78 | 0.18 | 0 | 0.33 | 193.64 | 0.63 | 0.41 |
| Hex | 26 | 8C | AA | 4E | 12 | 0 | 21 | C2 | 3F | 29 |
| Octal | 46 | 214 | 252 | 116 | 22 | 0 | 41 | 302 | 77 | 51 |
| Binary | 100110 | 10001100 | 10101010 | 1001110 | 10010 | 0 | 100001 | 11000010 | 111111 | 101001 |
Color Harmonies of #268CAA
Complementary color
Monochromatic Colors of #268CAA
Black with #268CAA
Text Example
Text Example
White with #268CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268CAA; }
p { color: rgb(38,140,170); }
H1.HeaderClassName
{
color: #268CAA;
}
.AnyTagClassName
{
color: #268CAA;
}
</style>
background-color css
<style>
a { background-color: #268CAA; }
a { background-color: rgb(38,140,170); }
div.DivClassName
{
background-color: #268CAA;
}
.BgClassName
{
background-color: #268CAA;
}
</style>
border-color css
<style>
span { border-color: #268CAA; }
span { border-color: rgb(38,140,170); }
td.TdClassName
{
border-color: #268CAA;
}
.TagClassName
{
border-color: #268CAA;
}
</style>