Shades of Scooter #389CA8
Tints of Scooter #389CA8
RGB
CMYK
RGB Variations
Color information
#389CA8 (or 0x389CA8) is known color: Scooter. HEX triplet: 38, 9C and A8. RGB value is (56,156,168). Sum of RGB (Red+Green+Blue) = 56+156+168=380 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.74% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 168 (66.02% from 255 or 44.21% from 380); Max value from RGB is 168 - color contains mainly: blue. Hex color #389CA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389CA8 is #C76357. Grayscale: #7F7F7F. Windows color (decimal): -13067096 or 11050040. OLE color: 11050040.
HSL color Cylindrical-coordinate representation of color #389CA8: hue angle of 186.43º 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 #389CA8 is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 56 | 156 | 168 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.34 |
| HSL | 186.43º | 0.5% | 0.44% | - |
| HSV(B) | 186.43º | 0.67% | 0.66% | - |
| XYZ | 20.59 | 27.44 | 41.26 | - |
| YUV | 127.47 | 150.87 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 156 | 168 | 0.67 | 0.07 | 0 | 0.34 | 186.43 | 0.5 | 0.44 |
| Hex | 38 | 9C | A8 | 43 | 7 | 0 | 22 | BA | 32 | 2C |
| Octal | 70 | 234 | 250 | 103 | 7 | 0 | 42 | 272 | 62 | 54 |
| Binary | 111000 | 10011100 | 10101000 | 1000011 | 111 | 0 | 100010 | 10111010 | 110010 | 101100 |
Color Harmonies of #389CA8
Complementary color
Monochromatic Colors of #389CA8
Black with #389CA8
Text Example
Text Example
White with #389CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389CA8; }
p { color: rgb(56,156,168); }
H1.HeaderClassName
{
color: #389CA8;
}
.AnyTagClassName
{
color: #389CA8;
}
</style>
background-color css
<style>
a { background-color: #389CA8; }
a { background-color: rgb(56,156,168); }
div.DivClassName
{
background-color: #389CA8;
}
.BgClassName
{
background-color: #389CA8;
}
</style>
border-color css
<style>
span { border-color: #389CA8; }
span { border-color: rgb(56,156,168); }
td.TdClassName
{
border-color: #389CA8;
}
.TagClassName
{
border-color: #389CA8;
}
</style>