Shades of Scooter #34909D
Tints of Scooter #34909D
RGB
CMYK
RGB Variations
Color information
#34909D (or 0x34909D) is known color: Scooter. HEX triplet: 34, 90 and 9D. RGB value is (52,144,157). Sum of RGB (Red+Green+Blue) = 52+144+157=353 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.73% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #34909D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34909D is #CB6F62. Grayscale: #757575. Windows color (decimal): -13332323 or 10326068. OLE color: 10326068.
HSL color Cylindrical-coordinate representation of color #34909D: hue angle of 187.43º 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 #34909D is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 144 | 157 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.38 |
| HSL | 187.43º | 0.5% | 0.41% | - |
| HSV(B) | 187.43º | 0.67% | 0.62% | - |
| XYZ | 17.48 | 23.11 | 35.44 | - |
| YUV | 117.97 | 150.02 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 144 | 157 | 0.67 | 0.08 | 0 | 0.38 | 187.43 | 0.5 | 0.41 |
| Hex | 34 | 90 | 9D | 43 | 8 | 0 | 26 | BB | 32 | 29 |
| Octal | 64 | 220 | 235 | 103 | 10 | 0 | 46 | 273 | 62 | 51 |
| Binary | 110100 | 10010000 | 10011101 | 1000011 | 1000 | 0 | 100110 | 10111011 | 110010 | 101001 |
Color Harmonies of #34909D
Complementary color
Monochromatic Colors of #34909D
Black with #34909D
Text Example
Text Example
White with #34909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34909D; }
p { color: rgb(52,144,157); }
H1.HeaderClassName
{
color: #34909D;
}
.AnyTagClassName
{
color: #34909D;
}
</style>
background-color css
<style>
a { background-color: #34909D; }
a { background-color: rgb(52,144,157); }
div.DivClassName
{
background-color: #34909D;
}
.BgClassName
{
background-color: #34909D;
}
</style>
border-color css
<style>
span { border-color: #34909D; }
span { border-color: rgb(52,144,157); }
td.TdClassName
{
border-color: #34909D;
}
.TagClassName
{
border-color: #34909D;
}
</style>