Shades of Scooter #38819F
Tints of Scooter #38819F
RGB
CMYK
RGB Variations
Color information
#38819F (or 0x38819F) is known color: Scooter. HEX triplet: 38, 81 and 9F. RGB value is (56,129,159). Sum of RGB (Red+Green+Blue) = 56+129+159=344 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.28% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 159 - color contains mainly: blue. Hex color #38819F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38819F is #C77E60. Grayscale: #6E6E6E. Windows color (decimal): -13074017 or 10453304. OLE color: 10453304.
HSL color Cylindrical-coordinate representation of color #38819F: hue angle of 197.48º 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 #38819F is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 129 | 159 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.38 |
| HSL | 197.48º | 0.48% | 0.42% | - |
| HSV(B) | 197.48º | 0.65% | 0.62% | - |
| XYZ | 15.74 | 19.04 | 35.65 | - |
| YUV | 110.59 | 155.32 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 129 | 159 | 0.65 | 0.19 | 0 | 0.38 | 197.48 | 0.48 | 0.42 |
| Hex | 38 | 81 | 9F | 41 | 13 | 0 | 26 | C5 | 30 | 2A |
| Octal | 70 | 201 | 237 | 101 | 23 | 0 | 46 | 305 | 60 | 52 |
| Binary | 111000 | 10000001 | 10011111 | 1000001 | 10011 | 0 | 100110 | 11000101 | 110000 | 101010 |
Color Harmonies of #38819F
Complementary color
Monochromatic Colors of #38819F
Black with #38819F
Text Example
Text Example
White with #38819F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38819F; }
p { color: rgb(56,129,159); }
H1.HeaderClassName
{
color: #38819F;
}
.AnyTagClassName
{
color: #38819F;
}
</style>
background-color css
<style>
a { background-color: #38819F; }
a { background-color: rgb(56,129,159); }
div.DivClassName
{
background-color: #38819F;
}
.BgClassName
{
background-color: #38819F;
}
</style>
border-color css
<style>
span { border-color: #38819F; }
span { border-color: rgb(56,129,159); }
td.TdClassName
{
border-color: #38819F;
}
.TagClassName
{
border-color: #38819F;
}
</style>