Shades of Scooter #338AA8
Tints of Scooter #338AA8
RGB
CMYK
RGB Variations
Color information
#338AA8 (or 0x338AA8) is known color: Scooter. HEX triplet: 33, 8A and A8. RGB value is (51,138,168). Sum of RGB (Red+Green+Blue) = 51+138+168=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 168 (66.02% from 255 or 47.06% from 357); Max value from RGB is 168 - color contains mainly: blue. Hex color #338AA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338AA8 is #CC7557. Grayscale: #737373. Windows color (decimal): -13399384 or 11045427. OLE color: 11045427.
HSL color Cylindrical-coordinate representation of color #338AA8: hue angle of 195.38º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #338AA8 is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 51 | 138 | 168 | - |
| CMYK | 0.70 | 0.18 | 0 | 0.34 |
| HSL | 195.38º | 0.53% | 0.43% | - |
| HSV(B) | 195.38º | 0.7% | 0.66% | - |
| XYZ | 17.52 | 21.71 | 40.31 | - |
| YUV | 115.41 | 157.68 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 138 | 168 | 0.70 | 0.18 | 0 | 0.34 | 195.38 | 0.53 | 0.43 |
| Hex | 33 | 8A | A8 | 46 | 12 | 0 | 22 | C3 | 35 | 2B |
| Octal | 63 | 212 | 250 | 106 | 22 | 0 | 42 | 303 | 65 | 53 |
| Binary | 110011 | 10001010 | 10101000 | 1000110 | 10010 | 0 | 100010 | 11000011 | 110101 | 101011 |
Color Harmonies of #338AA8
Complementary color
Monochromatic Colors of #338AA8
Black with #338AA8
Text Example
Text Example
White with #338AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338AA8; }
p { color: rgb(51,138,168); }
H1.HeaderClassName
{
color: #338AA8;
}
.AnyTagClassName
{
color: #338AA8;
}
</style>
background-color css
<style>
a { background-color: #338AA8; }
a { background-color: rgb(51,138,168); }
div.DivClassName
{
background-color: #338AA8;
}
.BgClassName
{
background-color: #338AA8;
}
</style>
border-color css
<style>
span { border-color: #338AA8; }
span { border-color: rgb(51,138,168); }
td.TdClassName
{
border-color: #338AA8;
}
.TagClassName
{
border-color: #338AA8;
}
</style>