Shades of Scooter #388FA3
Tints of Scooter #388FA3
RGB
CMYK
RGB Variations
Color information
#388FA3 (or 0x388FA3) is known color: Scooter. HEX triplet: 38, 8F and A3. RGB value is (56,143,163). Sum of RGB (Red+Green+Blue) = 56+143+163=362 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.47% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 163 (64.06% from 255 or 45.03% from 362); Max value from RGB is 163 - color contains mainly: blue. Hex color #388FA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388FA3 is #C7705C. Grayscale: #777777. Windows color (decimal): -13070429 or 10719032. OLE color: 10719032.
HSL color Cylindrical-coordinate representation of color #388FA3: hue angle of 191.21º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #388FA3 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 143 | 163 | - |
| CMYK | 0.66 | 0.12 | 0 | 0.36 |
| HSL | 191.22º | 0.49% | 0.43% | - |
| HSV(B) | 191.22º | 0.66% | 0.64% | - |
| XYZ | 18.06 | 23.13 | 38.16 | - |
| YUV | 119.27 | 152.68 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 143 | 163 | 0.66 | 0.12 | 0 | 0.36 | 191.22 | 0.49 | 0.43 |
| Hex | 38 | 8F | A3 | 42 | C | 0 | 24 | BF | 31 | 2B |
| Octal | 70 | 217 | 243 | 102 | 14 | 0 | 44 | 277 | 61 | 53 |
| Binary | 111000 | 10001111 | 10100011 | 1000010 | 1100 | 0 | 100100 | 10111111 | 110001 | 101011 |
Color Harmonies of #388FA3
Complementary color
Monochromatic Colors of #388FA3
Black with #388FA3
Text Example
Text Example
White with #388FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388FA3; }
p { color: rgb(56,143,163); }
H1.HeaderClassName
{
color: #388FA3;
}
.AnyTagClassName
{
color: #388FA3;
}
</style>
background-color css
<style>
a { background-color: #388FA3; }
a { background-color: rgb(56,143,163); }
div.DivClassName
{
background-color: #388FA3;
}
.BgClassName
{
background-color: #388FA3;
}
</style>
border-color css
<style>
span { border-color: #388FA3; }
span { border-color: rgb(56,143,163); }
td.TdClassName
{
border-color: #388FA3;
}
.TagClassName
{
border-color: #388FA3;
}
</style>