Shades of Scooter #338A99
Tints of Scooter #338A99
RGB
CMYK
RGB Variations
Color information
#338A99 (or 0x338A99) is known color: Scooter. HEX triplet: 33, 8A and 99. RGB value is (51,138,153). Sum of RGB (Red+Green+Blue) = 51+138+153=342 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.91% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #338A99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338A99 is #CC7566. Grayscale: #717171. Windows color (decimal): -13399399 or 10062387. OLE color: 10062387.
HSL color Cylindrical-coordinate representation of color #338A99: hue angle of 188.82º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #338A99 is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 51 | 138 | 153 | - |
| CMYK | 0.67 | 0.10 | 0 | 0.4 |
| HSL | 188.82º | 0.5% | 0.4% | - |
| HSV(B) | 188.82º | 0.67% | 0.6% | - |
| XYZ | 16.2 | 21.18 | 33.37 | - |
| YUV | 113.7 | 150.18 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 138 | 153 | 0.67 | 0.10 | 0 | 0.4 | 188.82 | 0.5 | 0.4 |
| Hex | 33 | 8A | 99 | 43 | A | 0 | 28 | BD | 32 | 28 |
| Octal | 63 | 212 | 231 | 103 | 12 | 0 | 50 | 275 | 62 | 50 |
| Binary | 110011 | 10001010 | 10011001 | 1000011 | 1010 | 0 | 101000 | 10111101 | 110010 | 101000 |
Color Harmonies of #338A99
Complementary color
Monochromatic Colors of #338A99
Black with #338A99
Text Example
Text Example
White with #338A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338A99; }
p { color: rgb(51,138,153); }
H1.HeaderClassName
{
color: #338A99;
}
.AnyTagClassName
{
color: #338A99;
}
</style>
background-color css
<style>
a { background-color: #338A99; }
a { background-color: rgb(51,138,153); }
div.DivClassName
{
background-color: #338A99;
}
.BgClassName
{
background-color: #338A99;
}
</style>
border-color css
<style>
span { border-color: #338A99; }
span { border-color: rgb(51,138,153); }
td.TdClassName
{
border-color: #338A99;
}
.TagClassName
{
border-color: #338A99;
}
</style>