Shades of Scooter #388FA2
Tints of Scooter #388FA2
RGB
CMYK
RGB Variations
Color information
#388FA2 (or 0x388FA2) is known color: Scooter. HEX triplet: 38, 8F and A2. RGB value is (56,143,162). Sum of RGB (Red+Green+Blue) = 56+143+162=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 162 (63.67% from 255 or 44.88% from 361); Max value from RGB is 162 - color contains mainly: blue. Hex color #388FA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388FA2 is #C7705D. Grayscale: #767676. Windows color (decimal): -13070430 or 10653496. OLE color: 10653496.
HSL color Cylindrical-coordinate representation of color #388FA2: hue angle of 190.75º 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 #388FA2 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 143 | 162 | - |
| CMYK | 0.65 | 0.12 | 0 | 0.36 |
| HSL | 190.75º | 0.49% | 0.43% | - |
| HSV(B) | 190.75º | 0.65% | 0.64% | - |
| XYZ | 17.97 | 23.09 | 37.69 | - |
| YUV | 119.15 | 152.18 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 143 | 162 | 0.65 | 0.12 | 0 | 0.36 | 190.75 | 0.49 | 0.43 |
| Hex | 38 | 8F | A2 | 41 | C | 0 | 24 | BF | 31 | 2B |
| Octal | 70 | 217 | 242 | 101 | 14 | 0 | 44 | 277 | 61 | 53 |
| Binary | 111000 | 10001111 | 10100010 | 1000001 | 1100 | 0 | 100100 | 10111111 | 110001 | 101011 |
Color Harmonies of #388FA2
Complementary color
Monochromatic Colors of #388FA2
Black with #388FA2
Text Example
Text Example
White with #388FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388FA2; }
p { color: rgb(56,143,162); }
H1.HeaderClassName
{
color: #388FA2;
}
.AnyTagClassName
{
color: #388FA2;
}
</style>
background-color css
<style>
a { background-color: #388FA2; }
a { background-color: rgb(56,143,162); }
div.DivClassName
{
background-color: #388FA2;
}
.BgClassName
{
background-color: #388FA2;
}
</style>
border-color css
<style>
span { border-color: #388FA2; }
span { border-color: rgb(56,143,162); }
td.TdClassName
{
border-color: #388FA2;
}
.TagClassName
{
border-color: #388FA2;
}
</style>