Shades of Scooter #3092A8
Tints of Scooter #3092A8
RGB
CMYK
RGB Variations
Color information
#3092A8 (or 0x3092A8) is known color: Scooter. HEX triplet: 30, 92 and A8. RGB value is (48,146,168). Sum of RGB (Red+Green+Blue) = 48+146+168=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 168 (66.02% from 255 or 46.41% from 362); Max value from RGB is 168 - color contains mainly: blue. Hex color #3092A8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3092A8 is #CF6D57. Grayscale: #777777. Windows color (decimal): -13593944 or 11047472. OLE color: 11047472.
HSL color Cylindrical-coordinate representation of color #3092A8: hue angle of 191º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3092A8 is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 48 | 146 | 168 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.34 |
| HSL | 191º | 0.56% | 0.42% | - |
| HSV(B) | 191º | 0.71% | 0.66% | - |
| XYZ | 18.57 | 24.01 | 40.7 | - |
| YUV | 119.21 | 155.53 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 146 | 168 | 0.71 | 0.13 | 0 | 0.34 | 191 | 0.56 | 0.42 |
| Hex | 30 | 92 | A8 | 47 | D | 0 | 22 | BF | 38 | 2A |
| Octal | 60 | 222 | 250 | 107 | 15 | 0 | 42 | 277 | 70 | 52 |
| Binary | 110000 | 10010010 | 10101000 | 1000111 | 1101 | 0 | 100010 | 10111111 | 111000 | 101010 |
Color Harmonies of #3092A8
Complementary color
Monochromatic Colors of #3092A8
Black with #3092A8
Text Example
Text Example
White with #3092A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3092A8; }
p { color: rgb(48,146,168); }
H1.HeaderClassName
{
color: #3092A8;
}
.AnyTagClassName
{
color: #3092A8;
}
</style>
background-color css
<style>
a { background-color: #3092A8; }
a { background-color: rgb(48,146,168); }
div.DivClassName
{
background-color: #3092A8;
}
.BgClassName
{
background-color: #3092A8;
}
</style>
border-color css
<style>
span { border-color: #3092A8; }
span { border-color: rgb(48,146,168); }
td.TdClassName
{
border-color: #3092A8;
}
.TagClassName
{
border-color: #3092A8;
}
</style>