Shades of Scooter #348A9D
Tints of Scooter #348A9D
RGB
CMYK
RGB Variations
Color information
#348A9D (or 0x348A9D) is known color: Scooter. HEX triplet: 34, 8A and 9D. RGB value is (52,138,157). Sum of RGB (Red+Green+Blue) = 52+138+157=347 (45% of max value = 765). Red value is 52 (20.70% from 255 or 14.99% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #348A9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348A9D is #CB7562. Grayscale: #727272. Windows color (decimal): -13333859 or 10324532. OLE color: 10324532.
HSL color Cylindrical-coordinate representation of color #348A9D: hue angle of 190.86º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #348A9D is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 138 | 157 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.38 |
| HSL | 190.86º | 0.5% | 0.41% | - |
| HSV(B) | 190.86º | 0.67% | 0.62% | - |
| XYZ | 16.59 | 21.34 | 35.14 | - |
| YUV | 114.45 | 152.01 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 138 | 157 | 0.67 | 0.12 | 0 | 0.38 | 190.86 | 0.5 | 0.41 |
| Hex | 34 | 8A | 9D | 43 | C | 0 | 26 | BF | 32 | 29 |
| Octal | 64 | 212 | 235 | 103 | 14 | 0 | 46 | 277 | 62 | 51 |
| Binary | 110100 | 10001010 | 10011101 | 1000011 | 1100 | 0 | 100110 | 10111111 | 110010 | 101001 |
Color Harmonies of #348A9D
Complementary color
Monochromatic Colors of #348A9D
Black with #348A9D
Text Example
Text Example
White with #348A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348A9D; }
p { color: rgb(52,138,157); }
H1.HeaderClassName
{
color: #348A9D;
}
.AnyTagClassName
{
color: #348A9D;
}
</style>
background-color css
<style>
a { background-color: #348A9D; }
a { background-color: rgb(52,138,157); }
div.DivClassName
{
background-color: #348A9D;
}
.BgClassName
{
background-color: #348A9D;
}
</style>
border-color css
<style>
span { border-color: #348A9D; }
span { border-color: rgb(52,138,157); }
td.TdClassName
{
border-color: #348A9D;
}
.TagClassName
{
border-color: #348A9D;
}
</style>