Shades of Scooter #388EA5
Tints of Scooter #388EA5
RGB
CMYK
RGB Variations
Color information
#388EA5 (or 0x388EA5) is known color: Scooter. HEX triplet: 38, 8E and A5. RGB value is (56,142,165). Sum of RGB (Red+Green+Blue) = 56+142+165=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 165 (64.84% from 255 or 45.45% from 363); Max value from RGB is 165 - color contains mainly: blue. Hex color #388EA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388EA5 is #C7715A. Grayscale: #767676. Windows color (decimal): -13070683 or 10849848. OLE color: 10849848.
HSL color Cylindrical-coordinate representation of color #388EA5: hue angle of 192.66º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #388EA5 is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 56 | 142 | 165 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.35 |
| HSL | 192.66º | 0.49% | 0.43% | - |
| HSV(B) | 192.66º | 0.66% | 0.65% | - |
| XYZ | 18.1 | 22.9 | 39.06 | - |
| YUV | 118.91 | 154.01 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 142 | 165 | 0.66 | 0.14 | 0 | 0.35 | 192.66 | 0.49 | 0.43 |
| Hex | 38 | 8E | A5 | 42 | E | 0 | 23 | C1 | 31 | 2B |
| Octal | 70 | 216 | 245 | 102 | 16 | 0 | 43 | 301 | 61 | 53 |
| Binary | 111000 | 10001110 | 10100101 | 1000010 | 1110 | 0 | 100011 | 11000001 | 110001 | 101011 |
Color Harmonies of #388EA5
Complementary color
Monochromatic Colors of #388EA5
Black with #388EA5
Text Example
Text Example
White with #388EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388EA5; }
p { color: rgb(56,142,165); }
H1.HeaderClassName
{
color: #388EA5;
}
.AnyTagClassName
{
color: #388EA5;
}
</style>
background-color css
<style>
a { background-color: #388EA5; }
a { background-color: rgb(56,142,165); }
div.DivClassName
{
background-color: #388EA5;
}
.BgClassName
{
background-color: #388EA5;
}
</style>
border-color css
<style>
span { border-color: #388EA5; }
span { border-color: rgb(56,142,165); }
td.TdClassName
{
border-color: #388EA5;
}
.TagClassName
{
border-color: #388EA5;
}
</style>