Shades of Scooter #2382AD
Tints of Scooter #2382AD
RGB
CMYK
RGB Variations
Color information
#2382AD (or 0x2382AD) is known color: Scooter. HEX triplet: 23, 82 and AD. RGB value is (35,130,173). Sum of RGB (Red+Green+Blue) = 35+130+173=338 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.36% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #2382AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2382AD is #DC7D52. Grayscale: #6A6A6A. Windows color (decimal): -14450003 or 11371043. OLE color: 11371043.
HSL color Cylindrical-coordinate representation of color #2382AD: hue angle of 198.7º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2382AD is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 130 | 173 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.32 |
| HSL | 198.7º | 0.66% | 0.41% | - |
| HSV(B) | 198.7º | 0.8% | 0.68% | - |
| XYZ | 16.22 | 19.34 | 42.41 | - |
| YUV | 106.5 | 165.53 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 130 | 173 | 0.80 | 0.25 | 0 | 0.32 | 198.7 | 0.66 | 0.41 |
| Hex | 23 | 82 | AD | 50 | 19 | 0 | 20 | C7 | 42 | 29 |
| Octal | 43 | 202 | 255 | 120 | 31 | 0 | 40 | 307 | 102 | 51 |
| Binary | 100011 | 10000010 | 10101101 | 1010000 | 11001 | 0 | 100000 | 11000111 | 1000010 | 101001 |
Color Harmonies of #2382AD
Complementary color
Monochromatic Colors of #2382AD
Black with #2382AD
Text Example
Text Example
White with #2382AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2382AD; }
p { color: rgb(35,130,173); }
H1.HeaderClassName
{
color: #2382AD;
}
.AnyTagClassName
{
color: #2382AD;
}
</style>
background-color css
<style>
a { background-color: #2382AD; }
a { background-color: rgb(35,130,173); }
div.DivClassName
{
background-color: #2382AD;
}
.BgClassName
{
background-color: #2382AD;
}
</style>
border-color css
<style>
span { border-color: #2382AD; }
span { border-color: rgb(35,130,173); }
td.TdClassName
{
border-color: #2382AD;
}
.TagClassName
{
border-color: #2382AD;
}
</style>