Shades of Scooter #338C9B
Tints of Scooter #338C9B
RGB
CMYK
RGB Variations
Color information
#338C9B (or 0x338C9B) is known color: Scooter. HEX triplet: 33, 8C and 9B. RGB value is (51,140,155). Sum of RGB (Red+Green+Blue) = 51+140+155=346 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.74% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #338C9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338C9B is #CC7364. Grayscale: #727272. Windows color (decimal): -13398885 or 10193971. OLE color: 10193971.
HSL color Cylindrical-coordinate representation of color #338C9B: hue angle of 188.65º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #338C9B is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 140 | 155 | - |
| CMYK | 0.67 | 0.10 | 0 | 0.39 |
| HSL | 188.65º | 0.5% | 0.4% | - |
| HSV(B) | 188.65º | 0.67% | 0.61% | - |
| XYZ | 16.66 | 21.83 | 34.35 | - |
| YUV | 115.1 | 150.51 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 140 | 155 | 0.67 | 0.10 | 0 | 0.39 | 188.65 | 0.5 | 0.4 |
| Hex | 33 | 8C | 9B | 43 | A | 0 | 27 | BD | 32 | 28 |
| Octal | 63 | 214 | 233 | 103 | 12 | 0 | 47 | 275 | 62 | 50 |
| Binary | 110011 | 10001100 | 10011011 | 1000011 | 1010 | 0 | 100111 | 10111101 | 110010 | 101000 |
Color Harmonies of #338C9B
Complementary color
Monochromatic Colors of #338C9B
Black with #338C9B
Text Example
Text Example
White with #338C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338C9B; }
p { color: rgb(51,140,155); }
H1.HeaderClassName
{
color: #338C9B;
}
.AnyTagClassName
{
color: #338C9B;
}
</style>
background-color css
<style>
a { background-color: #338C9B; }
a { background-color: rgb(51,140,155); }
div.DivClassName
{
background-color: #338C9B;
}
.BgClassName
{
background-color: #338C9B;
}
</style>
border-color css
<style>
span { border-color: #338C9B; }
span { border-color: rgb(51,140,155); }
td.TdClassName
{
border-color: #338C9B;
}
.TagClassName
{
border-color: #338C9B;
}
</style>