Shades of Scooter #3683A2
Tints of Scooter #3683A2
RGB
CMYK
RGB Variations
Color information
#3683A2 (or 0x3683A2) is known color: Scooter. HEX triplet: 36, 83 and A2. RGB value is (54,131,162). Sum of RGB (Red+Green+Blue) = 54+131+162=347 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.56% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 162 (63.67% from 255 or 46.69% from 347); Max value from RGB is 162 - color contains mainly: blue. Hex color #3683A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3683A2 is #C97C5D. Grayscale: #6F6F6F. Windows color (decimal): -13204574 or 10650422. OLE color: 10650422.
HSL color Cylindrical-coordinate representation of color #3683A2: hue angle of 197.22º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3683A2 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 54 | 131 | 162 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.36 |
| HSL | 197.22º | 0.5% | 0.42% | - |
| HSV(B) | 197.22º | 0.67% | 0.64% | - |
| XYZ | 16.16 | 19.63 | 37.12 | - |
| YUV | 111.51 | 156.49 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 131 | 162 | 0.67 | 0.19 | 0 | 0.36 | 197.22 | 0.5 | 0.42 |
| Hex | 36 | 83 | A2 | 43 | 13 | 0 | 24 | C5 | 32 | 2A |
| Octal | 66 | 203 | 242 | 103 | 23 | 0 | 44 | 305 | 62 | 52 |
| Binary | 110110 | 10000011 | 10100010 | 1000011 | 10011 | 0 | 100100 | 11000101 | 110010 | 101010 |
Color Harmonies of #3683A2
Complementary color
Monochromatic Colors of #3683A2
Black with #3683A2
Text Example
Text Example
White with #3683A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3683A2; }
p { color: rgb(54,131,162); }
H1.HeaderClassName
{
color: #3683A2;
}
.AnyTagClassName
{
color: #3683A2;
}
</style>
background-color css
<style>
a { background-color: #3683A2; }
a { background-color: rgb(54,131,162); }
div.DivClassName
{
background-color: #3683A2;
}
.BgClassName
{
background-color: #3683A2;
}
</style>
border-color css
<style>
span { border-color: #3683A2; }
span { border-color: rgb(54,131,162); }
td.TdClassName
{
border-color: #3683A2;
}
.TagClassName
{
border-color: #3683A2;
}
</style>