Shades of Scooter #348F9D
Tints of Scooter #348F9D
RGB
CMYK
RGB Variations
Color information
#348F9D (or 0x348F9D) is known color: Scooter. HEX triplet: 34, 8F and 9D. RGB value is (52,143,157). Sum of RGB (Red+Green+Blue) = 52+143+157=352 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.77% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 157 - color contains mainly: blue. Hex color #348F9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348F9D is #CB7062. Grayscale: #757575. Windows color (decimal): -13332579 or 10325812. OLE color: 10325812.
HSL color Cylindrical-coordinate representation of color #348F9D: hue angle of 188º 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 #348F9D is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 143 | 157 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.38 |
| HSL | 188º | 0.5% | 0.41% | - |
| HSV(B) | 188º | 0.67% | 0.62% | - |
| XYZ | 17.32 | 22.81 | 35.39 | - |
| YUV | 117.39 | 150.35 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 143 | 157 | 0.67 | 0.09 | 0 | 0.38 | 188 | 0.5 | 0.41 |
| Hex | 34 | 8F | 9D | 43 | 9 | 0 | 26 | BC | 32 | 29 |
| Octal | 64 | 217 | 235 | 103 | 11 | 0 | 46 | 274 | 62 | 51 |
| Binary | 110100 | 10001111 | 10011101 | 1000011 | 1001 | 0 | 100110 | 10111100 | 110010 | 101001 |
Color Harmonies of #348F9D
Complementary color
Monochromatic Colors of #348F9D
Black with #348F9D
Text Example
Text Example
White with #348F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348F9D; }
p { color: rgb(52,143,157); }
H1.HeaderClassName
{
color: #348F9D;
}
.AnyTagClassName
{
color: #348F9D;
}
</style>
background-color css
<style>
a { background-color: #348F9D; }
a { background-color: rgb(52,143,157); }
div.DivClassName
{
background-color: #348F9D;
}
.BgClassName
{
background-color: #348F9D;
}
</style>
border-color css
<style>
span { border-color: #348F9D; }
span { border-color: rgb(52,143,157); }
td.TdClassName
{
border-color: #348F9D;
}
.TagClassName
{
border-color: #348F9D;
}
</style>