Shades of Scooter #3F9BA4
Tints of Scooter #3F9BA4
RGB
CMYK
RGB Variations
Color information
#3F9BA4 (or 0x3F9BA4) is known color: Scooter. HEX triplet: 3F, 9B and A4. RGB value is (63,155,164). Sum of RGB (Red+Green+Blue) = 63+155+164=382 (50% of max value = 765). Red value is 63 (25% from 255 or 16.49% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 164 (64.45% from 255 or 42.93% from 382); Max value from RGB is 164 - color contains mainly: blue. Hex color #3F9BA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9BA4 is #C0645B. Grayscale: #808080. Windows color (decimal): -12608604 or 10787647. OLE color: 10787647.
HSL color Cylindrical-coordinate representation of color #3F9BA4: hue angle of 185.35º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F9BA4 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 155 | 164 | - |
| CMYK | 0.62 | 0.05 | 0 | 0.36 |
| HSL | 185.35º | 0.44% | 0.45% | - |
| HSV(B) | 185.35º | 0.62% | 0.64% | - |
| XYZ | 20.47 | 27.18 | 39.29 | - |
| YUV | 128.52 | 148.02 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 155 | 164 | 0.62 | 0.05 | 0 | 0.36 | 185.35 | 0.44 | 0.45 |
| Hex | 3F | 9B | A4 | 3E | 5 | 0 | 24 | B9 | 2C | 2D |
| Octal | 77 | 233 | 244 | 76 | 5 | 0 | 44 | 271 | 54 | 55 |
| Binary | 111111 | 10011011 | 10100100 | 111110 | 101 | 0 | 100100 | 10111001 | 101100 | 101101 |
Color Harmonies of #3F9BA4
Complementary color
Monochromatic Colors of #3F9BA4
Black with #3F9BA4
Text Example
Text Example
White with #3F9BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9BA4; }
p { color: rgb(63,155,164); }
H1.HeaderClassName
{
color: #3F9BA4;
}
.AnyTagClassName
{
color: #3F9BA4;
}
</style>
background-color css
<style>
a { background-color: #3F9BA4; }
a { background-color: rgb(63,155,164); }
div.DivClassName
{
background-color: #3F9BA4;
}
.BgClassName
{
background-color: #3F9BA4;
}
</style>
border-color css
<style>
span { border-color: #3F9BA4; }
span { border-color: rgb(63,155,164); }
td.TdClassName
{
border-color: #3F9BA4;
}
.TagClassName
{
border-color: #3F9BA4;
}
</style>