Shades of Scooter #388F9D
Tints of Scooter #388F9D
RGB
CMYK
RGB Variations
Color information
#388F9D (or 0x388F9D) is known color: Scooter. HEX triplet: 38, 8F and 9D. RGB value is (56,143,157). Sum of RGB (Red+Green+Blue) = 56+143+157=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #388F9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388F9D is #C77062. Grayscale: #767676. Windows color (decimal): -13070435 or 10325816. OLE color: 10325816.
HSL color Cylindrical-coordinate representation of color #388F9D: hue angle of 188.32º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #388F9D is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 143 | 157 | - |
| CMYK | 0.64 | 0.09 | 0 | 0.38 |
| HSL | 188.32º | 0.47% | 0.42% | - |
| HSV(B) | 188.32º | 0.64% | 0.62% | - |
| XYZ | 17.54 | 22.92 | 35.4 | - |
| YUV | 118.58 | 149.68 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 143 | 157 | 0.64 | 0.09 | 0 | 0.38 | 188.32 | 0.47 | 0.42 |
| Hex | 38 | 8F | 9D | 40 | 9 | 0 | 26 | BC | 2F | 2A |
| Octal | 70 | 217 | 235 | 100 | 11 | 0 | 46 | 274 | 57 | 52 |
| Binary | 111000 | 10001111 | 10011101 | 1000000 | 1001 | 0 | 100110 | 10111100 | 101111 | 101010 |
Color Harmonies of #388F9D
Complementary color
Monochromatic Colors of #388F9D
Black with #388F9D
Text Example
Text Example
White with #388F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388F9D; }
p { color: rgb(56,143,157); }
H1.HeaderClassName
{
color: #388F9D;
}
.AnyTagClassName
{
color: #388F9D;
}
</style>
background-color css
<style>
a { background-color: #388F9D; }
a { background-color: rgb(56,143,157); }
div.DivClassName
{
background-color: #388F9D;
}
.BgClassName
{
background-color: #388F9D;
}
</style>
border-color css
<style>
span { border-color: #388F9D; }
span { border-color: rgb(56,143,157); }
td.TdClassName
{
border-color: #388F9D;
}
.TagClassName
{
border-color: #388F9D;
}
</style>