Shades of Scooter #338699
Tints of Scooter #338699
RGB
CMYK
RGB Variations
Color information
#338699 (or 0x338699) is known color: Scooter. HEX triplet: 33, 86 and 99. RGB value is (51,134,153). Sum of RGB (Red+Green+Blue) = 51+134+153=338 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.09% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #338699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338699 is #CC7966. Grayscale: #6F6F6F. Windows color (decimal): -13400423 or 10061363. OLE color: 10061363.
HSL color Cylindrical-coordinate representation of color #338699: hue angle of 191.18º 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 #338699 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 51 | 134 | 153 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.4 |
| HSL | 191.18º | 0.5% | 0.4% | - |
| HSV(B) | 191.18º | 0.67% | 0.6% | - |
| XYZ | 15.64 | 20.05 | 33.18 | - |
| YUV | 111.35 | 151.5 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 134 | 153 | 0.67 | 0.12 | 0 | 0.4 | 191.18 | 0.5 | 0.4 |
| Hex | 33 | 86 | 99 | 43 | C | 0 | 28 | BF | 32 | 28 |
| Octal | 63 | 206 | 231 | 103 | 14 | 0 | 50 | 277 | 62 | 50 |
| Binary | 110011 | 10000110 | 10011001 | 1000011 | 1100 | 0 | 101000 | 10111111 | 110010 | 101000 |
Color Harmonies of #338699
Complementary color
Monochromatic Colors of #338699
Black with #338699
Text Example
Text Example
White with #338699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338699; }
p { color: rgb(51,134,153); }
H1.HeaderClassName
{
color: #338699;
}
.AnyTagClassName
{
color: #338699;
}
</style>
background-color css
<style>
a { background-color: #338699; }
a { background-color: rgb(51,134,153); }
div.DivClassName
{
background-color: #338699;
}
.BgClassName
{
background-color: #338699;
}
</style>
border-color css
<style>
span { border-color: #338699; }
span { border-color: rgb(51,134,153); }
td.TdClassName
{
border-color: #338699;
}
.TagClassName
{
border-color: #338699;
}
</style>