Shades of Scooter #389BA2
Tints of Scooter #389BA2
RGB
CMYK
RGB Variations
Color information
#389BA2 (or 0x389BA2) is known color: Scooter. HEX triplet: 38, 9B and A2. RGB value is (56,155,162). Sum of RGB (Red+Green+Blue) = 56+155+162=373 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.01% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 162 (63.67% from 255 or 43.43% from 373); Max value from RGB is 162 - color contains mainly: blue. Hex color #389BA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389BA2 is #C7645D. Grayscale: #7E7E7E. Windows color (decimal): -13067358 or 10656568. OLE color: 10656568.
HSL color Cylindrical-coordinate representation of color #389BA2: hue angle of 183.96º 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 #389BA2 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 155 | 162 | - |
| CMYK | 0.65 | 0.04 | 0 | 0.36 |
| HSL | 183.96º | 0.49% | 0.43% | - |
| HSV(B) | 183.96º | 0.65% | 0.64% | - |
| XYZ | 19.87 | 26.89 | 38.33 | - |
| YUV | 126.2 | 148.2 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 155 | 162 | 0.65 | 0.04 | 0 | 0.36 | 183.96 | 0.49 | 0.43 |
| Hex | 38 | 9B | A2 | 41 | 4 | 0 | 24 | B8 | 31 | 2B |
| Octal | 70 | 233 | 242 | 101 | 4 | 0 | 44 | 270 | 61 | 53 |
| Binary | 111000 | 10011011 | 10100010 | 1000001 | 100 | 0 | 100100 | 10111000 | 110001 | 101011 |
Color Harmonies of #389BA2
Complementary color
Monochromatic Colors of #389BA2
Black with #389BA2
Text Example
Text Example
White with #389BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389BA2; }
p { color: rgb(56,155,162); }
H1.HeaderClassName
{
color: #389BA2;
}
.AnyTagClassName
{
color: #389BA2;
}
</style>
background-color css
<style>
a { background-color: #389BA2; }
a { background-color: rgb(56,155,162); }
div.DivClassName
{
background-color: #389BA2;
}
.BgClassName
{
background-color: #389BA2;
}
</style>
border-color css
<style>
span { border-color: #389BA2; }
span { border-color: rgb(56,155,162); }
td.TdClassName
{
border-color: #389BA2;
}
.TagClassName
{
border-color: #389BA2;
}
</style>