Shades of Scooter #268498
Tints of Scooter #268498
RGB
CMYK
RGB Variations
Color information
#268498 (or 0x268498) is known color: Scooter. HEX triplet: 26, 84 and 98. RGB value is (38,132,152). Sum of RGB (Red+Green+Blue) = 38+132+152=322 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.80% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 152 (59.77% from 255 or 47.20% from 322); Max value from RGB is 152 - color contains mainly: blue. Hex color #268498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268498 is #D97B67. Grayscale: #6A6A6A. Windows color (decimal): -14252904 or 9995302. OLE color: 9995302.
HSL color Cylindrical-coordinate representation of color #268498: hue angle of 190.53º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #268498 is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 132 | 152 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.40 |
| HSL | 190.53º | 0.6% | 0.37% | - |
| HSV(B) | 190.53º | 0.75% | 0.6% | - |
| XYZ | 14.72 | 19.18 | 32.63 | - |
| YUV | 106.17 | 153.86 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 132 | 152 | 0.75 | 0.13 | 0 | 0.40 | 190.53 | 0.6 | 0.37 |
| Hex | 26 | 84 | 98 | 4B | D | 0 | 28 | BF | 3C | 25 |
| Octal | 46 | 204 | 230 | 113 | 15 | 0 | 50 | 277 | 74 | 45 |
| Binary | 100110 | 10000100 | 10011000 | 1001011 | 1101 | 0 | 101000 | 10111111 | 111100 | 100101 |
Color Harmonies of #268498
Complementary color
Monochromatic Colors of #268498
Black with #268498
Text Example
Text Example
White with #268498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268498; }
p { color: rgb(38,132,152); }
H1.HeaderClassName
{
color: #268498;
}
.AnyTagClassName
{
color: #268498;
}
</style>
background-color css
<style>
a { background-color: #268498; }
a { background-color: rgb(38,132,152); }
div.DivClassName
{
background-color: #268498;
}
.BgClassName
{
background-color: #268498;
}
</style>
border-color css
<style>
span { border-color: #268498; }
span { border-color: rgb(38,132,152); }
td.TdClassName
{
border-color: #268498;
}
.TagClassName
{
border-color: #268498;
}
</style>