Shades of Scooter #308EAC
Tints of Scooter #308EAC
RGB
CMYK
RGB Variations
Color information
#308EAC (or 0x308EAC) is known color: Scooter. HEX triplet: 30, 8E and AC. RGB value is (48,142,172). Sum of RGB (Red+Green+Blue) = 48+142+172=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 142 (55.86% from 255 or 39.23% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #308EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308EAC is #CF7153. Grayscale: #757575. Windows color (decimal): -13594964 or 11308592. OLE color: 11308592.
HSL color Cylindrical-coordinate representation of color #308EAC: hue angle of 194.52º 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 #308EAC is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 142 | 172 | - |
| CMYK | 0.72 | 0.17 | 0 | 0.33 |
| HSL | 194.52º | 0.56% | 0.43% | - |
| HSV(B) | 194.52º | 0.72% | 0.67% | - |
| XYZ | 18.34 | 22.95 | 42.49 | - |
| YUV | 117.31 | 158.86 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 142 | 172 | 0.72 | 0.17 | 0 | 0.33 | 194.52 | 0.56 | 0.43 |
| Hex | 30 | 8E | AC | 48 | 11 | 0 | 21 | C3 | 38 | 2B |
| Octal | 60 | 216 | 254 | 110 | 21 | 0 | 41 | 303 | 70 | 53 |
| Binary | 110000 | 10001110 | 10101100 | 1001000 | 10001 | 0 | 100001 | 11000011 | 111000 | 101011 |
Color Harmonies of #308EAC
Complementary color
Monochromatic Colors of #308EAC
Black with #308EAC
Text Example
Text Example
White with #308EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308EAC; }
p { color: rgb(48,142,172); }
H1.HeaderClassName
{
color: #308EAC;
}
.AnyTagClassName
{
color: #308EAC;
}
</style>
background-color css
<style>
a { background-color: #308EAC; }
a { background-color: rgb(48,142,172); }
div.DivClassName
{
background-color: #308EAC;
}
.BgClassName
{
background-color: #308EAC;
}
</style>
border-color css
<style>
span { border-color: #308EAC; }
span { border-color: rgb(48,142,172); }
td.TdClassName
{
border-color: #308EAC;
}
.TagClassName
{
border-color: #308EAC;
}
</style>