Shades of Scooter #2788AC
Tints of Scooter #2788AC
RGB
CMYK
RGB Variations
Color information
#2788AC (or 0x2788AC) is known color: Scooter. HEX triplet: 27, 88 and AC. RGB value is (39,136,172). Sum of RGB (Red+Green+Blue) = 39+136+172=347 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.24% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #2788AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2788AC is #D87753. Grayscale: #6E6E6E. Windows color (decimal): -14186324 or 11307047. OLE color: 11307047.
HSL color Cylindrical-coordinate representation of color #2788AC: hue angle of 196.24º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2788AC is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 136 | 172 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.33 |
| HSL | 196.24º | 0.63% | 0.41% | - |
| HSV(B) | 196.24º | 0.77% | 0.67% | - |
| XYZ | 17.09 | 21.02 | 42.19 | - |
| YUV | 111.1 | 162.36 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 136 | 172 | 0.77 | 0.21 | 0 | 0.33 | 196.24 | 0.63 | 0.41 |
| Hex | 27 | 88 | AC | 4D | 15 | 0 | 21 | C4 | 3F | 29 |
| Octal | 47 | 210 | 254 | 115 | 25 | 0 | 41 | 304 | 77 | 51 |
| Binary | 100111 | 10001000 | 10101100 | 1001101 | 10101 | 0 | 100001 | 11000100 | 111111 | 101001 |
Color Harmonies of #2788AC
Complementary color
Monochromatic Colors of #2788AC
Black with #2788AC
Text Example
Text Example
White with #2788AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2788AC; }
p { color: rgb(39,136,172); }
H1.HeaderClassName
{
color: #2788AC;
}
.AnyTagClassName
{
color: #2788AC;
}
</style>
background-color css
<style>
a { background-color: #2788AC; }
a { background-color: rgb(39,136,172); }
div.DivClassName
{
background-color: #2788AC;
}
.BgClassName
{
background-color: #2788AC;
}
</style>
border-color css
<style>
span { border-color: #2788AC; }
span { border-color: rgb(39,136,172); }
td.TdClassName
{
border-color: #2788AC;
}
.TagClassName
{
border-color: #2788AC;
}
</style>