Shades of Scooter #388E9A
Tints of Scooter #388E9A
RGB
CMYK
RGB Variations
Color information
#388E9A (or 0x388E9A) is known color: Scooter. HEX triplet: 38, 8E and 9A. RGB value is (56,142,154). Sum of RGB (Red+Green+Blue) = 56+142+154=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 142 (55.86% from 255 or 40.34% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 154 - color contains mainly: blue. Hex color #388E9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388E9A is #C77165. Grayscale: #757575. Windows color (decimal): -13070694 or 10128952. OLE color: 10128952.
HSL color Cylindrical-coordinate representation of color #388E9A: hue angle of 187.35º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #388E9A is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 142 | 154 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.40 |
| HSL | 187.35º | 0.47% | 0.41% | - |
| HSV(B) | 187.35º | 0.64% | 0.6% | - |
| XYZ | 17.14 | 22.52 | 34.02 | - |
| YUV | 117.65 | 148.51 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 142 | 154 | 0.64 | 0.08 | 0 | 0.40 | 187.35 | 0.47 | 0.41 |
| Hex | 38 | 8E | 9A | 40 | 8 | 0 | 28 | BB | 2F | 29 |
| Octal | 70 | 216 | 232 | 100 | 10 | 0 | 50 | 273 | 57 | 51 |
| Binary | 111000 | 10001110 | 10011010 | 1000000 | 1000 | 0 | 101000 | 10111011 | 101111 | 101001 |
Color Harmonies of #388E9A
Complementary color
Monochromatic Colors of #388E9A
Black with #388E9A
Text Example
Text Example
White with #388E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388E9A; }
p { color: rgb(56,142,154); }
H1.HeaderClassName
{
color: #388E9A;
}
.AnyTagClassName
{
color: #388E9A;
}
</style>
background-color css
<style>
a { background-color: #388E9A; }
a { background-color: rgb(56,142,154); }
div.DivClassName
{
background-color: #388E9A;
}
.BgClassName
{
background-color: #388E9A;
}
</style>
border-color css
<style>
span { border-color: #388E9A; }
span { border-color: rgb(56,142,154); }
td.TdClassName
{
border-color: #388E9A;
}
.TagClassName
{
border-color: #388E9A;
}
</style>