Shades of Scooter #3DA3A5
Tints of Scooter #3DA3A5
RGB
CMYK
RGB Variations
Color information
#3DA3A5 (or 0x3DA3A5) is known color: Scooter. HEX triplet: 3D, A3 and A5. RGB value is (61,163,165). Sum of RGB (Red+Green+Blue) = 61+163+165=389 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.68% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 165 (64.84% from 255 or 42.42% from 389); Max value from RGB is 165 - color contains mainly: blue. Hex color #3DA3A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA3A5 is #C25C5A. Grayscale: #848484. Windows color (decimal): -12737627 or 10855229. OLE color: 10855229.
HSL color Cylindrical-coordinate representation of color #3DA3A5: hue angle of 181.15º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA3A5 is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 61 | 163 | 165 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.35 |
| HSL | 181.15º | 0.46% | 0.44% | - |
| HSV(B) | 181.15º | 0.63% | 0.65% | - |
| XYZ | 21.81 | 29.9 | 40.22 | - |
| YUV | 132.73 | 146.21 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 163 | 165 | 0.63 | 0.01 | 0 | 0.35 | 181.15 | 0.46 | 0.44 |
| Hex | 3D | A3 | A5 | 3F | 1 | 0 | 23 | B5 | 2E | 2C |
| Octal | 75 | 243 | 245 | 77 | 1 | 0 | 43 | 265 | 56 | 54 |
| Binary | 111101 | 10100011 | 10100101 | 111111 | 1 | 0 | 100011 | 10110101 | 101110 | 101100 |
Color Harmonies of #3DA3A5
Complementary color
Monochromatic Colors of #3DA3A5
Black with #3DA3A5
Text Example
Text Example
White with #3DA3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA3A5; }
p { color: rgb(61,163,165); }
H1.HeaderClassName
{
color: #3DA3A5;
}
.AnyTagClassName
{
color: #3DA3A5;
}
</style>
background-color css
<style>
a { background-color: #3DA3A5; }
a { background-color: rgb(61,163,165); }
div.DivClassName
{
background-color: #3DA3A5;
}
.BgClassName
{
background-color: #3DA3A5;
}
</style>
border-color css
<style>
span { border-color: #3DA3A5; }
span { border-color: rgb(61,163,165); }
td.TdClassName
{
border-color: #3DA3A5;
}
.TagClassName
{
border-color: #3DA3A5;
}
</style>