Shades of Scooter #378799
Tints of Scooter #378799
RGB
CMYK
RGB Variations
Color information
#378799 (or 0x378799) is known color: Scooter. HEX triplet: 37, 87 and 99. RGB value is (55,135,153). Sum of RGB (Red+Green+Blue) = 55+135+153=343 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.03% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: blue. Hex color #378799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378799 is #C87866. Grayscale: #707070. Windows color (decimal): -13138023 or 10061623. OLE color: 10061623.
HSL color Cylindrical-coordinate representation of color #378799: hue angle of 191.02º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #378799 is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 55 | 135 | 153 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.4 |
| HSL | 191.02º | 0.47% | 0.41% | - |
| HSV(B) | 191.02º | 0.64% | 0.6% | - |
| XYZ | 15.99 | 20.44 | 33.24 | - |
| YUV | 113.13 | 150.5 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 135 | 153 | 0.64 | 0.12 | 0 | 0.4 | 191.02 | 0.47 | 0.41 |
| Hex | 37 | 87 | 99 | 40 | C | 0 | 28 | BF | 2F | 29 |
| Octal | 67 | 207 | 231 | 100 | 14 | 0 | 50 | 277 | 57 | 51 |
| Binary | 110111 | 10000111 | 10011001 | 1000000 | 1100 | 0 | 101000 | 10111111 | 101111 | 101001 |
Color Harmonies of #378799
Complementary color
Monochromatic Colors of #378799
Black with #378799
Text Example
Text Example
White with #378799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378799; }
p { color: rgb(55,135,153); }
H1.HeaderClassName
{
color: #378799;
}
.AnyTagClassName
{
color: #378799;
}
</style>
background-color css
<style>
a { background-color: #378799; }
a { background-color: rgb(55,135,153); }
div.DivClassName
{
background-color: #378799;
}
.BgClassName
{
background-color: #378799;
}
</style>
border-color css
<style>
span { border-color: #378799; }
span { border-color: rgb(55,135,153); }
td.TdClassName
{
border-color: #378799;
}
.TagClassName
{
border-color: #378799;
}
</style>