Shades of Scooter #308FAC
Tints of Scooter #308FAC
RGB
CMYK
RGB Variations
Color information
#308FAC (or 0x308FAC) is known color: Scooter. HEX triplet: 30, 8F and AC. RGB value is (48,143,172). Sum of RGB (Red+Green+Blue) = 48+143+172=363 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.22% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #308FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308FAC is #CF7053. Grayscale: #757575. Windows color (decimal): -13594708 or 11308848. OLE color: 11308848.
HSL color Cylindrical-coordinate representation of color #308FAC: hue angle of 194.03º 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 #308FAC is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 143 | 172 | - |
| CMYK | 0.72 | 0.17 | 0 | 0.33 |
| HSL | 194.03º | 0.56% | 0.43% | - |
| HSV(B) | 194.03º | 0.72% | 0.67% | - |
| XYZ | 18.49 | 23.25 | 42.54 | - |
| YUV | 117.9 | 158.53 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 143 | 172 | 0.72 | 0.17 | 0 | 0.33 | 194.03 | 0.56 | 0.43 |
| Hex | 30 | 8F | AC | 48 | 11 | 0 | 21 | C2 | 38 | 2B |
| Octal | 60 | 217 | 254 | 110 | 21 | 0 | 41 | 302 | 70 | 53 |
| Binary | 110000 | 10001111 | 10101100 | 1001000 | 10001 | 0 | 100001 | 11000010 | 111000 | 101011 |
Color Harmonies of #308FAC
Complementary color
Monochromatic Colors of #308FAC
Black with #308FAC
Text Example
Text Example
White with #308FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308FAC; }
p { color: rgb(48,143,172); }
H1.HeaderClassName
{
color: #308FAC;
}
.AnyTagClassName
{
color: #308FAC;
}
</style>
background-color css
<style>
a { background-color: #308FAC; }
a { background-color: rgb(48,143,172); }
div.DivClassName
{
background-color: #308FAC;
}
.BgClassName
{
background-color: #308FAC;
}
</style>
border-color css
<style>
span { border-color: #308FAC; }
span { border-color: rgb(48,143,172); }
td.TdClassName
{
border-color: #308FAC;
}
.TagClassName
{
border-color: #308FAC;
}
</style>