Shades of Scooter #36879D
Tints of Scooter #36879D
RGB
CMYK
RGB Variations
Color information
#36879D (or 0x36879D) is known color: Scooter. HEX triplet: 36, 87 and 9D. RGB value is (54,135,157). Sum of RGB (Red+Green+Blue) = 54+135+157=346 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.61% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #36879D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36879D is #C97862. Grayscale: #717171. Windows color (decimal): -13203555 or 10323766. OLE color: 10323766.
HSL color Cylindrical-coordinate representation of color #36879D: hue angle of 192.82º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36879D is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 135 | 157 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.38 |
| HSL | 192.82º | 0.49% | 0.41% | - |
| HSV(B) | 192.82º | 0.66% | 0.62% | - |
| XYZ | 16.27 | 20.55 | 35.01 | - |
| YUV | 113.29 | 152.66 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 135 | 157 | 0.66 | 0.14 | 0 | 0.38 | 192.82 | 0.49 | 0.41 |
| Hex | 36 | 87 | 9D | 42 | E | 0 | 26 | C1 | 31 | 29 |
| Octal | 66 | 207 | 235 | 102 | 16 | 0 | 46 | 301 | 61 | 51 |
| Binary | 110110 | 10000111 | 10011101 | 1000010 | 1110 | 0 | 100110 | 11000001 | 110001 | 101001 |
Color Harmonies of #36879D
Complementary color
Monochromatic Colors of #36879D
Black with #36879D
Text Example
Text Example
White with #36879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36879D; }
p { color: rgb(54,135,157); }
H1.HeaderClassName
{
color: #36879D;
}
.AnyTagClassName
{
color: #36879D;
}
</style>
background-color css
<style>
a { background-color: #36879D; }
a { background-color: rgb(54,135,157); }
div.DivClassName
{
background-color: #36879D;
}
.BgClassName
{
background-color: #36879D;
}
</style>
border-color css
<style>
span { border-color: #36879D; }
span { border-color: rgb(54,135,157); }
td.TdClassName
{
border-color: #36879D;
}
.TagClassName
{
border-color: #36879D;
}
</style>