Shades of Scooter #388BA2
Tints of Scooter #388BA2
RGB
CMYK
RGB Variations
Color information
#388BA2 (or 0x388BA2) is known color: Scooter. HEX triplet: 38, 8B and A2. RGB value is (56,139,162). Sum of RGB (Red+Green+Blue) = 56+139+162=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 139 (54.69% from 255 or 38.94% from 357); Blue value is 162 (63.67% from 255 or 45.38% from 357); Max value from RGB is 162 - color contains mainly: blue. Hex color #388BA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388BA2 is #C7745D. Grayscale: #747474. Windows color (decimal): -13071454 or 10652472. OLE color: 10652472.
HSL color Cylindrical-coordinate representation of color #388BA2: hue angle of 193.02º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #388BA2 is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 139 | 162 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.36 |
| HSL | 193.02º | 0.49% | 0.43% | - |
| HSV(B) | 193.02º | 0.65% | 0.64% | - |
| XYZ | 17.39 | 21.91 | 37.5 | - |
| YUV | 116.81 | 153.5 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 139 | 162 | 0.65 | 0.14 | 0 | 0.36 | 193.02 | 0.49 | 0.43 |
| Hex | 38 | 8B | A2 | 41 | E | 0 | 24 | C1 | 31 | 2B |
| Octal | 70 | 213 | 242 | 101 | 16 | 0 | 44 | 301 | 61 | 53 |
| Binary | 111000 | 10001011 | 10100010 | 1000001 | 1110 | 0 | 100100 | 11000001 | 110001 | 101011 |
Color Harmonies of #388BA2
Complementary color
Monochromatic Colors of #388BA2
Black with #388BA2
Text Example
Text Example
White with #388BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388BA2; }
p { color: rgb(56,139,162); }
H1.HeaderClassName
{
color: #388BA2;
}
.AnyTagClassName
{
color: #388BA2;
}
</style>
background-color css
<style>
a { background-color: #388BA2; }
a { background-color: rgb(56,139,162); }
div.DivClassName
{
background-color: #388BA2;
}
.BgClassName
{
background-color: #388BA2;
}
</style>
border-color css
<style>
span { border-color: #388BA2; }
span { border-color: rgb(56,139,162); }
td.TdClassName
{
border-color: #388BA2;
}
.TagClassName
{
border-color: #388BA2;
}
</style>