Shades of Scooter #308B9A
Tints of Scooter #308B9A
RGB
CMYK
RGB Variations
Color information
#308B9A (or 0x308B9A) is known color: Scooter. HEX triplet: 30, 8B and 9A. RGB value is (48,139,154). Sum of RGB (Red+Green+Blue) = 48+139+154=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 154 - color contains mainly: blue. Hex color #308B9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308B9A is #CF7465. Grayscale: #717171. Windows color (decimal): -13595750 or 10128176. OLE color: 10128176.
HSL color Cylindrical-coordinate representation of color #308B9A: hue angle of 188.49º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #308B9A is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 48 | 139 | 154 | - |
| CMYK | 0.69 | 0.10 | 0 | 0.40 |
| HSL | 188.49º | 0.52% | 0.4% | - |
| HSV(B) | 188.49º | 0.69% | 0.6% | - |
| XYZ | 16.28 | 21.43 | 33.85 | - |
| YUV | 113.5 | 150.85 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 139 | 154 | 0.69 | 0.10 | 0 | 0.40 | 188.49 | 0.52 | 0.4 |
| Hex | 30 | 8B | 9A | 45 | A | 0 | 28 | BC | 34 | 28 |
| Octal | 60 | 213 | 232 | 105 | 12 | 0 | 50 | 274 | 64 | 50 |
| Binary | 110000 | 10001011 | 10011010 | 1000101 | 1010 | 0 | 101000 | 10111100 | 110100 | 101000 |
Color Harmonies of #308B9A
Complementary color
Monochromatic Colors of #308B9A
Black with #308B9A
Text Example
Text Example
White with #308B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308B9A; }
p { color: rgb(48,139,154); }
H1.HeaderClassName
{
color: #308B9A;
}
.AnyTagClassName
{
color: #308B9A;
}
</style>
background-color css
<style>
a { background-color: #308B9A; }
a { background-color: rgb(48,139,154); }
div.DivClassName
{
background-color: #308B9A;
}
.BgClassName
{
background-color: #308B9A;
}
</style>
border-color css
<style>
span { border-color: #308B9A; }
span { border-color: rgb(48,139,154); }
td.TdClassName
{
border-color: #308B9A;
}
.TagClassName
{
border-color: #308B9A;
}
</style>