Shades of Scooter #36949B
Tints of Scooter #36949B
RGB
CMYK
RGB Variations
Color information
#36949B (or 0x36949B) is known color: Scooter. HEX triplet: 36, 94 and 9B. RGB value is (54,148,155). Sum of RGB (Red+Green+Blue) = 54+148+155=357 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.13% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #36949B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36949B is #C96B64. Grayscale: #787878. Windows color (decimal): -13200229 or 10196022. OLE color: 10196022.
HSL color Cylindrical-coordinate representation of color #36949B: hue angle of 184.16º 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 #36949B is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 148 | 155 | - |
| CMYK | 0.65 | 0.05 | 0 | 0.39 |
| HSL | 184.16º | 0.48% | 0.41% | - |
| HSV(B) | 184.16º | 0.65% | 0.61% | - |
| XYZ | 18.03 | 24.33 | 34.76 | - |
| YUV | 120.69 | 147.36 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 148 | 155 | 0.65 | 0.05 | 0 | 0.39 | 184.16 | 0.48 | 0.41 |
| Hex | 36 | 94 | 9B | 41 | 5 | 0 | 27 | B8 | 30 | 29 |
| Octal | 66 | 224 | 233 | 101 | 5 | 0 | 47 | 270 | 60 | 51 |
| Binary | 110110 | 10010100 | 10011011 | 1000001 | 101 | 0 | 100111 | 10111000 | 110000 | 101001 |
Color Harmonies of #36949B
Complementary color
Monochromatic Colors of #36949B
Black with #36949B
Text Example
Text Example
White with #36949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36949B; }
p { color: rgb(54,148,155); }
H1.HeaderClassName
{
color: #36949B;
}
.AnyTagClassName
{
color: #36949B;
}
</style>
background-color css
<style>
a { background-color: #36949B; }
a { background-color: rgb(54,148,155); }
div.DivClassName
{
background-color: #36949B;
}
.BgClassName
{
background-color: #36949B;
}
</style>
border-color css
<style>
span { border-color: #36949B; }
span { border-color: rgb(54,148,155); }
td.TdClassName
{
border-color: #36949B;
}
.TagClassName
{
border-color: #36949B;
}
</style>