Shades of Scooter #3091AA
Tints of Scooter #3091AA
RGB
CMYK
RGB Variations
Color information
#3091AA (or 0x3091AA) is known color: Scooter. HEX triplet: 30, 91 and AA. RGB value is (48,145,170). Sum of RGB (Red+Green+Blue) = 48+145+170=363 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.22% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #3091AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3091AA is #CF6E55. Grayscale: #767676. Windows color (decimal): -13594198 or 11178288. OLE color: 11178288.
HSL color Cylindrical-coordinate representation of color #3091AA: hue angle of 192.3º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3091AA is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 145 | 170 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.33 |
| HSL | 192.3º | 0.56% | 0.43% | - |
| HSV(B) | 192.3º | 0.72% | 0.67% | - |
| XYZ | 18.6 | 23.78 | 41.64 | - |
| YUV | 118.85 | 156.86 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 145 | 170 | 0.72 | 0.15 | 0 | 0.33 | 192.3 | 0.56 | 0.43 |
| Hex | 30 | 91 | AA | 48 | F | 0 | 21 | C0 | 38 | 2B |
| Octal | 60 | 221 | 252 | 110 | 17 | 0 | 41 | 300 | 70 | 53 |
| Binary | 110000 | 10010001 | 10101010 | 1001000 | 1111 | 0 | 100001 | 11000000 | 111000 | 101011 |
Color Harmonies of #3091AA
Complementary color
Monochromatic Colors of #3091AA
Black with #3091AA
Text Example
Text Example
White with #3091AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3091AA; }
p { color: rgb(48,145,170); }
H1.HeaderClassName
{
color: #3091AA;
}
.AnyTagClassName
{
color: #3091AA;
}
</style>
background-color css
<style>
a { background-color: #3091AA; }
a { background-color: rgb(48,145,170); }
div.DivClassName
{
background-color: #3091AA;
}
.BgClassName
{
background-color: #3091AA;
}
</style>
border-color css
<style>
span { border-color: #3091AA; }
span { border-color: rgb(48,145,170); }
td.TdClassName
{
border-color: #3091AA;
}
.TagClassName
{
border-color: #3091AA;
}
</style>