Shades of Scooter #338DA0
Tints of Scooter #338DA0
RGB
CMYK
RGB Variations
Color information
#338DA0 (or 0x338DA0) is known color: Scooter. HEX triplet: 33, 8D and A0. RGB value is (51,141,160). Sum of RGB (Red+Green+Blue) = 51+141+160=352 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.49% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 160 (62.89% from 255 or 45.45% from 352); Max value from RGB is 160 - color contains mainly: blue. Hex color #338DA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338DA0 is #CC725F. Grayscale: #747474. Windows color (decimal): -13398624 or 10521907. OLE color: 10521907.
HSL color Cylindrical-coordinate representation of color #338DA0: hue angle of 190.46º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #338DA0 is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 141 | 160 | - |
| CMYK | 0.68 | 0.12 | 0 | 0.37 |
| HSL | 190.46º | 0.52% | 0.41% | - |
| HSV(B) | 190.46º | 0.68% | 0.63% | - |
| XYZ | 17.24 | 22.29 | 36.65 | - |
| YUV | 116.26 | 152.68 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 141 | 160 | 0.68 | 0.12 | 0 | 0.37 | 190.46 | 0.52 | 0.41 |
| Hex | 33 | 8D | A0 | 44 | C | 0 | 25 | BE | 34 | 29 |
| Octal | 63 | 215 | 240 | 104 | 14 | 0 | 45 | 276 | 64 | 51 |
| Binary | 110011 | 10001101 | 10100000 | 1000100 | 1100 | 0 | 100101 | 10111110 | 110100 | 101001 |
Color Harmonies of #338DA0
Complementary color
Monochromatic Colors of #338DA0
Black with #338DA0
Text Example
Text Example
White with #338DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338DA0; }
p { color: rgb(51,141,160); }
H1.HeaderClassName
{
color: #338DA0;
}
.AnyTagClassName
{
color: #338DA0;
}
</style>
background-color css
<style>
a { background-color: #338DA0; }
a { background-color: rgb(51,141,160); }
div.DivClassName
{
background-color: #338DA0;
}
.BgClassName
{
background-color: #338DA0;
}
</style>
border-color css
<style>
span { border-color: #338DA0; }
span { border-color: rgb(51,141,160); }
td.TdClassName
{
border-color: #338DA0;
}
.TagClassName
{
border-color: #338DA0;
}
</style>