Shades of Scooter #3498A7
Tints of Scooter #3498A7
RGB
CMYK
RGB Variations
Color information
#3498A7 (or 0x3498A7) is known color: Scooter. HEX triplet: 34, 98 and A7. RGB value is (52,152,167). Sum of RGB (Red+Green+Blue) = 52+152+167=371 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.02% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 167 (65.62% from 255 or 45.01% from 371); Max value from RGB is 167 - color contains mainly: blue. Hex color #3498A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3498A7 is #CB6758. Grayscale: #7B7B7B. Windows color (decimal): -13330265 or 10983476. OLE color: 10983476.
HSL color Cylindrical-coordinate representation of color #3498A7: hue angle of 187.83º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3498A7 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 52 | 152 | 167 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.35 |
| HSL | 187.83º | 0.53% | 0.43% | - |
| HSV(B) | 187.83º | 0.69% | 0.65% | - |
| XYZ | 19.62 | 25.98 | 40.54 | - |
| YUV | 123.81 | 152.37 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 152 | 167 | 0.69 | 0.09 | 0 | 0.35 | 187.83 | 0.53 | 0.43 |
| Hex | 34 | 98 | A7 | 45 | 9 | 0 | 23 | BC | 35 | 2B |
| Octal | 64 | 230 | 247 | 105 | 11 | 0 | 43 | 274 | 65 | 53 |
| Binary | 110100 | 10011000 | 10100111 | 1000101 | 1001 | 0 | 100011 | 10111100 | 110101 | 101011 |
Color Harmonies of #3498A7
Complementary color
Monochromatic Colors of #3498A7
Black with #3498A7
Text Example
Text Example
White with #3498A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3498A7; }
p { color: rgb(52,152,167); }
H1.HeaderClassName
{
color: #3498A7;
}
.AnyTagClassName
{
color: #3498A7;
}
</style>
background-color css
<style>
a { background-color: #3498A7; }
a { background-color: rgb(52,152,167); }
div.DivClassName
{
background-color: #3498A7;
}
.BgClassName
{
background-color: #3498A7;
}
</style>
border-color css
<style>
span { border-color: #3498A7; }
span { border-color: rgb(52,152,167); }
td.TdClassName
{
border-color: #3498A7;
}
.TagClassName
{
border-color: #3498A7;
}
</style>