Shades of Scooter #2788A4
Tints of Scooter #2788A4
RGB
CMYK
RGB Variations
Color information
#2788A4 (or 0x2788A4) is known color: Scooter. HEX triplet: 27, 88 and A4. RGB value is (39,136,164). Sum of RGB (Red+Green+Blue) = 39+136+164=339 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.50% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 164 (64.45% from 255 or 48.38% from 339); Max value from RGB is 164 - color contains mainly: blue. Hex color #2788A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2788A4 is #D8775B. Grayscale: #6D6D6D. Windows color (decimal): -14186332 or 10782759. OLE color: 10782759.
HSL color Cylindrical-coordinate representation of color #2788A4: hue angle of 193.44º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2788A4 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 39 | 136 | 164 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.36 |
| HSL | 193.44º | 0.62% | 0.4% | - |
| HSV(B) | 193.44º | 0.76% | 0.64% | - |
| XYZ | 16.34 | 20.72 | 38.26 | - |
| YUV | 110.19 | 158.36 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 136 | 164 | 0.76 | 0.17 | 0 | 0.36 | 193.44 | 0.62 | 0.4 |
| Hex | 27 | 88 | A4 | 4C | 11 | 0 | 24 | C1 | 3E | 28 |
| Octal | 47 | 210 | 244 | 114 | 21 | 0 | 44 | 301 | 76 | 50 |
| Binary | 100111 | 10001000 | 10100100 | 1001100 | 10001 | 0 | 100100 | 11000001 | 111110 | 101000 |
Color Harmonies of #2788A4
Complementary color
Monochromatic Colors of #2788A4
Black with #2788A4
Text Example
Text Example
White with #2788A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2788A4; }
p { color: rgb(39,136,164); }
H1.HeaderClassName
{
color: #2788A4;
}
.AnyTagClassName
{
color: #2788A4;
}
</style>
background-color css
<style>
a { background-color: #2788A4; }
a { background-color: rgb(39,136,164); }
div.DivClassName
{
background-color: #2788A4;
}
.BgClassName
{
background-color: #2788A4;
}
</style>
border-color css
<style>
span { border-color: #2788A4; }
span { border-color: rgb(39,136,164); }
td.TdClassName
{
border-color: #2788A4;
}
.TagClassName
{
border-color: #2788A4;
}
</style>