Shades of Scooter #34949D
Tints of Scooter #34949D
RGB
CMYK
RGB Variations
Color information
#34949D (or 0x34949D) is known color: Scooter. HEX triplet: 34, 94 and 9D. RGB value is (52,148,157). Sum of RGB (Red+Green+Blue) = 52+148+157=357 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.57% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #34949D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34949D is #CB6B62. Grayscale: #787878. Windows color (decimal): -13331299 or 10327092. OLE color: 10327092.
HSL color Cylindrical-coordinate representation of color #34949D: hue angle of 185.14º 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 #34949D is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 148 | 157 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.38 |
| HSL | 185.14º | 0.5% | 0.41% | - |
| HSV(B) | 185.14º | 0.67% | 0.62% | - |
| XYZ | 18.09 | 24.34 | 35.64 | - |
| YUV | 120.32 | 148.7 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 148 | 157 | 0.67 | 0.06 | 0 | 0.38 | 185.14 | 0.5 | 0.41 |
| Hex | 34 | 94 | 9D | 43 | 6 | 0 | 26 | B9 | 32 | 29 |
| Octal | 64 | 224 | 235 | 103 | 6 | 0 | 46 | 271 | 62 | 51 |
| Binary | 110100 | 10010100 | 10011101 | 1000011 | 110 | 0 | 100110 | 10111001 | 110010 | 101001 |
Color Harmonies of #34949D
Complementary color
Monochromatic Colors of #34949D
Black with #34949D
Text Example
Text Example
White with #34949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34949D; }
p { color: rgb(52,148,157); }
H1.HeaderClassName
{
color: #34949D;
}
.AnyTagClassName
{
color: #34949D;
}
</style>
background-color css
<style>
a { background-color: #34949D; }
a { background-color: rgb(52,148,157); }
div.DivClassName
{
background-color: #34949D;
}
.BgClassName
{
background-color: #34949D;
}
</style>
border-color css
<style>
span { border-color: #34949D; }
span { border-color: rgb(52,148,157); }
td.TdClassName
{
border-color: #34949D;
}
.TagClassName
{
border-color: #34949D;
}
</style>