Shades of Scooter #3D919D
Tints of Scooter #3D919D
RGB
CMYK
RGB Variations
Color information
#3D919D (or 0x3D919D) is known color: Scooter. HEX triplet: 3D, 91 and 9D. RGB value is (61,145,157). Sum of RGB (Red+Green+Blue) = 61+145+157=363 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.80% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #3D919D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D919D is #C26E62. Grayscale: #797979. Windows color (decimal): -12742243 or 10326333. OLE color: 10326333.
HSL color Cylindrical-coordinate representation of color #3D919D: hue angle of 187.5º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D919D is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 61 | 145 | 157 | - |
| CMYK | 0.61 | 0.08 | 0 | 0.38 |
| HSL | 187.5º | 0.44% | 0.43% | - |
| HSV(B) | 187.5º | 0.61% | 0.62% | - |
| XYZ | 18.14 | 23.68 | 35.51 | - |
| YUV | 121.25 | 148.17 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 145 | 157 | 0.61 | 0.08 | 0 | 0.38 | 187.5 | 0.44 | 0.43 |
| Hex | 3D | 91 | 9D | 3D | 8 | 0 | 26 | BC | 2C | 2B |
| Octal | 75 | 221 | 235 | 75 | 10 | 0 | 46 | 274 | 54 | 53 |
| Binary | 111101 | 10010001 | 10011101 | 111101 | 1000 | 0 | 100110 | 10111100 | 101100 | 101011 |
Color Harmonies of #3D919D
Complementary color
Monochromatic Colors of #3D919D
Black with #3D919D
Text Example
Text Example
White with #3D919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D919D; }
p { color: rgb(61,145,157); }
H1.HeaderClassName
{
color: #3D919D;
}
.AnyTagClassName
{
color: #3D919D;
}
</style>
background-color css
<style>
a { background-color: #3D919D; }
a { background-color: rgb(61,145,157); }
div.DivClassName
{
background-color: #3D919D;
}
.BgClassName
{
background-color: #3D919D;
}
</style>
border-color css
<style>
span { border-color: #3D919D; }
span { border-color: rgb(61,145,157); }
td.TdClassName
{
border-color: #3D919D;
}
.TagClassName
{
border-color: #3D919D;
}
</style>