Shades of Scooter #38909E
Tints of Scooter #38909E
RGB
CMYK
RGB Variations
Color information
#38909E (or 0x38909E) is known color: Scooter. HEX triplet: 38, 90 and 9E. RGB value is (56,144,158). Sum of RGB (Red+Green+Blue) = 56+144+158=358 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.64% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 158 - color contains mainly: blue. Hex color #38909E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38909E is #C76F61. Grayscale: #777777. Windows color (decimal): -13070178 or 10391608. OLE color: 10391608.
HSL color Cylindrical-coordinate representation of color #38909E: hue angle of 188.24º 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 #38909E is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 144 | 158 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.38 |
| HSL | 188.24º | 0.48% | 0.42% | - |
| HSV(B) | 188.24º | 0.65% | 0.62% | - |
| XYZ | 17.78 | 23.26 | 35.9 | - |
| YUV | 119.28 | 149.85 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 144 | 158 | 0.65 | 0.09 | 0 | 0.38 | 188.24 | 0.48 | 0.42 |
| Hex | 38 | 90 | 9E | 41 | 9 | 0 | 26 | BC | 30 | 2A |
| Octal | 70 | 220 | 236 | 101 | 11 | 0 | 46 | 274 | 60 | 52 |
| Binary | 111000 | 10010000 | 10011110 | 1000001 | 1001 | 0 | 100110 | 10111100 | 110000 | 101010 |
Color Harmonies of #38909E
Complementary color
Monochromatic Colors of #38909E
Black with #38909E
Text Example
Text Example
White with #38909E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38909E; }
p { color: rgb(56,144,158); }
H1.HeaderClassName
{
color: #38909E;
}
.AnyTagClassName
{
color: #38909E;
}
</style>
background-color css
<style>
a { background-color: #38909E; }
a { background-color: rgb(56,144,158); }
div.DivClassName
{
background-color: #38909E;
}
.BgClassName
{
background-color: #38909E;
}
</style>
border-color css
<style>
span { border-color: #38909E; }
span { border-color: rgb(56,144,158); }
td.TdClassName
{
border-color: #38909E;
}
.TagClassName
{
border-color: #38909E;
}
</style>