Shades of Scooter #338DA2
Tints of Scooter #338DA2
RGB
CMYK
RGB Variations
Color information
#338DA2 (or 0x338DA2) is known color: Scooter. HEX triplet: 33, 8D and A2. RGB value is (51,141,162). Sum of RGB (Red+Green+Blue) = 51+141+162=354 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.41% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 162 - color contains mainly: blue. Hex color #338DA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338DA2 is #CC725D. Grayscale: #747474. Windows color (decimal): -13398622 or 10652979. OLE color: 10652979.
HSL color Cylindrical-coordinate representation of color #338DA2: hue angle of 191.35º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #338DA2 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 141 | 162 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.36 |
| HSL | 191.35º | 0.52% | 0.42% | - |
| HSV(B) | 191.35º | 0.69% | 0.64% | - |
| XYZ | 17.41 | 22.36 | 37.58 | - |
| YUV | 116.48 | 153.68 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 141 | 162 | 0.69 | 0.13 | 0 | 0.36 | 191.35 | 0.52 | 0.42 |
| Hex | 33 | 8D | A2 | 45 | D | 0 | 24 | BF | 34 | 2A |
| Octal | 63 | 215 | 242 | 105 | 15 | 0 | 44 | 277 | 64 | 52 |
| Binary | 110011 | 10001101 | 10100010 | 1000101 | 1101 | 0 | 100100 | 10111111 | 110100 | 101010 |
Color Harmonies of #338DA2
Complementary color
Monochromatic Colors of #338DA2
Black with #338DA2
Text Example
Text Example
White with #338DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338DA2; }
p { color: rgb(51,141,162); }
H1.HeaderClassName
{
color: #338DA2;
}
.AnyTagClassName
{
color: #338DA2;
}
</style>
background-color css
<style>
a { background-color: #338DA2; }
a { background-color: rgb(51,141,162); }
div.DivClassName
{
background-color: #338DA2;
}
.BgClassName
{
background-color: #338DA2;
}
</style>
border-color css
<style>
span { border-color: #338DA2; }
span { border-color: rgb(51,141,162); }
td.TdClassName
{
border-color: #338DA2;
}
.TagClassName
{
border-color: #338DA2;
}
</style>