Shades of Scooter #268DA2
Tints of Scooter #268DA2
RGB
CMYK
RGB Variations
Color information
#268DA2 (or 0x268DA2) is known color: Scooter. HEX triplet: 26, 8D and A2. RGB value is (38,141,162). Sum of RGB (Red+Green+Blue) = 38+141+162=341 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.14% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 162 (63.67% from 255 or 47.51% from 341); Max value from RGB is 162 - color contains mainly: blue. Hex color #268DA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268DA2 is #D9725D. Grayscale: #707070. Windows color (decimal): -14250590 or 10652966. OLE color: 10652966.
HSL color Cylindrical-coordinate representation of color #268DA2: hue angle of 190.16º 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 #268DA2 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
RGB | 38 | 141 | 162 | - |
CMYK | 0.77 | 0.13 | 0 | 0.36 |
HSL | 190.16º | 0.62% | 0.39% | - |
HSV(B) | 190.16º | 0.77% | 0.64% | - |
XYZ | 16.85 | 22.07 | 37.55 | - |
YUV | 112.6 | 155.88 | 74.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 38 | 141 | 162 | 0.77 | 0.13 | 0 | 0.36 | 190.16 | 0.62 | 0.39 |
Hex | 26 | 8D | A2 | 4D | D | 0 | 24 | BE | 3E | 27 |
Octal | 46 | 215 | 242 | 115 | 15 | 0 | 44 | 276 | 76 | 47 |
Binary | 100110 | 10001101 | 10100010 | 1001101 | 1101 | 0 | 100100 | 10111110 | 111110 | 100111 |
Color Harmonies of #268DA2
Complementary color
Monochromatic Colors of #268DA2
Black with #268DA2
Text Example
Text Example
White with #268DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268DA2; }
p { color: rgb(38,141,162); }
H1.HeaderClassName
{
color: #268DA2;
}
.AnyTagClassName
{
color: #268DA2;
}
</style>
background-color css
<style>
a { background-color: #268DA2; }
a { background-color: rgb(38,141,162); }
div.DivClassName
{
background-color: #268DA2;
}
.BgClassName
{
background-color: #268DA2;
}
</style>
border-color css
<style>
span { border-color: #268DA2; }
span { border-color: rgb(38,141,162); }
td.TdClassName
{
border-color: #268DA2;
}
.TagClassName
{
border-color: #268DA2;
}
</style>