Shades of Scooter #34889D
Tints of Scooter #34889D
RGB
CMYK
RGB Variations
Color information
#34889D (or 0x34889D) is known color: Scooter. HEX triplet: 34, 88 and 9D. RGB value is (52,136,157). Sum of RGB (Red+Green+Blue) = 52+136+157=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #34889D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34889D is #CB7762. Grayscale: #717171. Windows color (decimal): -13334371 or 10324020. OLE color: 10324020.
HSL color Cylindrical-coordinate representation of color #34889D: hue angle of 192º 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 #34889D is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 136 | 157 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.38 |
| HSL | 192º | 0.5% | 0.41% | - |
| HSV(B) | 192º | 0.67% | 0.62% | - |
| XYZ | 16.31 | 20.77 | 35.05 | - |
| YUV | 113.28 | 152.67 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 136 | 157 | 0.67 | 0.13 | 0 | 0.38 | 192 | 0.5 | 0.41 |
| Hex | 34 | 88 | 9D | 43 | D | 0 | 26 | C0 | 32 | 29 |
| Octal | 64 | 210 | 235 | 103 | 15 | 0 | 46 | 300 | 62 | 51 |
| Binary | 110100 | 10001000 | 10011101 | 1000011 | 1101 | 0 | 100110 | 11000000 | 110010 | 101001 |
Color Harmonies of #34889D
Complementary color
Monochromatic Colors of #34889D
Black with #34889D
Text Example
Text Example
White with #34889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34889D; }
p { color: rgb(52,136,157); }
H1.HeaderClassName
{
color: #34889D;
}
.AnyTagClassName
{
color: #34889D;
}
</style>
background-color css
<style>
a { background-color: #34889D; }
a { background-color: rgb(52,136,157); }
div.DivClassName
{
background-color: #34889D;
}
.BgClassName
{
background-color: #34889D;
}
</style>
border-color css
<style>
span { border-color: #34889D; }
span { border-color: rgb(52,136,157); }
td.TdClassName
{
border-color: #34889D;
}
.TagClassName
{
border-color: #34889D;
}
</style>