Shades of Scooter #268191
Tints of Scooter #268191
RGB
CMYK
RGB Variations
Color information
#268191 (or 0x268191) is known color: Scooter. HEX triplet: 26, 81 and 91. RGB value is (38,129,145). Sum of RGB (Red+Green+Blue) = 38+129+145=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 145 (57.03% from 255 or 46.47% from 312); Max value from RGB is 145 - color contains mainly: blue. Hex color #268191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268191 is #D97E6E. Grayscale: #676767. Windows color (decimal): -14253679 or 9535782. OLE color: 9535782.
HSL color Cylindrical-coordinate representation of color #268191: hue angle of 188.97º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #268191 is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 129 | 145 | - |
| CMYK | 0.74 | 0.11 | 0 | 0.43 |
| HSL | 188.97º | 0.58% | 0.36% | - |
| HSV(B) | 188.97º | 0.74% | 0.57% | - |
| XYZ | 13.76 | 18.16 | 29.57 | - |
| YUV | 103.62 | 151.35 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 129 | 145 | 0.74 | 0.11 | 0 | 0.43 | 188.97 | 0.58 | 0.36 |
| Hex | 26 | 81 | 91 | 4A | B | 0 | 2B | BD | 3A | 24 |
| Octal | 46 | 201 | 221 | 112 | 13 | 0 | 53 | 275 | 72 | 44 |
| Binary | 100110 | 10000001 | 10010001 | 1001010 | 1011 | 0 | 101011 | 10111101 | 111010 | 100100 |
Color Harmonies of #268191
Complementary color
Monochromatic Colors of #268191
Black with #268191
Text Example
Text Example
White with #268191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268191; }
p { color: rgb(38,129,145); }
H1.HeaderClassName
{
color: #268191;
}
.AnyTagClassName
{
color: #268191;
}
</style>
background-color css
<style>
a { background-color: #268191; }
a { background-color: rgb(38,129,145); }
div.DivClassName
{
background-color: #268191;
}
.BgClassName
{
background-color: #268191;
}
</style>
border-color css
<style>
span { border-color: #268191; }
span { border-color: rgb(38,129,145); }
td.TdClassName
{
border-color: #268191;
}
.TagClassName
{
border-color: #268191;
}
</style>