Shades of Scooter #38899F
Tints of Scooter #38899F
RGB
CMYK
RGB Variations
Color information
#38899F (or 0x38899F) is known color: Scooter. HEX triplet: 38, 89 and 9F. RGB value is (56,137,159). Sum of RGB (Red+Green+Blue) = 56+137+159=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 159 - color contains mainly: blue. Hex color #38899F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38899F is #C77660. Grayscale: #737373. Windows color (decimal): -13071969 or 10455352. OLE color: 10455352.
HSL color Cylindrical-coordinate representation of color #38899F: hue angle of 192.82º 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 #38899F is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 137 | 159 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.38 |
| HSL | 192.82º | 0.48% | 0.42% | - |
| HSV(B) | 192.82º | 0.65% | 0.62% | - |
| XYZ | 16.83 | 21.24 | 36.01 | - |
| YUV | 115.29 | 152.66 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 137 | 159 | 0.65 | 0.14 | 0 | 0.38 | 192.82 | 0.48 | 0.42 |
| Hex | 38 | 89 | 9F | 41 | E | 0 | 26 | C1 | 30 | 2A |
| Octal | 70 | 211 | 237 | 101 | 16 | 0 | 46 | 301 | 60 | 52 |
| Binary | 111000 | 10001001 | 10011111 | 1000001 | 1110 | 0 | 100110 | 11000001 | 110000 | 101010 |
Color Harmonies of #38899F
Complementary color
Monochromatic Colors of #38899F
Black with #38899F
Text Example
Text Example
White with #38899F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38899F; }
p { color: rgb(56,137,159); }
H1.HeaderClassName
{
color: #38899F;
}
.AnyTagClassName
{
color: #38899F;
}
</style>
background-color css
<style>
a { background-color: #38899F; }
a { background-color: rgb(56,137,159); }
div.DivClassName
{
background-color: #38899F;
}
.BgClassName
{
background-color: #38899F;
}
</style>
border-color css
<style>
span { border-color: #38899F; }
span { border-color: rgb(56,137,159); }
td.TdClassName
{
border-color: #38899F;
}
.TagClassName
{
border-color: #38899F;
}
</style>