Shades of Scooter #389DA8
Tints of Scooter #389DA8
RGB
CMYK
RGB Variations
Color information
#389DA8 (or 0x389DA8) is known color: Scooter. HEX triplet: 38, 9D and A8. RGB value is (56,157,168). Sum of RGB (Red+Green+Blue) = 56+157+168=381 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.70% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 168 (66.02% from 255 or 44.09% from 381); Max value from RGB is 168 - color contains mainly: blue. Hex color #389DA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389DA8 is #C76257. Grayscale: #7F7F7F. Windows color (decimal): -13066840 or 11050296. OLE color: 11050296.
HSL color Cylindrical-coordinate representation of color #389DA8: hue angle of 185.89º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #389DA8 is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 56 | 157 | 168 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.34 |
| HSL | 185.89º | 0.5% | 0.44% | - |
| HSV(B) | 185.89º | 0.67% | 0.66% | - |
| XYZ | 20.76 | 27.78 | 41.31 | - |
| YUV | 128.06 | 150.54 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 157 | 168 | 0.67 | 0.07 | 0 | 0.34 | 185.89 | 0.5 | 0.44 |
| Hex | 38 | 9D | A8 | 43 | 7 | 0 | 22 | BA | 32 | 2C |
| Octal | 70 | 235 | 250 | 103 | 7 | 0 | 42 | 272 | 62 | 54 |
| Binary | 111000 | 10011101 | 10101000 | 1000011 | 111 | 0 | 100010 | 10111010 | 110010 | 101100 |
Color Harmonies of #389DA8
Complementary color
Monochromatic Colors of #389DA8
Black with #389DA8
Text Example
Text Example
White with #389DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389DA8; }
p { color: rgb(56,157,168); }
H1.HeaderClassName
{
color: #389DA8;
}
.AnyTagClassName
{
color: #389DA8;
}
</style>
background-color css
<style>
a { background-color: #389DA8; }
a { background-color: rgb(56,157,168); }
div.DivClassName
{
background-color: #389DA8;
}
.BgClassName
{
background-color: #389DA8;
}
</style>
border-color css
<style>
span { border-color: #389DA8; }
span { border-color: rgb(56,157,168); }
td.TdClassName
{
border-color: #389DA8;
}
.TagClassName
{
border-color: #389DA8;
}
</style>