Shades of Scooter #389EA2
Tints of Scooter #389EA2
RGB
CMYK
RGB Variations
Color information
#389EA2 (or 0x389EA2) is known color: Scooter. HEX triplet: 38, 9E and A2. RGB value is (56,158,162). Sum of RGB (Red+Green+Blue) = 56+158+162=376 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.89% from 376); Green value is 158 (62.11% from 255 or 42.02% from 376); Blue value is 162 (63.67% from 255 or 43.09% from 376); Max value from RGB is 162 - color contains mainly: blue. Hex color #389EA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389EA2 is #C7615D. Grayscale: #7F7F7F. Windows color (decimal): -13066590 or 10657336. OLE color: 10657336.
HSL color Cylindrical-coordinate representation of color #389EA2: hue angle of 182.26º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #389EA2 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 158 | 162 | - |
| CMYK | 0.65 | 0.02 | 0 | 0.36 |
| HSL | 182.26º | 0.49% | 0.43% | - |
| HSV(B) | 182.26º | 0.65% | 0.64% | - |
| XYZ | 20.38 | 27.9 | 38.49 | - |
| YUV | 127.96 | 147.21 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 158 | 162 | 0.65 | 0.02 | 0 | 0.36 | 182.26 | 0.49 | 0.43 |
| Hex | 38 | 9E | A2 | 41 | 2 | 0 | 24 | B6 | 31 | 2B |
| Octal | 70 | 236 | 242 | 101 | 2 | 0 | 44 | 266 | 61 | 53 |
| Binary | 111000 | 10011110 | 10100010 | 1000001 | 10 | 0 | 100100 | 10110110 | 110001 | 101011 |
Color Harmonies of #389EA2
Complementary color
Monochromatic Colors of #389EA2
Black with #389EA2
Text Example
Text Example
White with #389EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389EA2; }
p { color: rgb(56,158,162); }
H1.HeaderClassName
{
color: #389EA2;
}
.AnyTagClassName
{
color: #389EA2;
}
</style>
background-color css
<style>
a { background-color: #389EA2; }
a { background-color: rgb(56,158,162); }
div.DivClassName
{
background-color: #389EA2;
}
.BgClassName
{
background-color: #389EA2;
}
</style>
border-color css
<style>
span { border-color: #389EA2; }
span { border-color: rgb(56,158,162); }
td.TdClassName
{
border-color: #389EA2;
}
.TagClassName
{
border-color: #389EA2;
}
</style>