Shades of Scooter #37879A
Tints of Scooter #37879A
RGB
CMYK
RGB Variations
Color information
#37879A (or 0x37879A) is known color: Scooter. HEX triplet: 37, 87 and 9A. RGB value is (55,135,154). Sum of RGB (Red+Green+Blue) = 55+135+154=344 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.99% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 154 (60.55% from 255 or 44.77% from 344); Max value from RGB is 154 - color contains mainly: blue. Hex color #37879A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37879A is #C87865. Grayscale: #717171. Windows color (decimal): -13138022 or 10127159. OLE color: 10127159.
HSL color Cylindrical-coordinate representation of color #37879A: hue angle of 191.52º 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 #37879A is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 135 | 154 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.40 |
| HSL | 191.52º | 0.47% | 0.41% | - |
| HSV(B) | 191.52º | 0.64% | 0.6% | - |
| XYZ | 16.07 | 20.47 | 33.68 | - |
| YUV | 113.25 | 151 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 135 | 154 | 0.64 | 0.12 | 0 | 0.40 | 191.52 | 0.47 | 0.41 |
| Hex | 37 | 87 | 9A | 40 | C | 0 | 28 | C0 | 2F | 29 |
| Octal | 67 | 207 | 232 | 100 | 14 | 0 | 50 | 300 | 57 | 51 |
| Binary | 110111 | 10000111 | 10011010 | 1000000 | 1100 | 0 | 101000 | 11000000 | 101111 | 101001 |
Color Harmonies of #37879A
Complementary color
Monochromatic Colors of #37879A
Black with #37879A
Text Example
Text Example
White with #37879A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37879A; }
p { color: rgb(55,135,154); }
H1.HeaderClassName
{
color: #37879A;
}
.AnyTagClassName
{
color: #37879A;
}
</style>
background-color css
<style>
a { background-color: #37879A; }
a { background-color: rgb(55,135,154); }
div.DivClassName
{
background-color: #37879A;
}
.BgClassName
{
background-color: #37879A;
}
</style>
border-color css
<style>
span { border-color: #37879A; }
span { border-color: rgb(55,135,154); }
td.TdClassName
{
border-color: #37879A;
}
.TagClassName
{
border-color: #37879A;
}
</style>