Shades of Scooter #3485A7
Tints of Scooter #3485A7
RGB
CMYK
RGB Variations
Color information
#3485A7 (or 0x3485A7) is known color: Scooter. HEX triplet: 34, 85 and A7. RGB value is (52,133,167). Sum of RGB (Red+Green+Blue) = 52+133+167=352 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.77% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 167 (65.62% from 255 or 47.44% from 352); Max value from RGB is 167 - color contains mainly: blue. Hex color #3485A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3485A7 is #CB7A58. Grayscale: #707070. Windows color (decimal): -13335129 or 10978612. OLE color: 10978612.
HSL color Cylindrical-coordinate representation of color #3485A7: hue angle of 197.74º 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 #3485A7 is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 52 | 133 | 167 | - |
| CMYK | 0.69 | 0.20 | 0 | 0.35 |
| HSL | 197.74º | 0.53% | 0.43% | - |
| HSV(B) | 197.74º | 0.69% | 0.65% | - |
| XYZ | 16.78 | 20.3 | 39.59 | - |
| YUV | 112.66 | 158.66 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 133 | 167 | 0.69 | 0.20 | 0 | 0.35 | 197.74 | 0.53 | 0.43 |
| Hex | 34 | 85 | A7 | 45 | 14 | 0 | 23 | C6 | 35 | 2B |
| Octal | 64 | 205 | 247 | 105 | 24 | 0 | 43 | 306 | 65 | 53 |
| Binary | 110100 | 10000101 | 10100111 | 1000101 | 10100 | 0 | 100011 | 11000110 | 110101 | 101011 |
Color Harmonies of #3485A7
Complementary color
Monochromatic Colors of #3485A7
Black with #3485A7
Text Example
Text Example
White with #3485A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3485A7; }
p { color: rgb(52,133,167); }
H1.HeaderClassName
{
color: #3485A7;
}
.AnyTagClassName
{
color: #3485A7;
}
</style>
background-color css
<style>
a { background-color: #3485A7; }
a { background-color: rgb(52,133,167); }
div.DivClassName
{
background-color: #3485A7;
}
.BgClassName
{
background-color: #3485A7;
}
</style>
border-color css
<style>
span { border-color: #3485A7; }
span { border-color: rgb(52,133,167); }
td.TdClassName
{
border-color: #3485A7;
}
.TagClassName
{
border-color: #3485A7;
}
</style>