Shades of Scooter #348AA6
Tints of Scooter #348AA6
RGB
CMYK
RGB Variations
Color information
#348AA6 (or 0x348AA6) is known color: Scooter. HEX triplet: 34, 8A and A6. RGB value is (52,138,166). Sum of RGB (Red+Green+Blue) = 52+138+166=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 166 (65.23% from 255 or 46.63% from 356); Max value from RGB is 166 - color contains mainly: blue. Hex color #348AA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348AA6 is #CB7559. Grayscale: #737373. Windows color (decimal): -13333850 or 10914356. OLE color: 10914356.
HSL color Cylindrical-coordinate representation of color #348AA6: hue angle of 194.74º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #348AA6 is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 52 | 138 | 166 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.35 |
| HSL | 194.74º | 0.52% | 0.43% | - |
| HSV(B) | 194.74º | 0.69% | 0.65% | - |
| XYZ | 17.39 | 21.66 | 39.34 | - |
| YUV | 115.48 | 156.51 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 138 | 166 | 0.69 | 0.17 | 0 | 0.35 | 194.74 | 0.52 | 0.43 |
| Hex | 34 | 8A | A6 | 45 | 11 | 0 | 23 | C3 | 34 | 2B |
| Octal | 64 | 212 | 246 | 105 | 21 | 0 | 43 | 303 | 64 | 53 |
| Binary | 110100 | 10001010 | 10100110 | 1000101 | 10001 | 0 | 100011 | 11000011 | 110100 | 101011 |
Color Harmonies of #348AA6
Complementary color
Monochromatic Colors of #348AA6
Black with #348AA6
Text Example
Text Example
White with #348AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348AA6; }
p { color: rgb(52,138,166); }
H1.HeaderClassName
{
color: #348AA6;
}
.AnyTagClassName
{
color: #348AA6;
}
</style>
background-color css
<style>
a { background-color: #348AA6; }
a { background-color: rgb(52,138,166); }
div.DivClassName
{
background-color: #348AA6;
}
.BgClassName
{
background-color: #348AA6;
}
</style>
border-color css
<style>
span { border-color: #348AA6; }
span { border-color: rgb(52,138,166); }
td.TdClassName
{
border-color: #348AA6;
}
.TagClassName
{
border-color: #348AA6;
}
</style>