Shades of Scooter #36849B
Tints of Scooter #36849B
RGB
CMYK
RGB Variations
Color information
#36849B (or 0x36849B) is known color: Scooter. HEX triplet: 36, 84 and 9B. RGB value is (54,132,155). Sum of RGB (Red+Green+Blue) = 54+132+155=341 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.84% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #36849B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36849B is #C97B64. Grayscale: #6F6F6F. Windows color (decimal): -13204325 or 10191926. OLE color: 10191926.
HSL color Cylindrical-coordinate representation of color #36849B: hue angle of 193.66º 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 #36849B is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 132 | 155 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.39 |
| HSL | 193.66º | 0.48% | 0.41% | - |
| HSV(B) | 193.66º | 0.65% | 0.61% | - |
| XYZ | 15.69 | 19.65 | 33.98 | - |
| YUV | 111.3 | 152.66 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 132 | 155 | 0.65 | 0.15 | 0 | 0.39 | 193.66 | 0.48 | 0.41 |
| Hex | 36 | 84 | 9B | 41 | F | 0 | 27 | C2 | 30 | 29 |
| Octal | 66 | 204 | 233 | 101 | 17 | 0 | 47 | 302 | 60 | 51 |
| Binary | 110110 | 10000100 | 10011011 | 1000001 | 1111 | 0 | 100111 | 11000010 | 110000 | 101001 |
Color Harmonies of #36849B
Complementary color
Monochromatic Colors of #36849B
Black with #36849B
Text Example
Text Example
White with #36849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36849B; }
p { color: rgb(54,132,155); }
H1.HeaderClassName
{
color: #36849B;
}
.AnyTagClassName
{
color: #36849B;
}
</style>
background-color css
<style>
a { background-color: #36849B; }
a { background-color: rgb(54,132,155); }
div.DivClassName
{
background-color: #36849B;
}
.BgClassName
{
background-color: #36849B;
}
</style>
border-color css
<style>
span { border-color: #36849B; }
span { border-color: rgb(54,132,155); }
td.TdClassName
{
border-color: #36849B;
}
.TagClassName
{
border-color: #36849B;
}
</style>