Shades of Scooter #2785AA
Tints of Scooter #2785AA
RGB
CMYK
RGB Variations
Color information
#2785AA (or 0x2785AA) is known color: Scooter. HEX triplet: 27, 85 and AA. RGB value is (39,133,170). Sum of RGB (Red+Green+Blue) = 39+133+170=342 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.40% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #2785AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2785AA is #D87A55. Grayscale: #6C6C6C. Windows color (decimal): -14187094 or 11175207. OLE color: 11175207.
HSL color Cylindrical-coordinate representation of color #2785AA: hue angle of 196.95º 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 #2785AA is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 133 | 170 | - |
| CMYK | 0.77 | 0.22 | 0 | 0.33 |
| HSL | 196.95º | 0.63% | 0.41% | - |
| HSV(B) | 196.95º | 0.77% | 0.67% | - |
| XYZ | 16.48 | 20.11 | 41.04 | - |
| YUV | 109.11 | 162.36 | 77.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 133 | 170 | 0.77 | 0.22 | 0 | 0.33 | 196.95 | 0.63 | 0.41 |
| Hex | 27 | 85 | AA | 4D | 16 | 0 | 21 | C5 | 3F | 29 |
| Octal | 47 | 205 | 252 | 115 | 26 | 0 | 41 | 305 | 77 | 51 |
| Binary | 100111 | 10000101 | 10101010 | 1001101 | 10110 | 0 | 100001 | 11000101 | 111111 | 101001 |
Color Harmonies of #2785AA
Complementary color
Monochromatic Colors of #2785AA
Black with #2785AA
Text Example
Text Example
White with #2785AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2785AA; }
p { color: rgb(39,133,170); }
H1.HeaderClassName
{
color: #2785AA;
}
.AnyTagClassName
{
color: #2785AA;
}
</style>
background-color css
<style>
a { background-color: #2785AA; }
a { background-color: rgb(39,133,170); }
div.DivClassName
{
background-color: #2785AA;
}
.BgClassName
{
background-color: #2785AA;
}
</style>
border-color css
<style>
span { border-color: #2785AA; }
span { border-color: rgb(39,133,170); }
td.TdClassName
{
border-color: #2785AA;
}
.TagClassName
{
border-color: #2785AA;
}
</style>