Shades of Scooter #268593
Tints of Scooter #268593
RGB
CMYK
RGB Variations
Color information
#268593 (or 0x268593) is known color: Scooter. HEX triplet: 26, 85 and 93. RGB value is (38,133,147). Sum of RGB (Red+Green+Blue) = 38+133+147=318 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.95% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 147 (57.81% from 255 or 46.23% from 318); Max value from RGB is 147 - color contains mainly: blue. Hex color #268593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268593 is #D97A6C. Grayscale: #6A6A6A. Windows color (decimal): -14252653 or 9667878. OLE color: 9667878.
HSL color Cylindrical-coordinate representation of color #268593: hue angle of 187.71º 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 #268593 is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 133 | 147 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.42 |
| HSL | 187.71º | 0.59% | 0.36% | - |
| HSV(B) | 187.71º | 0.74% | 0.58% | - |
| XYZ | 14.45 | 19.29 | 30.57 | - |
| YUV | 106.19 | 151.03 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 133 | 147 | 0.74 | 0.10 | 0 | 0.42 | 187.71 | 0.59 | 0.36 |
| Hex | 26 | 85 | 93 | 4A | A | 0 | 2A | BC | 3B | 24 |
| Octal | 46 | 205 | 223 | 112 | 12 | 0 | 52 | 274 | 73 | 44 |
| Binary | 100110 | 10000101 | 10010011 | 1001010 | 1010 | 0 | 101010 | 10111100 | 111011 | 100100 |
Color Harmonies of #268593
Complementary color
Monochromatic Colors of #268593
Black with #268593
Text Example
Text Example
White with #268593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268593; }
p { color: rgb(38,133,147); }
H1.HeaderClassName
{
color: #268593;
}
.AnyTagClassName
{
color: #268593;
}
</style>
background-color css
<style>
a { background-color: #268593; }
a { background-color: rgb(38,133,147); }
div.DivClassName
{
background-color: #268593;
}
.BgClassName
{
background-color: #268593;
}
</style>
border-color css
<style>
span { border-color: #268593; }
span { border-color: rgb(38,133,147); }
td.TdClassName
{
border-color: #268593;
}
.TagClassName
{
border-color: #268593;
}
</style>