Shades of Scooter #389DA2
Tints of Scooter #389DA2
RGB
CMYK
RGB Variations
Color information
#389DA2 (or 0x389DA2) is known color: Scooter. HEX triplet: 38, 9D and A2. RGB value is (56,157,162). Sum of RGB (Red+Green+Blue) = 56+157+162=375 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.93% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 162 (63.67% from 255 or 43.2% from 375); Max value from RGB is 162 - color contains mainly: blue. Hex color #389DA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389DA2 is #C7625D. Grayscale: #7F7F7F. Windows color (decimal): -13066846 or 10657080. OLE color: 10657080.
HSL color Cylindrical-coordinate representation of color #389DA2: hue angle of 182.83º 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 #389DA2 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 157 | 162 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.36 |
| HSL | 182.83º | 0.49% | 0.43% | - |
| HSV(B) | 182.83º | 0.65% | 0.64% | - |
| XYZ | 20.21 | 27.56 | 38.44 | - |
| YUV | 127.37 | 147.54 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 157 | 162 | 0.65 | 0.03 | 0 | 0.36 | 182.83 | 0.49 | 0.43 |
| Hex | 38 | 9D | A2 | 41 | 3 | 0 | 24 | B7 | 31 | 2B |
| Octal | 70 | 235 | 242 | 101 | 3 | 0 | 44 | 267 | 61 | 53 |
| Binary | 111000 | 10011101 | 10100010 | 1000001 | 11 | 0 | 100100 | 10110111 | 110001 | 101011 |
Color Harmonies of #389DA2
Complementary color
Monochromatic Colors of #389DA2
Black with #389DA2
Text Example
Text Example
White with #389DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389DA2; }
p { color: rgb(56,157,162); }
H1.HeaderClassName
{
color: #389DA2;
}
.AnyTagClassName
{
color: #389DA2;
}
</style>
background-color css
<style>
a { background-color: #389DA2; }
a { background-color: rgb(56,157,162); }
div.DivClassName
{
background-color: #389DA2;
}
.BgClassName
{
background-color: #389DA2;
}
</style>
border-color css
<style>
span { border-color: #389DA2; }
span { border-color: rgb(56,157,162); }
td.TdClassName
{
border-color: #389DA2;
}
.TagClassName
{
border-color: #389DA2;
}
</style>