Shades of Scooter #34979D
Tints of Scooter #34979D
RGB
CMYK
RGB Variations
Color information
#34979D (or 0x34979D) is known color: Scooter. HEX triplet: 34, 97 and 9D. RGB value is (52,151,157). Sum of RGB (Red+Green+Blue) = 52+151+157=360 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.44% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 157 - color contains mainly: blue. Hex color #34979D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34979D is #CB6862. Grayscale: #797979. Windows color (decimal): -13330531 or 10327860. OLE color: 10327860.
HSL color Cylindrical-coordinate representation of color #34979D: hue angle of 183.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 #34979D is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 151 | 157 | - |
| CMYK | 0.67 | 0.04 | 0 | 0.38 |
| HSL | 183.43º | 0.5% | 0.41% | - |
| HSV(B) | 183.43º | 0.67% | 0.62% | - |
| XYZ | 18.57 | 25.3 | 35.8 | - |
| YUV | 122.08 | 147.7 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 151 | 157 | 0.67 | 0.04 | 0 | 0.38 | 183.43 | 0.5 | 0.41 |
| Hex | 34 | 97 | 9D | 43 | 4 | 0 | 26 | B7 | 32 | 29 |
| Octal | 64 | 227 | 235 | 103 | 4 | 0 | 46 | 267 | 62 | 51 |
| Binary | 110100 | 10010111 | 10011101 | 1000011 | 100 | 0 | 100110 | 10110111 | 110010 | 101001 |
Color Harmonies of #34979D
Complementary color
Monochromatic Colors of #34979D
Black with #34979D
Text Example
Text Example
White with #34979D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34979D; }
p { color: rgb(52,151,157); }
H1.HeaderClassName
{
color: #34979D;
}
.AnyTagClassName
{
color: #34979D;
}
</style>
background-color css
<style>
a { background-color: #34979D; }
a { background-color: rgb(52,151,157); }
div.DivClassName
{
background-color: #34979D;
}
.BgClassName
{
background-color: #34979D;
}
</style>
border-color css
<style>
span { border-color: #34979D; }
span { border-color: rgb(52,151,157); }
td.TdClassName
{
border-color: #34979D;
}
.TagClassName
{
border-color: #34979D;
}
</style>