Shades of Scooter #3E99A4
Tints of Scooter #3E99A4
RGB
CMYK
RGB Variations
Color information
#3E99A4 (or 0x3E99A4) is known color: Scooter. HEX triplet: 3E, 99 and A4. RGB value is (62,153,164). Sum of RGB (Red+Green+Blue) = 62+153+164=379 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.36% from 379); Green value is 153 (60.16% from 255 or 40.37% 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 #3E99A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E99A4 is #C1665B. Grayscale: #7E7E7E. Windows color (decimal): -12674652 or 10787134. OLE color: 10787134.
HSL color Cylindrical-coordinate representation of color #3E99A4: hue angle of 186.47º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3E99A4 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 62 | 153 | 164 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.36 |
| HSL | 186.47º | 0.45% | 0.44% | - |
| HSV(B) | 186.47º | 0.62% | 0.64% | - |
| XYZ | 20.08 | 26.49 | 39.18 | - |
| YUV | 127.05 | 148.85 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 153 | 164 | 0.62 | 0.07 | 0 | 0.36 | 186.47 | 0.45 | 0.44 |
| Hex | 3E | 99 | A4 | 3E | 7 | 0 | 24 | BA | 2D | 2C |
| Octal | 76 | 231 | 244 | 76 | 7 | 0 | 44 | 272 | 55 | 54 |
| Binary | 111110 | 10011001 | 10100100 | 111110 | 111 | 0 | 100100 | 10111010 | 101101 | 101100 |
Color Harmonies of #3E99A4
Complementary color
Monochromatic Colors of #3E99A4
Black with #3E99A4
Text Example
Text Example
White with #3E99A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E99A4; }
p { color: rgb(62,153,164); }
H1.HeaderClassName
{
color: #3E99A4;
}
.AnyTagClassName
{
color: #3E99A4;
}
</style>
background-color css
<style>
a { background-color: #3E99A4; }
a { background-color: rgb(62,153,164); }
div.DivClassName
{
background-color: #3E99A4;
}
.BgClassName
{
background-color: #3E99A4;
}
</style>
border-color css
<style>
span { border-color: #3E99A4; }
span { border-color: rgb(62,153,164); }
td.TdClassName
{
border-color: #3E99A4;
}
.TagClassName
{
border-color: #3E99A4;
}
</style>