Shades of Scooter #34829D
Tints of Scooter #34829D
RGB
CMYK
RGB Variations
Color information
#34829D (or 0x34829D) is known color: Scooter. HEX triplet: 34, 82 and 9D. RGB value is (52,130,157). Sum of RGB (Red+Green+Blue) = 52+130+157=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #34829D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34829D is #CB7D62. Grayscale: #6D6D6D. Windows color (decimal): -13335907 or 10322484. OLE color: 10322484.
HSL color Cylindrical-coordinate representation of color #34829D: hue angle of 195.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 #34829D is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 130 | 157 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.38 |
| HSL | 195.43º | 0.5% | 0.41% | - |
| HSV(B) | 195.43º | 0.67% | 0.62% | - |
| XYZ | 15.48 | 19.13 | 34.77 | - |
| YUV | 109.76 | 154.66 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 130 | 157 | 0.67 | 0.17 | 0 | 0.38 | 195.43 | 0.5 | 0.41 |
| Hex | 34 | 82 | 9D | 43 | 11 | 0 | 26 | C3 | 32 | 29 |
| Octal | 64 | 202 | 235 | 103 | 21 | 0 | 46 | 303 | 62 | 51 |
| Binary | 110100 | 10000010 | 10011101 | 1000011 | 10001 | 0 | 100110 | 11000011 | 110010 | 101001 |
Color Harmonies of #34829D
Complementary color
Monochromatic Colors of #34829D
Black with #34829D
Text Example
Text Example
White with #34829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34829D; }
p { color: rgb(52,130,157); }
H1.HeaderClassName
{
color: #34829D;
}
.AnyTagClassName
{
color: #34829D;
}
</style>
background-color css
<style>
a { background-color: #34829D; }
a { background-color: rgb(52,130,157); }
div.DivClassName
{
background-color: #34829D;
}
.BgClassName
{
background-color: #34829D;
}
</style>
border-color css
<style>
span { border-color: #34829D; }
span { border-color: rgb(52,130,157); }
td.TdClassName
{
border-color: #34829D;
}
.TagClassName
{
border-color: #34829D;
}
</style>