Shades of Scooter #34959D
Tints of Scooter #34959D
RGB
CMYK
RGB Variations
Color information
#34959D (or 0x34959D) is known color: Scooter. HEX triplet: 34, 95 and 9D. RGB value is (52,149,157). Sum of RGB (Red+Green+Blue) = 52+149+157=358 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.53% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #34959D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34959D is #CB6A62. Grayscale: #787878. Windows color (decimal): -13331043 or 10327348. OLE color: 10327348.
HSL color Cylindrical-coordinate representation of color #34959D: hue angle of 184.57º 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 #34959D is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 149 | 157 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.38 |
| HSL | 184.57º | 0.5% | 0.41% | - |
| HSV(B) | 184.57º | 0.67% | 0.62% | - |
| XYZ | 18.25 | 24.66 | 35.7 | - |
| YUV | 120.91 | 148.36 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 149 | 157 | 0.67 | 0.05 | 0 | 0.38 | 184.57 | 0.5 | 0.41 |
| Hex | 34 | 95 | 9D | 43 | 5 | 0 | 26 | B9 | 32 | 29 |
| Octal | 64 | 225 | 235 | 103 | 5 | 0 | 46 | 271 | 62 | 51 |
| Binary | 110100 | 10010101 | 10011101 | 1000011 | 101 | 0 | 100110 | 10111001 | 110010 | 101001 |
Color Harmonies of #34959D
Complementary color
Monochromatic Colors of #34959D
Black with #34959D
Text Example
Text Example
White with #34959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34959D; }
p { color: rgb(52,149,157); }
H1.HeaderClassName
{
color: #34959D;
}
.AnyTagClassName
{
color: #34959D;
}
</style>
background-color css
<style>
a { background-color: #34959D; }
a { background-color: rgb(52,149,157); }
div.DivClassName
{
background-color: #34959D;
}
.BgClassName
{
background-color: #34959D;
}
</style>
border-color css
<style>
span { border-color: #34959D; }
span { border-color: rgb(52,149,157); }
td.TdClassName
{
border-color: #34959D;
}
.TagClassName
{
border-color: #34959D;
}
</style>