Shades of Scooter #268293
Tints of Scooter #268293
RGB
CMYK
RGB Variations
Color information
#268293 (or 0x268293) is known color: Scooter. HEX triplet: 26, 82 and 93. RGB value is (38,130,147). Sum of RGB (Red+Green+Blue) = 38+130+147=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #268293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268293 is #D97D6C. Grayscale: #686868. Windows color (decimal): -14253421 or 9667110. OLE color: 9667110.
HSL color Cylindrical-coordinate representation of color #268293: hue angle of 189.36º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #268293 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 130 | 147 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.42 |
| HSL | 189.36º | 0.59% | 0.36% | - |
| HSV(B) | 189.36º | 0.74% | 0.58% | - |
| XYZ | 14.05 | 18.48 | 30.43 | - |
| YUV | 104.43 | 152.02 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 130 | 147 | 0.74 | 0.12 | 0 | 0.42 | 189.36 | 0.59 | 0.36 |
| Hex | 26 | 82 | 93 | 4A | C | 0 | 2A | BD | 3B | 24 |
| Octal | 46 | 202 | 223 | 112 | 14 | 0 | 52 | 275 | 73 | 44 |
| Binary | 100110 | 10000010 | 10010011 | 1001010 | 1100 | 0 | 101010 | 10111101 | 111011 | 100100 |
Color Harmonies of #268293
Complementary color
Monochromatic Colors of #268293
Black with #268293
Text Example
Text Example
White with #268293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268293; }
p { color: rgb(38,130,147); }
H1.HeaderClassName
{
color: #268293;
}
.AnyTagClassName
{
color: #268293;
}
</style>
background-color css
<style>
a { background-color: #268293; }
a { background-color: rgb(38,130,147); }
div.DivClassName
{
background-color: #268293;
}
.BgClassName
{
background-color: #268293;
}
</style>
border-color css
<style>
span { border-color: #268293; }
span { border-color: rgb(38,130,147); }
td.TdClassName
{
border-color: #268293;
}
.TagClassName
{
border-color: #268293;
}
</style>