Shades of Scooter #388D9A
Tints of Scooter #388D9A
RGB
CMYK
RGB Variations
Color information
#388D9A (or 0x388D9A) is known color: Scooter. HEX triplet: 38, 8D and 9A. RGB value is (56,141,154). Sum of RGB (Red+Green+Blue) = 56+141+154=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 154 - color contains mainly: blue. Hex color #388D9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388D9A is #C77265. Grayscale: #747474. Windows color (decimal): -13070950 or 10128696. OLE color: 10128696.
HSL color Cylindrical-coordinate representation of color #388D9A: hue angle of 187.96º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #388D9A is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 141 | 154 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.40 |
| HSL | 187.96º | 0.47% | 0.41% | - |
| HSV(B) | 187.96º | 0.64% | 0.6% | - |
| XYZ | 16.99 | 22.22 | 33.97 | - |
| YUV | 117.07 | 148.84 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 141 | 154 | 0.64 | 0.08 | 0 | 0.40 | 187.96 | 0.47 | 0.41 |
| Hex | 38 | 8D | 9A | 40 | 8 | 0 | 28 | BC | 2F | 29 |
| Octal | 70 | 215 | 232 | 100 | 10 | 0 | 50 | 274 | 57 | 51 |
| Binary | 111000 | 10001101 | 10011010 | 1000000 | 1000 | 0 | 101000 | 10111100 | 101111 | 101001 |
Color Harmonies of #388D9A
Complementary color
Monochromatic Colors of #388D9A
Black with #388D9A
Text Example
Text Example
White with #388D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388D9A; }
p { color: rgb(56,141,154); }
H1.HeaderClassName
{
color: #388D9A;
}
.AnyTagClassName
{
color: #388D9A;
}
</style>
background-color css
<style>
a { background-color: #388D9A; }
a { background-color: rgb(56,141,154); }
div.DivClassName
{
background-color: #388D9A;
}
.BgClassName
{
background-color: #388D9A;
}
</style>
border-color css
<style>
span { border-color: #388D9A; }
span { border-color: rgb(56,141,154); }
td.TdClassName
{
border-color: #388D9A;
}
.TagClassName
{
border-color: #388D9A;
}
</style>