Shades of Scooter #308595
Tints of Scooter #308595
RGB
CMYK
RGB Variations
Color information
#308595 (or 0x308595) is known color: Scooter. HEX triplet: 30, 85 and 95. RGB value is (48,133,149). Sum of RGB (Red+Green+Blue) = 48+133+149=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 149 - color contains mainly: blue. Hex color #308595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308595 is #CF7A6A. Grayscale: #6D6D6D. Windows color (decimal): -13597291 or 9798960. OLE color: 9798960.
HSL color Cylindrical-coordinate representation of color #308595: hue angle of 189.5º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #308595 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 133 | 149 | - |
| CMYK | 0.68 | 0.11 | 0 | 0.42 |
| HSL | 189.5º | 0.51% | 0.39% | - |
| HSV(B) | 189.5º | 0.68% | 0.58% | - |
| XYZ | 15.03 | 19.57 | 31.42 | - |
| YUV | 109.41 | 150.34 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 133 | 149 | 0.68 | 0.11 | 0 | 0.42 | 189.5 | 0.51 | 0.39 |
| Hex | 30 | 85 | 95 | 44 | B | 0 | 2A | BE | 33 | 27 |
| Octal | 60 | 205 | 225 | 104 | 13 | 0 | 52 | 276 | 63 | 47 |
| Binary | 110000 | 10000101 | 10010101 | 1000100 | 1011 | 0 | 101010 | 10111110 | 110011 | 100111 |
Color Harmonies of #308595
Complementary color
Monochromatic Colors of #308595
Black with #308595
Text Example
Text Example
White with #308595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308595; }
p { color: rgb(48,133,149); }
H1.HeaderClassName
{
color: #308595;
}
.AnyTagClassName
{
color: #308595;
}
</style>
background-color css
<style>
a { background-color: #308595; }
a { background-color: rgb(48,133,149); }
div.DivClassName
{
background-color: #308595;
}
.BgClassName
{
background-color: #308595;
}
</style>
border-color css
<style>
span { border-color: #308595; }
span { border-color: rgb(48,133,149); }
td.TdClassName
{
border-color: #308595;
}
.TagClassName
{
border-color: #308595;
}
</style>