Shades of Scooter #38889E
Tints of Scooter #38889E
RGB
CMYK
RGB Variations
Color information
#38889E (or 0x38889E) is known color: Scooter. HEX triplet: 38, 88 and 9E. RGB value is (56,136,158). Sum of RGB (Red+Green+Blue) = 56+136+158=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 158 - color contains mainly: blue. Hex color #38889E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38889E is #C77761. Grayscale: #727272. Windows color (decimal): -13072226 or 10389560. OLE color: 10389560.
HSL color Cylindrical-coordinate representation of color #38889E: hue angle of 192.94º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38889E is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 136 | 158 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.38 |
| HSL | 192.94º | 0.48% | 0.42% | - |
| HSV(B) | 192.94º | 0.65% | 0.62% | - |
| XYZ | 16.61 | 20.92 | 35.51 | - |
| YUV | 114.59 | 152.5 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 136 | 158 | 0.65 | 0.14 | 0 | 0.38 | 192.94 | 0.48 | 0.42 |
| Hex | 38 | 88 | 9E | 41 | E | 0 | 26 | C1 | 30 | 2A |
| Octal | 70 | 210 | 236 | 101 | 16 | 0 | 46 | 301 | 60 | 52 |
| Binary | 111000 | 10001000 | 10011110 | 1000001 | 1110 | 0 | 100110 | 11000001 | 110000 | 101010 |
Color Harmonies of #38889E
Complementary color
Monochromatic Colors of #38889E
Black with #38889E
Text Example
Text Example
White with #38889E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38889E; }
p { color: rgb(56,136,158); }
H1.HeaderClassName
{
color: #38889E;
}
.AnyTagClassName
{
color: #38889E;
}
</style>
background-color css
<style>
a { background-color: #38889E; }
a { background-color: rgb(56,136,158); }
div.DivClassName
{
background-color: #38889E;
}
.BgClassName
{
background-color: #38889E;
}
</style>
border-color css
<style>
span { border-color: #38889E; }
span { border-color: rgb(56,136,158); }
td.TdClassName
{
border-color: #38889E;
}
.TagClassName
{
border-color: #38889E;
}
</style>