Shades of Scooter #389BAA
Tints of Scooter #389BAA
RGB
CMYK
RGB Variations
Color information
#389BAA (or 0x389BAA) is known color: Scooter. HEX triplet: 38, 9B and AA. RGB value is (56,155,170). Sum of RGB (Red+Green+Blue) = 56+155+170=381 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.70% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #389BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389BAA is #C76455. Grayscale: #7E7E7E. Windows color (decimal): -13067350 or 11180856. OLE color: 11180856.
HSL color Cylindrical-coordinate representation of color #389BAA: hue angle of 187.89º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #389BAA is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 155 | 170 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.33 |
| HSL | 187.89º | 0.5% | 0.44% | - |
| HSV(B) | 187.89º | 0.67% | 0.67% | - |
| XYZ | 20.61 | 27.19 | 42.19 | - |
| YUV | 127.11 | 152.2 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 155 | 170 | 0.67 | 0.09 | 0 | 0.33 | 187.89 | 0.5 | 0.44 |
| Hex | 38 | 9B | AA | 43 | 9 | 0 | 21 | BC | 32 | 2C |
| Octal | 70 | 233 | 252 | 103 | 11 | 0 | 41 | 274 | 62 | 54 |
| Binary | 111000 | 10011011 | 10101010 | 1000011 | 1001 | 0 | 100001 | 10111100 | 110010 | 101100 |
Color Harmonies of #389BAA
Complementary color
Monochromatic Colors of #389BAA
Black with #389BAA
Text Example
Text Example
White with #389BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389BAA; }
p { color: rgb(56,155,170); }
H1.HeaderClassName
{
color: #389BAA;
}
.AnyTagClassName
{
color: #389BAA;
}
</style>
background-color css
<style>
a { background-color: #389BAA; }
a { background-color: rgb(56,155,170); }
div.DivClassName
{
background-color: #389BAA;
}
.BgClassName
{
background-color: #389BAA;
}
</style>
border-color css
<style>
span { border-color: #389BAA; }
span { border-color: rgb(56,155,170); }
td.TdClassName
{
border-color: #389BAA;
}
.TagClassName
{
border-color: #389BAA;
}
</style>