Shades of Scooter #3B9CA4
Tints of Scooter #3B9CA4
RGB
CMYK
RGB Variations
Color information
#3B9CA4 (or 0x3B9CA4) is known color: Scooter. HEX triplet: 3B, 9C and A4. RGB value is (59,156,164). Sum of RGB (Red+Green+Blue) = 59+156+164=379 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.57% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 164 (64.45% from 255 or 43.27% from 379); Max value from RGB is 164 - color contains mainly: blue. Hex color #3B9CA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9CA4 is #C4635B. Grayscale: #7F7F7F. Windows color (decimal): -12870492 or 10787899. OLE color: 10787899.
HSL color Cylindrical-coordinate representation of color #3B9CA4: hue angle of 184.57º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B9CA4 is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 156 | 164 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.36 |
| HSL | 184.57º | 0.47% | 0.44% | - |
| HSV(B) | 184.57º | 0.64% | 0.64% | - |
| XYZ | 20.39 | 27.39 | 39.33 | - |
| YUV | 127.91 | 148.36 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 156 | 164 | 0.64 | 0.05 | 0 | 0.36 | 184.57 | 0.47 | 0.44 |
| Hex | 3B | 9C | A4 | 40 | 5 | 0 | 24 | B9 | 2F | 2C |
| Octal | 73 | 234 | 244 | 100 | 5 | 0 | 44 | 271 | 57 | 54 |
| Binary | 111011 | 10011100 | 10100100 | 1000000 | 101 | 0 | 100100 | 10111001 | 101111 | 101100 |
Color Harmonies of #3B9CA4
Complementary color
Monochromatic Colors of #3B9CA4
Black with #3B9CA4
Text Example
Text Example
White with #3B9CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9CA4; }
p { color: rgb(59,156,164); }
H1.HeaderClassName
{
color: #3B9CA4;
}
.AnyTagClassName
{
color: #3B9CA4;
}
</style>
background-color css
<style>
a { background-color: #3B9CA4; }
a { background-color: rgb(59,156,164); }
div.DivClassName
{
background-color: #3B9CA4;
}
.BgClassName
{
background-color: #3B9CA4;
}
</style>
border-color css
<style>
span { border-color: #3B9CA4; }
span { border-color: rgb(59,156,164); }
td.TdClassName
{
border-color: #3B9CA4;
}
.TagClassName
{
border-color: #3B9CA4;
}
</style>