Shades of Scooter #36889D
Tints of Scooter #36889D
RGB
CMYK
RGB Variations
Color information
#36889D (or 0x36889D) is known color: Scooter. HEX triplet: 36, 88 and 9D. RGB value is (54,136,157). Sum of RGB (Red+Green+Blue) = 54+136+157=347 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.56% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #36889D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36889D is #C97762. Grayscale: #717171. Windows color (decimal): -13203299 or 10324022. OLE color: 10324022.
HSL color Cylindrical-coordinate representation of color #36889D: hue angle of 192.23º 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 #36889D is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 136 | 157 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.38 |
| HSL | 192.23º | 0.49% | 0.41% | - |
| HSV(B) | 192.23º | 0.66% | 0.62% | - |
| XYZ | 16.41 | 20.83 | 35.05 | - |
| YUV | 113.88 | 152.33 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 136 | 157 | 0.66 | 0.13 | 0 | 0.38 | 192.23 | 0.49 | 0.41 |
| Hex | 36 | 88 | 9D | 42 | D | 0 | 26 | C0 | 31 | 29 |
| Octal | 66 | 210 | 235 | 102 | 15 | 0 | 46 | 300 | 61 | 51 |
| Binary | 110110 | 10001000 | 10011101 | 1000010 | 1101 | 0 | 100110 | 11000000 | 110001 | 101001 |
Color Harmonies of #36889D
Complementary color
Monochromatic Colors of #36889D
Black with #36889D
Text Example
Text Example
White with #36889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36889D; }
p { color: rgb(54,136,157); }
H1.HeaderClassName
{
color: #36889D;
}
.AnyTagClassName
{
color: #36889D;
}
</style>
background-color css
<style>
a { background-color: #36889D; }
a { background-color: rgb(54,136,157); }
div.DivClassName
{
background-color: #36889D;
}
.BgClassName
{
background-color: #36889D;
}
</style>
border-color css
<style>
span { border-color: #36889D; }
span { border-color: rgb(54,136,157); }
td.TdClassName
{
border-color: #36889D;
}
.TagClassName
{
border-color: #36889D;
}
</style>