Shades of Scooter #388F98
Tints of Scooter #388F98
RGB
CMYK
RGB Variations
Color information
#388F98 (or 0x388F98) is known color: Scooter. HEX triplet: 38, 8F and 98. RGB value is (56,143,152). Sum of RGB (Red+Green+Blue) = 56+143+152=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 152 - color contains mainly: blue. Hex color #388F98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388F98 is #C77067. Grayscale: #757575. Windows color (decimal): -13070440 or 9998136. OLE color: 9998136.
HSL color Cylindrical-coordinate representation of color #388F98: hue angle of 185.62º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #388F98 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 143 | 152 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.40 |
| HSL | 185.63º | 0.46% | 0.41% | - |
| HSV(B) | 185.63º | 0.63% | 0.6% | - |
| XYZ | 17.12 | 22.75 | 33.2 | - |
| YUV | 118.01 | 147.18 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 143 | 152 | 0.63 | 0.06 | 0 | 0.40 | 185.63 | 0.46 | 0.41 |
| Hex | 38 | 8F | 98 | 3F | 6 | 0 | 28 | BA | 2E | 29 |
| Octal | 70 | 217 | 230 | 77 | 6 | 0 | 50 | 272 | 56 | 51 |
| Binary | 111000 | 10001111 | 10011000 | 111111 | 110 | 0 | 101000 | 10111010 | 101110 | 101001 |
Color Harmonies of #388F98
Complementary color
Monochromatic Colors of #388F98
Black with #388F98
Text Example
Text Example
White with #388F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388F98; }
p { color: rgb(56,143,152); }
H1.HeaderClassName
{
color: #388F98;
}
.AnyTagClassName
{
color: #388F98;
}
</style>
background-color css
<style>
a { background-color: #388F98; }
a { background-color: rgb(56,143,152); }
div.DivClassName
{
background-color: #388F98;
}
.BgClassName
{
background-color: #388F98;
}
</style>
border-color css
<style>
span { border-color: #388F98; }
span { border-color: rgb(56,143,152); }
td.TdClassName
{
border-color: #388F98;
}
.TagClassName
{
border-color: #388F98;
}
</style>