Shades of Scooter #388799
Tints of Scooter #388799
RGB
CMYK
RGB Variations
Color information
#388799 (or 0x388799) is known color: Scooter. HEX triplet: 38, 87 and 99. RGB value is (56,135,153). Sum of RGB (Red+Green+Blue) = 56+135+153=344 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.28% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: blue. Hex color #388799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388799 is #C77866. Grayscale: #717171. Windows color (decimal): -13072487 or 10061624. OLE color: 10061624.
HSL color Cylindrical-coordinate representation of color #388799: hue angle of 191.13º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #388799 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 56 | 135 | 153 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.4 |
| HSL | 191.13º | 0.46% | 0.41% | - |
| HSV(B) | 191.13º | 0.63% | 0.6% | - |
| XYZ | 16.04 | 20.47 | 33.24 | - |
| YUV | 113.43 | 150.33 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 135 | 153 | 0.63 | 0.12 | 0 | 0.4 | 191.13 | 0.46 | 0.41 |
| Hex | 38 | 87 | 99 | 3F | C | 0 | 28 | BF | 2E | 29 |
| Octal | 70 | 207 | 231 | 77 | 14 | 0 | 50 | 277 | 56 | 51 |
| Binary | 111000 | 10000111 | 10011001 | 111111 | 1100 | 0 | 101000 | 10111111 | 101110 | 101001 |
Color Harmonies of #388799
Complementary color
Monochromatic Colors of #388799
Black with #388799
Text Example
Text Example
White with #388799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388799; }
p { color: rgb(56,135,153); }
H1.HeaderClassName
{
color: #388799;
}
.AnyTagClassName
{
color: #388799;
}
</style>
background-color css
<style>
a { background-color: #388799; }
a { background-color: rgb(56,135,153); }
div.DivClassName
{
background-color: #388799;
}
.BgClassName
{
background-color: #388799;
}
</style>
border-color css
<style>
span { border-color: #388799; }
span { border-color: rgb(56,135,153); }
td.TdClassName
{
border-color: #388799;
}
.TagClassName
{
border-color: #388799;
}
</style>