Shades of Scooter #36889B
Tints of Scooter #36889B
RGB
CMYK
RGB Variations
Color information
#36889B (or 0x36889B) is known color: Scooter. HEX triplet: 36, 88 and 9B. RGB value is (54,136,155). Sum of RGB (Red+Green+Blue) = 54+136+155=345 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.65% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #36889B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36889B is #C97764. Grayscale: #717171. Windows color (decimal): -13203301 or 10192950. OLE color: 10192950.
HSL color Cylindrical-coordinate representation of color #36889B: hue angle of 191.29º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36889B is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 136 | 155 | - |
| CMYK | 0.65 | 0.12 | 0 | 0.39 |
| HSL | 191.29º | 0.48% | 0.41% | - |
| HSV(B) | 191.29º | 0.65% | 0.61% | - |
| XYZ | 16.24 | 20.76 | 34.16 | - |
| YUV | 113.65 | 151.33 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 136 | 155 | 0.65 | 0.12 | 0 | 0.39 | 191.29 | 0.48 | 0.41 |
| Hex | 36 | 88 | 9B | 41 | C | 0 | 27 | BF | 30 | 29 |
| Octal | 66 | 210 | 233 | 101 | 14 | 0 | 47 | 277 | 60 | 51 |
| Binary | 110110 | 10001000 | 10011011 | 1000001 | 1100 | 0 | 100111 | 10111111 | 110000 | 101001 |
Color Harmonies of #36889B
Complementary color
Monochromatic Colors of #36889B
Black with #36889B
Text Example
Text Example
White with #36889B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36889B; }
p { color: rgb(54,136,155); }
H1.HeaderClassName
{
color: #36889B;
}
.AnyTagClassName
{
color: #36889B;
}
</style>
background-color css
<style>
a { background-color: #36889B; }
a { background-color: rgb(54,136,155); }
div.DivClassName
{
background-color: #36889B;
}
.BgClassName
{
background-color: #36889B;
}
</style>
border-color css
<style>
span { border-color: #36889B; }
span { border-color: rgb(54,136,155); }
td.TdClassName
{
border-color: #36889B;
}
.TagClassName
{
border-color: #36889B;
}
</style>