Shades of Scooter #38899D
Tints of Scooter #38899D
RGB
CMYK
RGB Variations
Color information
#38899D (or 0x38899D) is known color: Scooter. HEX triplet: 38, 89 and 9D. RGB value is (56,137,157). Sum of RGB (Red+Green+Blue) = 56+137+157=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #38899D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38899D is #C77662. Grayscale: #727272. Windows color (decimal): -13071971 or 10324280. OLE color: 10324280.
HSL color Cylindrical-coordinate representation of color #38899D: hue angle of 191.88º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38899D is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 137 | 157 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.38 |
| HSL | 191.88º | 0.47% | 0.42% | - |
| HSV(B) | 191.88º | 0.64% | 0.62% | - |
| XYZ | 16.66 | 21.17 | 35.11 | - |
| YUV | 115.06 | 151.66 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 137 | 157 | 0.64 | 0.13 | 0 | 0.38 | 191.88 | 0.47 | 0.42 |
| Hex | 38 | 89 | 9D | 40 | D | 0 | 26 | C0 | 2F | 2A |
| Octal | 70 | 211 | 235 | 100 | 15 | 0 | 46 | 300 | 57 | 52 |
| Binary | 111000 | 10001001 | 10011101 | 1000000 | 1101 | 0 | 100110 | 11000000 | 101111 | 101010 |
Color Harmonies of #38899D
Complementary color
Monochromatic Colors of #38899D
Black with #38899D
Text Example
Text Example
White with #38899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38899D; }
p { color: rgb(56,137,157); }
H1.HeaderClassName
{
color: #38899D;
}
.AnyTagClassName
{
color: #38899D;
}
</style>
background-color css
<style>
a { background-color: #38899D; }
a { background-color: rgb(56,137,157); }
div.DivClassName
{
background-color: #38899D;
}
.BgClassName
{
background-color: #38899D;
}
</style>
border-color css
<style>
span { border-color: #38899D; }
span { border-color: rgb(56,137,157); }
td.TdClassName
{
border-color: #38899D;
}
.TagClassName
{
border-color: #38899D;
}
</style>