Shades of Scooter #36899D
Tints of Scooter #36899D
RGB
CMYK
RGB Variations
Color information
#36899D (or 0x36899D) is known color: Scooter. HEX triplet: 36, 89 and 9D. RGB value is (54,137,157). Sum of RGB (Red+Green+Blue) = 54+137+157=348 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.52% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #36899D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36899D is #C97662. Grayscale: #727272. Windows color (decimal): -13203043 or 10324278. OLE color: 10324278.
HSL color Cylindrical-coordinate representation of color #36899D: hue angle of 191.65º 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 #36899D is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 137 | 157 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.38 |
| HSL | 191.65º | 0.49% | 0.41% | - |
| HSV(B) | 191.65º | 0.66% | 0.62% | - |
| XYZ | 16.55 | 21.11 | 35.1 | - |
| YUV | 114.46 | 152 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 137 | 157 | 0.66 | 0.13 | 0 | 0.38 | 191.65 | 0.49 | 0.41 |
| Hex | 36 | 89 | 9D | 42 | D | 0 | 26 | C0 | 31 | 29 |
| Octal | 66 | 211 | 235 | 102 | 15 | 0 | 46 | 300 | 61 | 51 |
| Binary | 110110 | 10001001 | 10011101 | 1000010 | 1101 | 0 | 100110 | 11000000 | 110001 | 101001 |
Color Harmonies of #36899D
Complementary color
Monochromatic Colors of #36899D
Black with #36899D
Text Example
Text Example
White with #36899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36899D; }
p { color: rgb(54,137,157); }
H1.HeaderClassName
{
color: #36899D;
}
.AnyTagClassName
{
color: #36899D;
}
</style>
background-color css
<style>
a { background-color: #36899D; }
a { background-color: rgb(54,137,157); }
div.DivClassName
{
background-color: #36899D;
}
.BgClassName
{
background-color: #36899D;
}
</style>
border-color css
<style>
span { border-color: #36899D; }
span { border-color: rgb(54,137,157); }
td.TdClassName
{
border-color: #36899D;
}
.TagClassName
{
border-color: #36899D;
}
</style>