Shades of Scooter #3A8B9B
Tints of Scooter #3A8B9B
RGB
CMYK
RGB Variations
Color information
#3A8B9B (or 0x3A8B9B) is known color: Scooter. HEX triplet: 3A, 8B and 9B. RGB value is (58,139,155). Sum of RGB (Red+Green+Blue) = 58+139+155=352 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.48% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A8B9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8B9B is #C57464. Grayscale: #747474. Windows color (decimal): -12940389 or 10193722. OLE color: 10193722.
HSL color Cylindrical-coordinate representation of color #3A8B9B: hue angle of 189.9º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A8B9B is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 58 | 139 | 155 | - |
| CMYK | 0.63 | 0.10 | 0 | 0.39 |
| HSL | 189.9º | 0.46% | 0.42% | - |
| HSV(B) | 189.9º | 0.63% | 0.61% | - |
| XYZ | 16.89 | 21.73 | 34.31 | - |
| YUV | 116.61 | 149.66 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 139 | 155 | 0.63 | 0.10 | 0 | 0.39 | 189.9 | 0.46 | 0.42 |
| Hex | 3A | 8B | 9B | 3F | A | 0 | 27 | BE | 2E | 2A |
| Octal | 72 | 213 | 233 | 77 | 12 | 0 | 47 | 276 | 56 | 52 |
| Binary | 111010 | 10001011 | 10011011 | 111111 | 1010 | 0 | 100111 | 10111110 | 101110 | 101010 |
Color Harmonies of #3A8B9B
Complementary color
Monochromatic Colors of #3A8B9B
Black with #3A8B9B
Text Example
Text Example
White with #3A8B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8B9B; }
p { color: rgb(58,139,155); }
H1.HeaderClassName
{
color: #3A8B9B;
}
.AnyTagClassName
{
color: #3A8B9B;
}
</style>
background-color css
<style>
a { background-color: #3A8B9B; }
a { background-color: rgb(58,139,155); }
div.DivClassName
{
background-color: #3A8B9B;
}
.BgClassName
{
background-color: #3A8B9B;
}
</style>
border-color css
<style>
span { border-color: #3A8B9B; }
span { border-color: rgb(58,139,155); }
td.TdClassName
{
border-color: #3A8B9B;
}
.TagClassName
{
border-color: #3A8B9B;
}
</style>