Shades of Scooter #2380AC
Tints of Scooter #2380AC
RGB
CMYK
RGB Variations
Color information
#2380AC (or 0x2380AC) is known color: Scooter. HEX triplet: 23, 80 and AC. RGB value is (35,128,172). Sum of RGB (Red+Green+Blue) = 35+128+172=335 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.45% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #2380AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2380AC is #DC7F53. Grayscale: #686868. Windows color (decimal): -14450516 or 11304995. OLE color: 11304995.
HSL color Cylindrical-coordinate representation of color #2380AC: hue angle of 199.27º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2380AC is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 128 | 172 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.33 |
| HSL | 199.27º | 0.66% | 0.41% | - |
| HSV(B) | 199.27º | 0.8% | 0.67% | - |
| XYZ | 15.86 | 18.77 | 41.82 | - |
| YUV | 105.21 | 165.69 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 128 | 172 | 0.80 | 0.26 | 0 | 0.33 | 199.27 | 0.66 | 0.41 |
| Hex | 23 | 80 | AC | 50 | 1A | 0 | 21 | C7 | 42 | 29 |
| Octal | 43 | 200 | 254 | 120 | 32 | 0 | 41 | 307 | 102 | 51 |
| Binary | 100011 | 10000000 | 10101100 | 1010000 | 11010 | 0 | 100001 | 11000111 | 1000010 | 101001 |
Color Harmonies of #2380AC
Complementary color
Monochromatic Colors of #2380AC
Black with #2380AC
Text Example
Text Example
White with #2380AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2380AC; }
p { color: rgb(35,128,172); }
H1.HeaderClassName
{
color: #2380AC;
}
.AnyTagClassName
{
color: #2380AC;
}
</style>
background-color css
<style>
a { background-color: #2380AC; }
a { background-color: rgb(35,128,172); }
div.DivClassName
{
background-color: #2380AC;
}
.BgClassName
{
background-color: #2380AC;
}
</style>
border-color css
<style>
span { border-color: #2380AC; }
span { border-color: rgb(35,128,172); }
td.TdClassName
{
border-color: #2380AC;
}
.TagClassName
{
border-color: #2380AC;
}
</style>