Shades of Scooter #3087A9
Tints of Scooter #3087A9
RGB
CMYK
RGB Variations
Color information
#3087A9 (or 0x3087A9) is known color: Scooter. HEX triplet: 30, 87 and A9. RGB value is (48,135,169). Sum of RGB (Red+Green+Blue) = 48+135+169=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 169 (66.41% from 255 or 48.01% from 352); Max value from RGB is 169 - color contains mainly: blue. Hex color #3087A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3087A9 is #CF7856. Grayscale: #707070. Windows color (decimal): -13596759 or 11110192. OLE color: 11110192.
HSL color Cylindrical-coordinate representation of color #3087A9: hue angle of 196.86º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3087A9 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 48 | 135 | 169 | - |
| CMYK | 0.72 | 0.20 | 0 | 0.34 |
| HSL | 196.86º | 0.56% | 0.43% | - |
| HSV(B) | 196.86º | 0.72% | 0.66% | - |
| XYZ | 17.04 | 20.82 | 40.66 | - |
| YUV | 112.86 | 159.68 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 135 | 169 | 0.72 | 0.20 | 0 | 0.34 | 196.86 | 0.56 | 0.43 |
| Hex | 30 | 87 | A9 | 48 | 14 | 0 | 22 | C5 | 38 | 2B |
| Octal | 60 | 207 | 251 | 110 | 24 | 0 | 42 | 305 | 70 | 53 |
| Binary | 110000 | 10000111 | 10101001 | 1001000 | 10100 | 0 | 100010 | 11000101 | 111000 | 101011 |
Color Harmonies of #3087A9
Complementary color
Monochromatic Colors of #3087A9
Black with #3087A9
Text Example
Text Example
White with #3087A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3087A9; }
p { color: rgb(48,135,169); }
H1.HeaderClassName
{
color: #3087A9;
}
.AnyTagClassName
{
color: #3087A9;
}
</style>
background-color css
<style>
a { background-color: #3087A9; }
a { background-color: rgb(48,135,169); }
div.DivClassName
{
background-color: #3087A9;
}
.BgClassName
{
background-color: #3087A9;
}
</style>
border-color css
<style>
span { border-color: #3087A9; }
span { border-color: rgb(48,135,169); }
td.TdClassName
{
border-color: #3087A9;
}
.TagClassName
{
border-color: #3087A9;
}
</style>