Shades of Scooter #338DAB
Tints of Scooter #338DAB
RGB
CMYK
RGB Variations
Color information
#338DAB (or 0x338DAB) is known color: Scooter. HEX triplet: 33, 8D and AB. RGB value is (51,141,171). Sum of RGB (Red+Green+Blue) = 51+141+171=363 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.05% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #338DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338DAB is #CC7254. Grayscale: #757575. Windows color (decimal): -13398613 or 11242803. OLE color: 11242803.
HSL color Cylindrical-coordinate representation of color #338DAB: hue angle of 195º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #338DAB is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 141 | 171 | - |
| CMYK | 0.70 | 0.18 | 0 | 0.33 |
| HSL | 195º | 0.54% | 0.44% | - |
| HSV(B) | 195º | 0.7% | 0.67% | - |
| XYZ | 18.24 | 22.69 | 41.95 | - |
| YUV | 117.51 | 158.18 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 141 | 171 | 0.70 | 0.18 | 0 | 0.33 | 195 | 0.54 | 0.44 |
| Hex | 33 | 8D | AB | 46 | 12 | 0 | 21 | C3 | 36 | 2C |
| Octal | 63 | 215 | 253 | 106 | 22 | 0 | 41 | 303 | 66 | 54 |
| Binary | 110011 | 10001101 | 10101011 | 1000110 | 10010 | 0 | 100001 | 11000011 | 110110 | 101100 |
Color Harmonies of #338DAB
Complementary color
Monochromatic Colors of #338DAB
Black with #338DAB
Text Example
Text Example
White with #338DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338DAB; }
p { color: rgb(51,141,171); }
H1.HeaderClassName
{
color: #338DAB;
}
.AnyTagClassName
{
color: #338DAB;
}
</style>
background-color css
<style>
a { background-color: #338DAB; }
a { background-color: rgb(51,141,171); }
div.DivClassName
{
background-color: #338DAB;
}
.BgClassName
{
background-color: #338DAB;
}
</style>
border-color css
<style>
span { border-color: #338DAB; }
span { border-color: rgb(51,141,171); }
td.TdClassName
{
border-color: #338DAB;
}
.TagClassName
{
border-color: #338DAB;
}
</style>