Shades of Scooter #2C819D
Tints of Scooter #2C819D
RGB
CMYK
RGB Variations
Color information
#2C819D (or 0x2C819D) is known color: Scooter. HEX triplet: 2C, 81 and 9D. RGB value is (44,129,157). Sum of RGB (Red+Green+Blue) = 44+129+157=330 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.33% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #2C819D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C819D is #D37E62. Grayscale: #6A6A6A. Windows color (decimal): -13860451 or 10322220. OLE color: 10322220.
HSL color Cylindrical-coordinate representation of color #2C819D: hue angle of 194.87º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C819D is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 129 | 157 | - |
| CMYK | 0.72 | 0.18 | 0 | 0.38 |
| HSL | 194.87º | 0.56% | 0.39% | - |
| HSV(B) | 194.87º | 0.72% | 0.62% | - |
| XYZ | 14.97 | 18.67 | 34.71 | - |
| YUV | 106.78 | 156.34 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 129 | 157 | 0.72 | 0.18 | 0 | 0.38 | 194.87 | 0.56 | 0.39 |
| Hex | 2C | 81 | 9D | 48 | 12 | 0 | 26 | C3 | 38 | 27 |
| Octal | 54 | 201 | 235 | 110 | 22 | 0 | 46 | 303 | 70 | 47 |
| Binary | 101100 | 10000001 | 10011101 | 1001000 | 10010 | 0 | 100110 | 11000011 | 111000 | 100111 |
Color Harmonies of #2C819D
Complementary color
Monochromatic Colors of #2C819D
Black with #2C819D
Text Example
Text Example
White with #2C819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C819D; }
p { color: rgb(44,129,157); }
H1.HeaderClassName
{
color: #2C819D;
}
.AnyTagClassName
{
color: #2C819D;
}
</style>
background-color css
<style>
a { background-color: #2C819D; }
a { background-color: rgb(44,129,157); }
div.DivClassName
{
background-color: #2C819D;
}
.BgClassName
{
background-color: #2C819D;
}
</style>
border-color css
<style>
span { border-color: #2C819D; }
span { border-color: rgb(44,129,157); }
td.TdClassName
{
border-color: #2C819D;
}
.TagClassName
{
border-color: #2C819D;
}
</style>