Shades of Scooter #2783AD
Tints of Scooter #2783AD
RGB
CMYK
RGB Variations
Color information
#2783AD (or 0x2783AD) is known color: Scooter. HEX triplet: 27, 83 and AD. RGB value is (39,131,173). Sum of RGB (Red+Green+Blue) = 39+131+173=343 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.37% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #2783AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2783AD is #D87C52. Grayscale: #6C6C6C. Windows color (decimal): -14187603 or 11371303. OLE color: 11371303.
HSL color Cylindrical-coordinate representation of color #2783AD: hue angle of 198.81º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2783AD is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 131 | 173 | - |
| CMYK | 0.77 | 0.24 | 0 | 0.32 |
| HSL | 198.81º | 0.63% | 0.42% | - |
| HSV(B) | 198.81º | 0.77% | 0.68% | - |
| XYZ | 16.5 | 19.68 | 42.46 | - |
| YUV | 108.28 | 164.52 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 131 | 173 | 0.77 | 0.24 | 0 | 0.32 | 198.81 | 0.63 | 0.42 |
| Hex | 27 | 83 | AD | 4D | 18 | 0 | 20 | C7 | 3F | 2A |
| Octal | 47 | 203 | 255 | 115 | 30 | 0 | 40 | 307 | 77 | 52 |
| Binary | 100111 | 10000011 | 10101101 | 1001101 | 11000 | 0 | 100000 | 11000111 | 111111 | 101010 |
Color Harmonies of #2783AD
Complementary color
Monochromatic Colors of #2783AD
Black with #2783AD
Text Example
Text Example
White with #2783AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2783AD; }
p { color: rgb(39,131,173); }
H1.HeaderClassName
{
color: #2783AD;
}
.AnyTagClassName
{
color: #2783AD;
}
</style>
background-color css
<style>
a { background-color: #2783AD; }
a { background-color: rgb(39,131,173); }
div.DivClassName
{
background-color: #2783AD;
}
.BgClassName
{
background-color: #2783AD;
}
</style>
border-color css
<style>
span { border-color: #2783AD; }
span { border-color: rgb(39,131,173); }
td.TdClassName
{
border-color: #2783AD;
}
.TagClassName
{
border-color: #2783AD;
}
</style>