Shades of Scooter #3F919D
Tints of Scooter #3F919D
RGB
CMYK
RGB Variations
Color information
#3F919D (or 0x3F919D) is known color: Scooter. HEX triplet: 3F, 91 and 9D. RGB value is (63,145,157). Sum of RGB (Red+Green+Blue) = 63+145+157=365 (48% of max value = 765). Red value is 63 (25% from 255 or 17.26% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F919D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F919D is #C06E62. Grayscale: #797979. Windows color (decimal): -12611171 or 10326335. OLE color: 10326335.
HSL color Cylindrical-coordinate representation of color #3F919D: hue angle of 187.66º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F919D is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 145 | 157 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.38 |
| HSL | 187.66º | 0.43% | 0.43% | - |
| HSV(B) | 187.66º | 0.6% | 0.62% | - |
| XYZ | 18.26 | 23.74 | 35.52 | - |
| YUV | 121.85 | 147.83 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 145 | 157 | 0.60 | 0.08 | 0 | 0.38 | 187.66 | 0.43 | 0.43 |
| Hex | 3F | 91 | 9D | 3C | 8 | 0 | 26 | BC | 2B | 2B |
| Octal | 77 | 221 | 235 | 74 | 10 | 0 | 46 | 274 | 53 | 53 |
| Binary | 111111 | 10010001 | 10011101 | 111100 | 1000 | 0 | 100110 | 10111100 | 101011 | 101011 |
Color Harmonies of #3F919D
Complementary color
Monochromatic Colors of #3F919D
Black with #3F919D
Text Example
Text Example
White with #3F919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F919D; }
p { color: rgb(63,145,157); }
H1.HeaderClassName
{
color: #3F919D;
}
.AnyTagClassName
{
color: #3F919D;
}
</style>
background-color css
<style>
a { background-color: #3F919D; }
a { background-color: rgb(63,145,157); }
div.DivClassName
{
background-color: #3F919D;
}
.BgClassName
{
background-color: #3F919D;
}
</style>
border-color css
<style>
span { border-color: #3F919D; }
span { border-color: rgb(63,145,157); }
td.TdClassName
{
border-color: #3F919D;
}
.TagClassName
{
border-color: #3F919D;
}
</style>