Shades of Scooter #36849C
Tints of Scooter #36849C
RGB
CMYK
RGB Variations
Color information
#36849C (or 0x36849C) is known color: Scooter. HEX triplet: 36, 84 and 9C. RGB value is (54,132,156). Sum of RGB (Red+Green+Blue) = 54+132+156=342 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.79% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #36849C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36849C is #C97B63. Grayscale: #6F6F6F. Windows color (decimal): -13204324 or 10257462. OLE color: 10257462.
HSL color Cylindrical-coordinate representation of color #36849C: hue angle of 194.12º degrees, saturation: 0.49, 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 #36849C is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 132 | 156 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.39 |
| HSL | 194.12º | 0.49% | 0.41% | - |
| HSV(B) | 194.12º | 0.65% | 0.61% | - |
| XYZ | 15.77 | 19.69 | 34.42 | - |
| YUV | 111.41 | 153.16 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 132 | 156 | 0.65 | 0.15 | 0 | 0.39 | 194.12 | 0.49 | 0.41 |
| Hex | 36 | 84 | 9C | 41 | F | 0 | 27 | C2 | 31 | 29 |
| Octal | 66 | 204 | 234 | 101 | 17 | 0 | 47 | 302 | 61 | 51 |
| Binary | 110110 | 10000100 | 10011100 | 1000001 | 1111 | 0 | 100111 | 11000010 | 110001 | 101001 |
Color Harmonies of #36849C
Complementary color
Monochromatic Colors of #36849C
Black with #36849C
Text Example
Text Example
White with #36849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36849C; }
p { color: rgb(54,132,156); }
H1.HeaderClassName
{
color: #36849C;
}
.AnyTagClassName
{
color: #36849C;
}
</style>
background-color css
<style>
a { background-color: #36849C; }
a { background-color: rgb(54,132,156); }
div.DivClassName
{
background-color: #36849C;
}
.BgClassName
{
background-color: #36849C;
}
</style>
border-color css
<style>
span { border-color: #36849C; }
span { border-color: rgb(54,132,156); }
td.TdClassName
{
border-color: #36849C;
}
.TagClassName
{
border-color: #36849C;
}
</style>