Shades of Scooter #38859F
Tints of Scooter #38859F
RGB
CMYK
RGB Variations
Color information
#38859F (or 0x38859F) is known color: Scooter. HEX triplet: 38, 85 and 9F. RGB value is (56,133,159). Sum of RGB (Red+Green+Blue) = 56+133+159=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 159 - color contains mainly: blue. Hex color #38859F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38859F is #C77A60. Grayscale: #707070. Windows color (decimal): -13072993 or 10454328. OLE color: 10454328.
HSL color Cylindrical-coordinate representation of color #38859F: hue angle of 195.15º 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 #38859F is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 133 | 159 | - |
| CMYK | 0.65 | 0.16 | 0 | 0.38 |
| HSL | 195.15º | 0.48% | 0.42% | - |
| HSV(B) | 195.15º | 0.65% | 0.62% | - |
| XYZ | 16.28 | 20.12 | 35.83 | - |
| YUV | 112.94 | 153.99 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 133 | 159 | 0.65 | 0.16 | 0 | 0.38 | 195.15 | 0.48 | 0.42 |
| Hex | 38 | 85 | 9F | 41 | 10 | 0 | 26 | C3 | 30 | 2A |
| Octal | 70 | 205 | 237 | 101 | 20 | 0 | 46 | 303 | 60 | 52 |
| Binary | 111000 | 10000101 | 10011111 | 1000001 | 10000 | 0 | 100110 | 11000011 | 110000 | 101010 |
Color Harmonies of #38859F
Complementary color
Monochromatic Colors of #38859F
Black with #38859F
Text Example
Text Example
White with #38859F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38859F; }
p { color: rgb(56,133,159); }
H1.HeaderClassName
{
color: #38859F;
}
.AnyTagClassName
{
color: #38859F;
}
</style>
background-color css
<style>
a { background-color: #38859F; }
a { background-color: rgb(56,133,159); }
div.DivClassName
{
background-color: #38859F;
}
.BgClassName
{
background-color: #38859F;
}
</style>
border-color css
<style>
span { border-color: #38859F; }
span { border-color: rgb(56,133,159); }
td.TdClassName
{
border-color: #38859F;
}
.TagClassName
{
border-color: #38859F;
}
</style>