Shades of Scooter #38859D
Tints of Scooter #38859D
RGB
CMYK
RGB Variations
Color information
#38859D (or 0x38859D) is known color: Scooter. HEX triplet: 38, 85 and 9D. RGB value is (56,133,157). Sum of RGB (Red+Green+Blue) = 56+133+157=346 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.18% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #38859D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38859D is #C77A62. Grayscale: #707070. Windows color (decimal): -13072995 or 10323256. OLE color: 10323256.
HSL color Cylindrical-coordinate representation of color #38859D: hue angle of 194.26º 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 #38859D is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 133 | 157 | - |
| CMYK | 0.64 | 0.15 | 0 | 0.38 |
| HSL | 194.26º | 0.47% | 0.42% | - |
| HSV(B) | 194.26º | 0.64% | 0.62% | - |
| XYZ | 16.1 | 20.05 | 34.92 | - |
| YUV | 112.71 | 152.99 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 133 | 157 | 0.64 | 0.15 | 0 | 0.38 | 194.26 | 0.47 | 0.42 |
| Hex | 38 | 85 | 9D | 40 | F | 0 | 26 | C2 | 2F | 2A |
| Octal | 70 | 205 | 235 | 100 | 17 | 0 | 46 | 302 | 57 | 52 |
| Binary | 111000 | 10000101 | 10011101 | 1000000 | 1111 | 0 | 100110 | 11000010 | 101111 | 101010 |
Color Harmonies of #38859D
Complementary color
Monochromatic Colors of #38859D
Black with #38859D
Text Example
Text Example
White with #38859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38859D; }
p { color: rgb(56,133,157); }
H1.HeaderClassName
{
color: #38859D;
}
.AnyTagClassName
{
color: #38859D;
}
</style>
background-color css
<style>
a { background-color: #38859D; }
a { background-color: rgb(56,133,157); }
div.DivClassName
{
background-color: #38859D;
}
.BgClassName
{
background-color: #38859D;
}
</style>
border-color css
<style>
span { border-color: #38859D; }
span { border-color: rgb(56,133,157); }
td.TdClassName
{
border-color: #38859D;
}
.TagClassName
{
border-color: #38859D;
}
</style>