Shades of Scooter #3882A0
Tints of Scooter #3882A0
RGB
CMYK
RGB Variations
Color information
#3882A0 (or 0x3882A0) is known color: Scooter. HEX triplet: 38, 82 and A0. RGB value is (56,130,160). Sum of RGB (Red+Green+Blue) = 56+130+160=346 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.18% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 160 (62.89% from 255 or 46.24% from 346); Max value from RGB is 160 - color contains mainly: blue. Hex color #3882A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3882A0 is #C77D5F. Grayscale: #6F6F6F. Windows color (decimal): -13073760 or 10519096. OLE color: 10519096.
HSL color Cylindrical-coordinate representation of color #3882A0: hue angle of 197.31º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3882A0 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 56 | 130 | 160 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.37 |
| HSL | 197.31º | 0.48% | 0.42% | - |
| HSV(B) | 197.31º | 0.65% | 0.63% | - |
| XYZ | 15.96 | 19.34 | 36.15 | - |
| YUV | 111.29 | 155.48 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 130 | 160 | 0.65 | 0.19 | 0 | 0.37 | 197.31 | 0.48 | 0.42 |
| Hex | 38 | 82 | A0 | 41 | 13 | 0 | 25 | C5 | 30 | 2A |
| Octal | 70 | 202 | 240 | 101 | 23 | 0 | 45 | 305 | 60 | 52 |
| Binary | 111000 | 10000010 | 10100000 | 1000001 | 10011 | 0 | 100101 | 11000101 | 110000 | 101010 |
Color Harmonies of #3882A0
Complementary color
Monochromatic Colors of #3882A0
Black with #3882A0
Text Example
Text Example
White with #3882A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3882A0; }
p { color: rgb(56,130,160); }
H1.HeaderClassName
{
color: #3882A0;
}
.AnyTagClassName
{
color: #3882A0;
}
</style>
background-color css
<style>
a { background-color: #3882A0; }
a { background-color: rgb(56,130,160); }
div.DivClassName
{
background-color: #3882A0;
}
.BgClassName
{
background-color: #3882A0;
}
</style>
border-color css
<style>
span { border-color: #3882A0; }
span { border-color: rgb(56,130,160); }
td.TdClassName
{
border-color: #3882A0;
}
.TagClassName
{
border-color: #3882A0;
}
</style>