Shades of Scooter #338DA4
Tints of Scooter #338DA4
RGB
CMYK
RGB Variations
Color information
#338DA4 (or 0x338DA4) is known color: Scooter. HEX triplet: 33, 8D and A4. RGB value is (51,141,164). Sum of RGB (Red+Green+Blue) = 51+141+164=356 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.33% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 164 (64.45% from 255 or 46.07% from 356); Max value from RGB is 164 - color contains mainly: blue. Hex color #338DA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338DA4 is #CC725B. Grayscale: #747474. Windows color (decimal): -13398620 or 10784051. OLE color: 10784051.
HSL color Cylindrical-coordinate representation of color #338DA4: hue angle of 192.21º degrees, saturation: 0.53, 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 #338DA4 is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 141 | 164 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.36 |
| HSL | 192.21º | 0.53% | 0.42% | - |
| HSV(B) | 192.21º | 0.69% | 0.64% | - |
| XYZ | 17.59 | 22.43 | 38.52 | - |
| YUV | 116.71 | 154.68 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 141 | 164 | 0.69 | 0.14 | 0 | 0.36 | 192.21 | 0.53 | 0.42 |
| Hex | 33 | 8D | A4 | 45 | E | 0 | 24 | C0 | 35 | 2A |
| Octal | 63 | 215 | 244 | 105 | 16 | 0 | 44 | 300 | 65 | 52 |
| Binary | 110011 | 10001101 | 10100100 | 1000101 | 1110 | 0 | 100100 | 11000000 | 110101 | 101010 |
Color Harmonies of #338DA4
Complementary color
Monochromatic Colors of #338DA4
Black with #338DA4
Text Example
Text Example
White with #338DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338DA4; }
p { color: rgb(51,141,164); }
H1.HeaderClassName
{
color: #338DA4;
}
.AnyTagClassName
{
color: #338DA4;
}
</style>
background-color css
<style>
a { background-color: #338DA4; }
a { background-color: rgb(51,141,164); }
div.DivClassName
{
background-color: #338DA4;
}
.BgClassName
{
background-color: #338DA4;
}
</style>
border-color css
<style>
span { border-color: #338DA4; }
span { border-color: rgb(51,141,164); }
td.TdClassName
{
border-color: #338DA4;
}
.TagClassName
{
border-color: #338DA4;
}
</style>