Shades of Scooter #31909B
Tints of Scooter #31909B
RGB
CMYK
RGB Variations
Color information
#31909B (or 0x31909B) is known color: Scooter. HEX triplet: 31, 90 and 9B. RGB value is (49,144,155). Sum of RGB (Red+Green+Blue) = 49+144+155=348 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.08% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #31909B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31909B is #CE6F64. Grayscale: #747474. Windows color (decimal): -13528933 or 10194993. OLE color: 10194993.
HSL color Cylindrical-coordinate representation of color #31909B: hue angle of 186.23º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31909B is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 144 | 155 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.39 |
| HSL | 186.23º | 0.52% | 0.4% | - |
| HSV(B) | 186.23º | 0.68% | 0.61% | - |
| XYZ | 17.16 | 22.97 | 34.54 | - |
| YUV | 116.85 | 149.53 | 79.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 144 | 155 | 0.68 | 0.07 | 0 | 0.39 | 186.23 | 0.52 | 0.4 |
| Hex | 31 | 90 | 9B | 44 | 7 | 0 | 27 | BA | 34 | 28 |
| Octal | 61 | 220 | 233 | 104 | 7 | 0 | 47 | 272 | 64 | 50 |
| Binary | 110001 | 10010000 | 10011011 | 1000100 | 111 | 0 | 100111 | 10111010 | 110100 | 101000 |
Color Harmonies of #31909B
Complementary color
Monochromatic Colors of #31909B
Black with #31909B
Text Example
Text Example
White with #31909B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31909B; }
p { color: rgb(49,144,155); }
H1.HeaderClassName
{
color: #31909B;
}
.AnyTagClassName
{
color: #31909B;
}
</style>
background-color css
<style>
a { background-color: #31909B; }
a { background-color: rgb(49,144,155); }
div.DivClassName
{
background-color: #31909B;
}
.BgClassName
{
background-color: #31909B;
}
</style>
border-color css
<style>
span { border-color: #31909B; }
span { border-color: rgb(49,144,155); }
td.TdClassName
{
border-color: #31909B;
}
.TagClassName
{
border-color: #31909B;
}
</style>