Shades of Scooter #349BAA
Tints of Scooter #349BAA
RGB
CMYK
RGB Variations
Color information
#349BAA (or 0x349BAA) is known color: Scooter. HEX triplet: 34, 9B and AA. RGB value is (52,155,170). Sum of RGB (Red+Green+Blue) = 52+155+170=377 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.79% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #349BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349BAA is #CB6455. Grayscale: #7D7D7D. Windows color (decimal): -13329494 or 11180852. OLE color: 11180852.
HSL color Cylindrical-coordinate representation of color #349BAA: hue angle of 187.63º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #349BAA is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 155 | 170 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.33 |
| HSL | 187.63º | 0.53% | 0.44% | - |
| HSV(B) | 187.63º | 0.69% | 0.67% | - |
| XYZ | 20.39 | 27.08 | 42.18 | - |
| YUV | 125.91 | 152.88 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 155 | 170 | 0.69 | 0.09 | 0 | 0.33 | 187.63 | 0.53 | 0.44 |
| Hex | 34 | 9B | AA | 45 | 9 | 0 | 21 | BC | 35 | 2C |
| Octal | 64 | 233 | 252 | 105 | 11 | 0 | 41 | 274 | 65 | 54 |
| Binary | 110100 | 10011011 | 10101010 | 1000101 | 1001 | 0 | 100001 | 10111100 | 110101 | 101100 |
Color Harmonies of #349BAA
Complementary color
Monochromatic Colors of #349BAA
Black with #349BAA
Text Example
Text Example
White with #349BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349BAA; }
p { color: rgb(52,155,170); }
H1.HeaderClassName
{
color: #349BAA;
}
.AnyTagClassName
{
color: #349BAA;
}
</style>
background-color css
<style>
a { background-color: #349BAA; }
a { background-color: rgb(52,155,170); }
div.DivClassName
{
background-color: #349BAA;
}
.BgClassName
{
background-color: #349BAA;
}
</style>
border-color css
<style>
span { border-color: #349BAA; }
span { border-color: rgb(52,155,170); }
td.TdClassName
{
border-color: #349BAA;
}
.TagClassName
{
border-color: #349BAA;
}
</style>