Shades of Scooter #308591
Tints of Scooter #308591
RGB
CMYK
RGB Variations
Color information
#308591 (or 0x308591) is known color: Scooter. HEX triplet: 30, 85 and 91. RGB value is (48,133,145). Sum of RGB (Red+Green+Blue) = 48+133+145=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 145 - color contains mainly: blue. Hex color #308591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308591 is #CF7A6E. Grayscale: #6C6C6C. Windows color (decimal): -13597295 or 9536816. OLE color: 9536816.
HSL color Cylindrical-coordinate representation of color #308591: hue angle of 187.42º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #308591 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 133 | 145 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.43 |
| HSL | 187.42º | 0.5% | 0.38% | - |
| HSV(B) | 187.42º | 0.67% | 0.57% | - |
| XYZ | 14.72 | 19.45 | 29.77 | - |
| YUV | 108.95 | 148.34 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 133 | 145 | 0.67 | 0.08 | 0 | 0.43 | 187.42 | 0.5 | 0.38 |
| Hex | 30 | 85 | 91 | 43 | 8 | 0 | 2B | BB | 32 | 26 |
| Octal | 60 | 205 | 221 | 103 | 10 | 0 | 53 | 273 | 62 | 46 |
| Binary | 110000 | 10000101 | 10010001 | 1000011 | 1000 | 0 | 101011 | 10111011 | 110010 | 100110 |
Color Harmonies of #308591
Complementary color
Monochromatic Colors of #308591
Black with #308591
Text Example
Text Example
White with #308591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308591; }
p { color: rgb(48,133,145); }
H1.HeaderClassName
{
color: #308591;
}
.AnyTagClassName
{
color: #308591;
}
</style>
background-color css
<style>
a { background-color: #308591; }
a { background-color: rgb(48,133,145); }
div.DivClassName
{
background-color: #308591;
}
.BgClassName
{
background-color: #308591;
}
</style>
border-color css
<style>
span { border-color: #308591; }
span { border-color: rgb(48,133,145); }
td.TdClassName
{
border-color: #308591;
}
.TagClassName
{
border-color: #308591;
}
</style>