Shades of Scooter #308AAB
Tints of Scooter #308AAB
RGB
CMYK
RGB Variations
Color information
#308AAB (or 0x308AAB) is known color: Scooter. HEX triplet: 30, 8A and AB. RGB value is (48,138,171). Sum of RGB (Red+Green+Blue) = 48+138+171=357 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.45% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #308AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308AAB is #CF7554. Grayscale: #727272. Windows color (decimal): -13595989 or 11242032. OLE color: 11242032.
HSL color Cylindrical-coordinate representation of color #308AAB: hue angle of 196.1º 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 #308AAB is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 138 | 171 | - |
| CMYK | 0.72 | 0.19 | 0 | 0.33 |
| HSL | 196.1º | 0.56% | 0.43% | - |
| HSV(B) | 196.1º | 0.72% | 0.67% | - |
| XYZ | 17.66 | 21.75 | 41.79 | - |
| YUV | 114.85 | 159.68 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 138 | 171 | 0.72 | 0.19 | 0 | 0.33 | 196.1 | 0.56 | 0.43 |
| Hex | 30 | 8A | AB | 48 | 13 | 0 | 21 | C4 | 38 | 2B |
| Octal | 60 | 212 | 253 | 110 | 23 | 0 | 41 | 304 | 70 | 53 |
| Binary | 110000 | 10001010 | 10101011 | 1001000 | 10011 | 0 | 100001 | 11000100 | 111000 | 101011 |
Color Harmonies of #308AAB
Complementary color
Monochromatic Colors of #308AAB
Black with #308AAB
Text Example
Text Example
White with #308AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308AAB; }
p { color: rgb(48,138,171); }
H1.HeaderClassName
{
color: #308AAB;
}
.AnyTagClassName
{
color: #308AAB;
}
</style>
background-color css
<style>
a { background-color: #308AAB; }
a { background-color: rgb(48,138,171); }
div.DivClassName
{
background-color: #308AAB;
}
.BgClassName
{
background-color: #308AAB;
}
</style>
border-color css
<style>
span { border-color: #308AAB; }
span { border-color: rgb(48,138,171); }
td.TdClassName
{
border-color: #308AAB;
}
.TagClassName
{
border-color: #308AAB;
}
</style>