Shades of Scooter #388CA4
Tints of Scooter #388CA4
RGB
CMYK
RGB Variations
Color information
#388CA4 (or 0x388CA4) is known color: Scooter. HEX triplet: 38, 8C and A4. RGB value is (56,140,164). Sum of RGB (Red+Green+Blue) = 56+140+164=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 164 - color contains mainly: blue. Hex color #388CA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388CA4 is #C7735B. Grayscale: #757575. Windows color (decimal): -13071196 or 10783800. OLE color: 10783800.
HSL color Cylindrical-coordinate representation of color #388CA4: hue angle of 193.33º 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 #388CA4 is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 140 | 164 | - |
| CMYK | 0.66 | 0.15 | 0 | 0.36 |
| HSL | 193.33º | 0.49% | 0.43% | - |
| HSV(B) | 193.33º | 0.66% | 0.64% | - |
| XYZ | 17.71 | 22.28 | 38.49 | - |
| YUV | 117.62 | 154.17 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 140 | 164 | 0.66 | 0.15 | 0 | 0.36 | 193.33 | 0.49 | 0.43 |
| Hex | 38 | 8C | A4 | 42 | F | 0 | 24 | C1 | 31 | 2B |
| Octal | 70 | 214 | 244 | 102 | 17 | 0 | 44 | 301 | 61 | 53 |
| Binary | 111000 | 10001100 | 10100100 | 1000010 | 1111 | 0 | 100100 | 11000001 | 110001 | 101011 |
Color Harmonies of #388CA4
Complementary color
Monochromatic Colors of #388CA4
Black with #388CA4
Text Example
Text Example
White with #388CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388CA4; }
p { color: rgb(56,140,164); }
H1.HeaderClassName
{
color: #388CA4;
}
.AnyTagClassName
{
color: #388CA4;
}
</style>
background-color css
<style>
a { background-color: #388CA4; }
a { background-color: rgb(56,140,164); }
div.DivClassName
{
background-color: #388CA4;
}
.BgClassName
{
background-color: #388CA4;
}
</style>
border-color css
<style>
span { border-color: #388CA4; }
span { border-color: rgb(56,140,164); }
td.TdClassName
{
border-color: #388CA4;
}
.TagClassName
{
border-color: #388CA4;
}
</style>