Shades of Scooter #348DAA
Tints of Scooter #348DAA
RGB
CMYK
RGB Variations
Color information
#348DAA (or 0x348DAA) is known color: Scooter. HEX triplet: 34, 8D and AA. RGB value is (52,141,170). Sum of RGB (Red+Green+Blue) = 52+141+170=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #348DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348DAA is #CB7255. Grayscale: #757575. Windows color (decimal): -13333078 or 11177268. OLE color: 11177268.
HSL color Cylindrical-coordinate representation of color #348DAA: hue angle of 194.75º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #348DAA is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 141 | 170 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.33 |
| HSL | 194.75º | 0.53% | 0.44% | - |
| HSV(B) | 194.75º | 0.69% | 0.67% | - |
| XYZ | 18.2 | 22.68 | 41.45 | - |
| YUV | 117.7 | 157.51 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 141 | 170 | 0.69 | 0.17 | 0 | 0.33 | 194.75 | 0.53 | 0.44 |
| Hex | 34 | 8D | AA | 45 | 11 | 0 | 21 | C3 | 35 | 2C |
| Octal | 64 | 215 | 252 | 105 | 21 | 0 | 41 | 303 | 65 | 54 |
| Binary | 110100 | 10001101 | 10101010 | 1000101 | 10001 | 0 | 100001 | 11000011 | 110101 | 101100 |
Color Harmonies of #348DAA
Complementary color
Monochromatic Colors of #348DAA
Black with #348DAA
Text Example
Text Example
White with #348DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348DAA; }
p { color: rgb(52,141,170); }
H1.HeaderClassName
{
color: #348DAA;
}
.AnyTagClassName
{
color: #348DAA;
}
</style>
background-color css
<style>
a { background-color: #348DAA; }
a { background-color: rgb(52,141,170); }
div.DivClassName
{
background-color: #348DAA;
}
.BgClassName
{
background-color: #348DAA;
}
</style>
border-color css
<style>
span { border-color: #348DAA; }
span { border-color: rgb(52,141,170); }
td.TdClassName
{
border-color: #348DAA;
}
.TagClassName
{
border-color: #348DAA;
}
</style>