Shades of Scooter #34829C
Tints of Scooter #34829C
RGB
CMYK
RGB Variations
Color information
#34829C (or 0x34829C) is known color: Scooter. HEX triplet: 34, 82 and 9C. RGB value is (52,130,156). Sum of RGB (Red+Green+Blue) = 52+130+156=338 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.38% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 156 - color contains mainly: blue. Hex color #34829C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34829C is #CB7D63. Grayscale: #6D6D6D. Windows color (decimal): -13335908 or 10256948. OLE color: 10256948.
HSL color Cylindrical-coordinate representation of color #34829C: hue angle of 195º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34829C is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 130 | 156 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.39 |
| HSL | 195º | 0.5% | 0.41% | - |
| HSV(B) | 195º | 0.67% | 0.61% | - |
| XYZ | 15.4 | 19.1 | 34.33 | - |
| YUV | 109.64 | 154.16 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 130 | 156 | 0.67 | 0.17 | 0 | 0.39 | 195 | 0.5 | 0.41 |
| Hex | 34 | 82 | 9C | 43 | 11 | 0 | 27 | C3 | 32 | 29 |
| Octal | 64 | 202 | 234 | 103 | 21 | 0 | 47 | 303 | 62 | 51 |
| Binary | 110100 | 10000010 | 10011100 | 1000011 | 10001 | 0 | 100111 | 11000011 | 110010 | 101001 |
Color Harmonies of #34829C
Complementary color
Monochromatic Colors of #34829C
Black with #34829C
Text Example
Text Example
White with #34829C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34829C; }
p { color: rgb(52,130,156); }
H1.HeaderClassName
{
color: #34829C;
}
.AnyTagClassName
{
color: #34829C;
}
</style>
background-color css
<style>
a { background-color: #34829C; }
a { background-color: rgb(52,130,156); }
div.DivClassName
{
background-color: #34829C;
}
.BgClassName
{
background-color: #34829C;
}
</style>
border-color css
<style>
span { border-color: #34829C; }
span { border-color: rgb(52,130,156); }
td.TdClassName
{
border-color: #34829C;
}
.TagClassName
{
border-color: #34829C;
}
</style>