Shades of Scooter #3899AC
Tints of Scooter #3899AC
RGB
CMYK
RGB Variations
Color information
#3899AC (or 0x3899AC) is known color: Scooter. HEX triplet: 38, 99 and AC. RGB value is (56,153,172). Sum of RGB (Red+Green+Blue) = 56+153+172=381 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.70% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #3899AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3899AC is #C76653. Grayscale: #7D7D7D. Windows color (decimal): -13067860 or 11311416. OLE color: 11311416.
HSL color Cylindrical-coordinate representation of color #3899AC: hue angle of 189.83º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3899AC is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 153 | 172 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.33 |
| HSL | 189.83º | 0.51% | 0.45% | - |
| HSV(B) | 189.83º | 0.67% | 0.67% | - |
| XYZ | 20.47 | 26.6 | 43.09 | - |
| YUV | 126.16 | 153.86 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 153 | 172 | 0.67 | 0.11 | 0 | 0.33 | 189.83 | 0.51 | 0.45 |
| Hex | 38 | 99 | AC | 43 | B | 0 | 21 | BE | 33 | 2D |
| Octal | 70 | 231 | 254 | 103 | 13 | 0 | 41 | 276 | 63 | 55 |
| Binary | 111000 | 10011001 | 10101100 | 1000011 | 1011 | 0 | 100001 | 10111110 | 110011 | 101101 |
Color Harmonies of #3899AC
Complementary color
Monochromatic Colors of #3899AC
Black with #3899AC
Text Example
Text Example
White with #3899AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3899AC; }
p { color: rgb(56,153,172); }
H1.HeaderClassName
{
color: #3899AC;
}
.AnyTagClassName
{
color: #3899AC;
}
</style>
background-color css
<style>
a { background-color: #3899AC; }
a { background-color: rgb(56,153,172); }
div.DivClassName
{
background-color: #3899AC;
}
.BgClassName
{
background-color: #3899AC;
}
</style>
border-color css
<style>
span { border-color: #3899AC; }
span { border-color: rgb(56,153,172); }
td.TdClassName
{
border-color: #3899AC;
}
.TagClassName
{
border-color: #3899AC;
}
</style>