Shades of Scooter #388C99
Tints of Scooter #388C99
RGB
CMYK
RGB Variations
Color information
#388C99 (or 0x388C99) is known color: Scooter. HEX triplet: 38, 8C and 99. RGB value is (56,140,153). Sum of RGB (Red+Green+Blue) = 56+140+153=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 140 (55.08% from 255 or 40.11% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #388C99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388C99 is #C77366. Grayscale: #747474. Windows color (decimal): -13071207 or 10062904. OLE color: 10062904.
HSL color Cylindrical-coordinate representation of color #388C99: hue angle of 188.04º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #388C99 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 56 | 140 | 153 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.4 |
| HSL | 188.04º | 0.46% | 0.41% | - |
| HSV(B) | 188.04º | 0.63% | 0.6% | - |
| XYZ | 16.76 | 21.9 | 33.48 | - |
| YUV | 116.37 | 148.67 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 140 | 153 | 0.63 | 0.08 | 0 | 0.4 | 188.04 | 0.46 | 0.41 |
| Hex | 38 | 8C | 99 | 3F | 8 | 0 | 28 | BC | 2E | 29 |
| Octal | 70 | 214 | 231 | 77 | 10 | 0 | 50 | 274 | 56 | 51 |
| Binary | 111000 | 10001100 | 10011001 | 111111 | 1000 | 0 | 101000 | 10111100 | 101110 | 101001 |
Color Harmonies of #388C99
Complementary color
Monochromatic Colors of #388C99
Black with #388C99
Text Example
Text Example
White with #388C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388C99; }
p { color: rgb(56,140,153); }
H1.HeaderClassName
{
color: #388C99;
}
.AnyTagClassName
{
color: #388C99;
}
</style>
background-color css
<style>
a { background-color: #388C99; }
a { background-color: rgb(56,140,153); }
div.DivClassName
{
background-color: #388C99;
}
.BgClassName
{
background-color: #388C99;
}
</style>
border-color css
<style>
span { border-color: #388C99; }
span { border-color: rgb(56,140,153); }
td.TdClassName
{
border-color: #388C99;
}
.TagClassName
{
border-color: #388C99;
}
</style>