Shades of Scooter #34939B
Tints of Scooter #34939B
RGB
CMYK
RGB Variations
Color information
#34939B (or 0x34939B) is known color: Scooter. HEX triplet: 34, 93 and 9B. RGB value is (52,147,155). Sum of RGB (Red+Green+Blue) = 52+147+155=354 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.69% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #34939B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34939B is #CB6C64. Grayscale: #777777. Windows color (decimal): -13331557 or 10195764. OLE color: 10195764.
HSL color Cylindrical-coordinate representation of color #34939B: hue angle of 184.66º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34939B is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 147 | 155 | - |
| CMYK | 0.66 | 0.05 | 0 | 0.39 |
| HSL | 184.66º | 0.5% | 0.41% | - |
| HSV(B) | 184.66º | 0.66% | 0.61% | - |
| XYZ | 17.77 | 23.96 | 34.7 | - |
| YUV | 119.51 | 148.03 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 147 | 155 | 0.66 | 0.05 | 0 | 0.39 | 184.66 | 0.5 | 0.41 |
| Hex | 34 | 93 | 9B | 42 | 5 | 0 | 27 | B9 | 32 | 29 |
| Octal | 64 | 223 | 233 | 102 | 5 | 0 | 47 | 271 | 62 | 51 |
| Binary | 110100 | 10010011 | 10011011 | 1000010 | 101 | 0 | 100111 | 10111001 | 110010 | 101001 |
Color Harmonies of #34939B
Complementary color
Monochromatic Colors of #34939B
Black with #34939B
Text Example
Text Example
White with #34939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34939B; }
p { color: rgb(52,147,155); }
H1.HeaderClassName
{
color: #34939B;
}
.AnyTagClassName
{
color: #34939B;
}
</style>
background-color css
<style>
a { background-color: #34939B; }
a { background-color: rgb(52,147,155); }
div.DivClassName
{
background-color: #34939B;
}
.BgClassName
{
background-color: #34939B;
}
</style>
border-color css
<style>
span { border-color: #34939B; }
span { border-color: rgb(52,147,155); }
td.TdClassName
{
border-color: #34939B;
}
.TagClassName
{
border-color: #34939B;
}
</style>