Shades of Scooter #38869E
Tints of Scooter #38869E
RGB
CMYK
RGB Variations
Color information
#38869E (or 0x38869E) is known color: Scooter. HEX triplet: 38, 86 and 9E. RGB value is (56,134,158). Sum of RGB (Red+Green+Blue) = 56+134+158=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: blue. Hex color #38869E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38869E is #C77961. Grayscale: #717171. Windows color (decimal): -13072738 or 10389048. OLE color: 10389048.
HSL color Cylindrical-coordinate representation of color #38869E: hue angle of 194.12º 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 #38869E is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 134 | 158 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.38 |
| HSL | 194.12º | 0.48% | 0.42% | - |
| HSV(B) | 194.12º | 0.65% | 0.62% | - |
| XYZ | 16.33 | 20.36 | 35.42 | - |
| YUV | 113.41 | 153.16 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 134 | 158 | 0.65 | 0.15 | 0 | 0.38 | 194.12 | 0.48 | 0.42 |
| Hex | 38 | 86 | 9E | 41 | F | 0 | 26 | C2 | 30 | 2A |
| Octal | 70 | 206 | 236 | 101 | 17 | 0 | 46 | 302 | 60 | 52 |
| Binary | 111000 | 10000110 | 10011110 | 1000001 | 1111 | 0 | 100110 | 11000010 | 110000 | 101010 |
Color Harmonies of #38869E
Complementary color
Monochromatic Colors of #38869E
Black with #38869E
Text Example
Text Example
White with #38869E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38869E; }
p { color: rgb(56,134,158); }
H1.HeaderClassName
{
color: #38869E;
}
.AnyTagClassName
{
color: #38869E;
}
</style>
background-color css
<style>
a { background-color: #38869E; }
a { background-color: rgb(56,134,158); }
div.DivClassName
{
background-color: #38869E;
}
.BgClassName
{
background-color: #38869E;
}
</style>
border-color css
<style>
span { border-color: #38869E; }
span { border-color: rgb(56,134,158); }
td.TdClassName
{
border-color: #38869E;
}
.TagClassName
{
border-color: #38869E;
}
</style>