Shades of Scooter #38889D
Tints of Scooter #38889D
RGB
CMYK
RGB Variations
Color information
#38889D (or 0x38889D) is known color: Scooter. HEX triplet: 38, 88 and 9D. RGB value is (56,136,157). Sum of RGB (Red+Green+Blue) = 56+136+157=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #38889D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38889D is #C77762. Grayscale: #727272. Windows color (decimal): -13072227 or 10324024. OLE color: 10324024.
HSL color Cylindrical-coordinate representation of color #38889D: hue angle of 192.48º 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 #38889D is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 136 | 157 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.38 |
| HSL | 192.48º | 0.47% | 0.42% | - |
| HSV(B) | 192.48º | 0.64% | 0.62% | - |
| XYZ | 16.52 | 20.88 | 35.06 | - |
| YUV | 114.47 | 152 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 136 | 157 | 0.64 | 0.13 | 0 | 0.38 | 192.48 | 0.47 | 0.42 |
| Hex | 38 | 88 | 9D | 40 | D | 0 | 26 | C0 | 2F | 2A |
| Octal | 70 | 210 | 235 | 100 | 15 | 0 | 46 | 300 | 57 | 52 |
| Binary | 111000 | 10001000 | 10011101 | 1000000 | 1101 | 0 | 100110 | 11000000 | 101111 | 101010 |
Color Harmonies of #38889D
Complementary color
Monochromatic Colors of #38889D
Black with #38889D
Text Example
Text Example
White with #38889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38889D; }
p { color: rgb(56,136,157); }
H1.HeaderClassName
{
color: #38889D;
}
.AnyTagClassName
{
color: #38889D;
}
</style>
background-color css
<style>
a { background-color: #38889D; }
a { background-color: rgb(56,136,157); }
div.DivClassName
{
background-color: #38889D;
}
.BgClassName
{
background-color: #38889D;
}
</style>
border-color css
<style>
span { border-color: #38889D; }
span { border-color: rgb(56,136,157); }
td.TdClassName
{
border-color: #38889D;
}
.TagClassName
{
border-color: #38889D;
}
</style>