Shades of Scooter #38889B
Tints of Scooter #38889B
RGB
CMYK
RGB Variations
Color information
#38889B (or 0x38889B) is known color: Scooter. HEX triplet: 38, 88 and 9B. RGB value is (56,136,155). Sum of RGB (Red+Green+Blue) = 56+136+155=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #38889B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38889B is #C77764. Grayscale: #727272. Windows color (decimal): -13072229 or 10192952. OLE color: 10192952.
HSL color Cylindrical-coordinate representation of color #38889B: hue angle of 191.52º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38889B is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 136 | 155 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.39 |
| HSL | 191.52º | 0.47% | 0.41% | - |
| HSV(B) | 191.52º | 0.64% | 0.61% | - |
| XYZ | 16.35 | 20.82 | 34.17 | - |
| YUV | 114.25 | 151 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 136 | 155 | 0.64 | 0.12 | 0 | 0.39 | 191.52 | 0.47 | 0.41 |
| Hex | 38 | 88 | 9B | 40 | C | 0 | 27 | C0 | 2F | 29 |
| Octal | 70 | 210 | 233 | 100 | 14 | 0 | 47 | 300 | 57 | 51 |
| Binary | 111000 | 10001000 | 10011011 | 1000000 | 1100 | 0 | 100111 | 11000000 | 101111 | 101001 |
Color Harmonies of #38889B
Complementary color
Monochromatic Colors of #38889B
Black with #38889B
Text Example
Text Example
White with #38889B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38889B; }
p { color: rgb(56,136,155); }
H1.HeaderClassName
{
color: #38889B;
}
.AnyTagClassName
{
color: #38889B;
}
</style>
background-color css
<style>
a { background-color: #38889B; }
a { background-color: rgb(56,136,155); }
div.DivClassName
{
background-color: #38889B;
}
.BgClassName
{
background-color: #38889B;
}
</style>
border-color css
<style>
span { border-color: #38889B; }
span { border-color: rgb(56,136,155); }
td.TdClassName
{
border-color: #38889B;
}
.TagClassName
{
border-color: #38889B;
}
</style>