Shades of Scooter #338EAC
Tints of Scooter #338EAC
RGB
CMYK
RGB Variations
Color information
#338EAC (or 0x338EAC) is known color: Scooter. HEX triplet: 33, 8E and AC. RGB value is (51,142,172). Sum of RGB (Red+Green+Blue) = 51+142+172=365 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.97% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #338EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338EAC is #CC7153. Grayscale: #767676. Windows color (decimal): -13398356 or 11308595. OLE color: 11308595.
HSL color Cylindrical-coordinate representation of color #338EAC: hue angle of 194.88º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #338EAC is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 142 | 172 | - |
| CMYK | 0.70 | 0.17 | 0 | 0.33 |
| HSL | 194.88º | 0.54% | 0.44% | - |
| HSV(B) | 194.88º | 0.7% | 0.67% | - |
| XYZ | 18.48 | 23.03 | 42.5 | - |
| YUV | 118.21 | 158.35 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 142 | 172 | 0.70 | 0.17 | 0 | 0.33 | 194.88 | 0.54 | 0.44 |
| Hex | 33 | 8E | AC | 46 | 11 | 0 | 21 | C3 | 36 | 2C |
| Octal | 63 | 216 | 254 | 106 | 21 | 0 | 41 | 303 | 66 | 54 |
| Binary | 110011 | 10001110 | 10101100 | 1000110 | 10001 | 0 | 100001 | 11000011 | 110110 | 101100 |
Color Harmonies of #338EAC
Complementary color
Monochromatic Colors of #338EAC
Black with #338EAC
Text Example
Text Example
White with #338EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338EAC; }
p { color: rgb(51,142,172); }
H1.HeaderClassName
{
color: #338EAC;
}
.AnyTagClassName
{
color: #338EAC;
}
</style>
background-color css
<style>
a { background-color: #338EAC; }
a { background-color: rgb(51,142,172); }
div.DivClassName
{
background-color: #338EAC;
}
.BgClassName
{
background-color: #338EAC;
}
</style>
border-color css
<style>
span { border-color: #338EAC; }
span { border-color: rgb(51,142,172); }
td.TdClassName
{
border-color: #338EAC;
}
.TagClassName
{
border-color: #338EAC;
}
</style>