Shades of Scooter #338F99
Tints of Scooter #338F99
RGB
CMYK
RGB Variations
Color information
#338F99 (or 0x338F99) is known color: Scooter. HEX triplet: 33, 8F and 99. RGB value is (51,143,153). Sum of RGB (Red+Green+Blue) = 51+143+153=347 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.70% from 347); Green value is 143 (56.25% from 255 or 41.21% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #338F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338F99 is #CC7066. Grayscale: #747474. Windows color (decimal): -13398119 or 10063667. OLE color: 10063667.
HSL color Cylindrical-coordinate representation of color #338F99: hue angle of 185.88º 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 #338F99 is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 51 | 143 | 153 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.4 |
| HSL | 185.88º | 0.5% | 0.4% | - |
| HSV(B) | 185.88º | 0.67% | 0.6% | - |
| XYZ | 16.94 | 22.65 | 33.62 | - |
| YUV | 116.63 | 148.52 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 143 | 153 | 0.67 | 0.07 | 0 | 0.4 | 185.88 | 0.5 | 0.4 |
| Hex | 33 | 8F | 99 | 43 | 7 | 0 | 28 | BA | 32 | 28 |
| Octal | 63 | 217 | 231 | 103 | 7 | 0 | 50 | 272 | 62 | 50 |
| Binary | 110011 | 10001111 | 10011001 | 1000011 | 111 | 0 | 101000 | 10111010 | 110010 | 101000 |
Color Harmonies of #338F99
Complementary color
Monochromatic Colors of #338F99
Black with #338F99
Text Example
Text Example
White with #338F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338F99; }
p { color: rgb(51,143,153); }
H1.HeaderClassName
{
color: #338F99;
}
.AnyTagClassName
{
color: #338F99;
}
</style>
background-color css
<style>
a { background-color: #338F99; }
a { background-color: rgb(51,143,153); }
div.DivClassName
{
background-color: #338F99;
}
.BgClassName
{
background-color: #338F99;
}
</style>
border-color css
<style>
span { border-color: #338F99; }
span { border-color: rgb(51,143,153); }
td.TdClassName
{
border-color: #338F99;
}
.TagClassName
{
border-color: #338F99;
}
</style>