Shades of Scooter #34949C
Tints of Scooter #34949C
RGB
CMYK
RGB Variations
Color information
#34949C (or 0x34949C) is known color: Scooter. HEX triplet: 34, 94 and 9C. RGB value is (52,148,156). Sum of RGB (Red+Green+Blue) = 52+148+156=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 156 - color contains mainly: blue. Hex color #34949C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34949C is #CB6B63. Grayscale: #787878. Windows color (decimal): -13331300 or 10261556. OLE color: 10261556.
HSL color Cylindrical-coordinate representation of color #34949C: hue angle of 184.62º 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 #34949C is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 148 | 156 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.39 |
| HSL | 184.62º | 0.5% | 0.41% | - |
| HSV(B) | 184.62º | 0.67% | 0.61% | - |
| XYZ | 18.01 | 24.31 | 35.2 | - |
| YUV | 120.21 | 148.2 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 148 | 156 | 0.67 | 0.05 | 0 | 0.39 | 184.62 | 0.5 | 0.41 |
| Hex | 34 | 94 | 9C | 43 | 5 | 0 | 27 | B9 | 32 | 29 |
| Octal | 64 | 224 | 234 | 103 | 5 | 0 | 47 | 271 | 62 | 51 |
| Binary | 110100 | 10010100 | 10011100 | 1000011 | 101 | 0 | 100111 | 10111001 | 110010 | 101001 |
Color Harmonies of #34949C
Complementary color
Monochromatic Colors of #34949C
Black with #34949C
Text Example
Text Example
White with #34949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34949C; }
p { color: rgb(52,148,156); }
H1.HeaderClassName
{
color: #34949C;
}
.AnyTagClassName
{
color: #34949C;
}
</style>
background-color css
<style>
a { background-color: #34949C; }
a { background-color: rgb(52,148,156); }
div.DivClassName
{
background-color: #34949C;
}
.BgClassName
{
background-color: #34949C;
}
</style>
border-color css
<style>
span { border-color: #34949C; }
span { border-color: rgb(52,148,156); }
td.TdClassName
{
border-color: #34949C;
}
.TagClassName
{
border-color: #34949C;
}
</style>