Shades of Scooter #2F829A
Tints of Scooter #2F829A
RGB
CMYK
RGB Variations
Color information
#2F829A (or 0x2F829A) is known color: Scooter. HEX triplet: 2F, 82 and 9A. RGB value is (47,130,154). Sum of RGB (Red+Green+Blue) = 47+130+154=331 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.20% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 154 (60.55% from 255 or 46.53% from 331); Max value from RGB is 154 - color contains mainly: blue. Hex color #2F829A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F829A is #D07D65. Grayscale: #6B6B6B. Windows color (decimal): -13663590 or 10125871. OLE color: 10125871.
HSL color Cylindrical-coordinate representation of color #2F829A: hue angle of 193.46º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F829A is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 47 | 130 | 154 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.40 |
| HSL | 193.46º | 0.53% | 0.39% | - |
| HSV(B) | 193.46º | 0.69% | 0.6% | - |
| XYZ | 14.99 | 18.9 | 33.43 | - |
| YUV | 107.92 | 154 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 130 | 154 | 0.69 | 0.16 | 0 | 0.40 | 193.46 | 0.53 | 0.39 |
| Hex | 2F | 82 | 9A | 45 | 10 | 0 | 28 | C1 | 35 | 27 |
| Octal | 57 | 202 | 232 | 105 | 20 | 0 | 50 | 301 | 65 | 47 |
| Binary | 101111 | 10000010 | 10011010 | 1000101 | 10000 | 0 | 101000 | 11000001 | 110101 | 100111 |
Color Harmonies of #2F829A
Complementary color
Monochromatic Colors of #2F829A
Black with #2F829A
Text Example
Text Example
White with #2F829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F829A; }
p { color: rgb(47,130,154); }
H1.HeaderClassName
{
color: #2F829A;
}
.AnyTagClassName
{
color: #2F829A;
}
</style>
background-color css
<style>
a { background-color: #2F829A; }
a { background-color: rgb(47,130,154); }
div.DivClassName
{
background-color: #2F829A;
}
.BgClassName
{
background-color: #2F829A;
}
</style>
border-color css
<style>
span { border-color: #2F829A; }
span { border-color: rgb(47,130,154); }
td.TdClassName
{
border-color: #2F829A;
}
.TagClassName
{
border-color: #2F829A;
}
</style>