Shades of Scooter #388F9C
Tints of Scooter #388F9C
RGB
CMYK
RGB Variations
Color information
#388F9C (or 0x388F9C) is known color: Scooter. HEX triplet: 38, 8F and 9C. RGB value is (56,143,156). Sum of RGB (Red+Green+Blue) = 56+143+156=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 156 - color contains mainly: blue. Hex color #388F9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388F9C is #C77063. Grayscale: #767676. Windows color (decimal): -13070436 or 10260280. OLE color: 10260280.
HSL color Cylindrical-coordinate representation of color #388F9C: hue angle of 187.8º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #388F9C is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 143 | 156 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.39 |
| HSL | 187.8º | 0.47% | 0.42% | - |
| HSV(B) | 187.8º | 0.64% | 0.61% | - |
| XYZ | 17.45 | 22.89 | 34.95 | - |
| YUV | 118.47 | 149.18 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 143 | 156 | 0.64 | 0.08 | 0 | 0.39 | 187.8 | 0.47 | 0.42 |
| Hex | 38 | 8F | 9C | 40 | 8 | 0 | 27 | BC | 2F | 2A |
| Octal | 70 | 217 | 234 | 100 | 10 | 0 | 47 | 274 | 57 | 52 |
| Binary | 111000 | 10001111 | 10011100 | 1000000 | 1000 | 0 | 100111 | 10111100 | 101111 | 101010 |
Color Harmonies of #388F9C
Complementary color
Monochromatic Colors of #388F9C
Black with #388F9C
Text Example
Text Example
White with #388F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388F9C; }
p { color: rgb(56,143,156); }
H1.HeaderClassName
{
color: #388F9C;
}
.AnyTagClassName
{
color: #388F9C;
}
</style>
background-color css
<style>
a { background-color: #388F9C; }
a { background-color: rgb(56,143,156); }
div.DivClassName
{
background-color: #388F9C;
}
.BgClassName
{
background-color: #388F9C;
}
</style>
border-color css
<style>
span { border-color: #388F9C; }
span { border-color: rgb(56,143,156); }
td.TdClassName
{
border-color: #388F9C;
}
.TagClassName
{
border-color: #388F9C;
}
</style>