Shades of Scooter #3684A1
Tints of Scooter #3684A1
RGB
CMYK
RGB Variations
Color information
#3684A1 (or 0x3684A1) is known color: Scooter. HEX triplet: 36, 84 and A1. RGB value is (54,132,161). Sum of RGB (Red+Green+Blue) = 54+132+161=347 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.56% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 161 (63.28% from 255 or 46.40% from 347); Max value from RGB is 161 - color contains mainly: blue. Hex color #3684A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3684A1 is #C97B5E. Grayscale: #6F6F6F. Windows color (decimal): -13204319 or 10585142. OLE color: 10585142.
HSL color Cylindrical-coordinate representation of color #3684A1: hue angle of 196.26º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3684A1 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 132 | 161 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.37 |
| HSL | 196.26º | 0.5% | 0.42% | - |
| HSV(B) | 196.26º | 0.66% | 0.63% | - |
| XYZ | 16.21 | 19.86 | 36.7 | - |
| YUV | 111.98 | 155.66 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 132 | 161 | 0.66 | 0.18 | 0 | 0.37 | 196.26 | 0.5 | 0.42 |
| Hex | 36 | 84 | A1 | 42 | 12 | 0 | 25 | C4 | 32 | 2A |
| Octal | 66 | 204 | 241 | 102 | 22 | 0 | 45 | 304 | 62 | 52 |
| Binary | 110110 | 10000100 | 10100001 | 1000010 | 10010 | 0 | 100101 | 11000100 | 110010 | 101010 |
Color Harmonies of #3684A1
Complementary color
Monochromatic Colors of #3684A1
Black with #3684A1
Text Example
Text Example
White with #3684A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3684A1; }
p { color: rgb(54,132,161); }
H1.HeaderClassName
{
color: #3684A1;
}
.AnyTagClassName
{
color: #3684A1;
}
</style>
background-color css
<style>
a { background-color: #3684A1; }
a { background-color: rgb(54,132,161); }
div.DivClassName
{
background-color: #3684A1;
}
.BgClassName
{
background-color: #3684A1;
}
</style>
border-color css
<style>
span { border-color: #3684A1; }
span { border-color: rgb(54,132,161); }
td.TdClassName
{
border-color: #3684A1;
}
.TagClassName
{
border-color: #3684A1;
}
</style>