Shades of Scooter #30859B
Tints of Scooter #30859B
RGB
CMYK
RGB Variations
Color information
#30859B (or 0x30859B) is known color: Scooter. HEX triplet: 30, 85 and 9B. RGB value is (48,133,155). Sum of RGB (Red+Green+Blue) = 48+133+155=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #30859B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30859B is #CF7A64. Grayscale: #6D6D6D. Windows color (decimal): -13597285 or 10192176. OLE color: 10192176.
HSL color Cylindrical-coordinate representation of color #30859B: hue angle of 192.34º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30859B is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 48 | 133 | 155 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.39 |
| HSL | 192.34º | 0.53% | 0.4% | - |
| HSV(B) | 192.34º | 0.69% | 0.61% | - |
| XYZ | 15.52 | 19.77 | 34.01 | - |
| YUV | 110.09 | 153.34 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 133 | 155 | 0.69 | 0.14 | 0 | 0.39 | 192.34 | 0.53 | 0.4 |
| Hex | 30 | 85 | 9B | 45 | E | 0 | 27 | C0 | 35 | 28 |
| Octal | 60 | 205 | 233 | 105 | 16 | 0 | 47 | 300 | 65 | 50 |
| Binary | 110000 | 10000101 | 10011011 | 1000101 | 1110 | 0 | 100111 | 11000000 | 110101 | 101000 |
Color Harmonies of #30859B
Complementary color
Monochromatic Colors of #30859B
Black with #30859B
Text Example
Text Example
White with #30859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30859B; }
p { color: rgb(48,133,155); }
H1.HeaderClassName
{
color: #30859B;
}
.AnyTagClassName
{
color: #30859B;
}
</style>
background-color css
<style>
a { background-color: #30859B; }
a { background-color: rgb(48,133,155); }
div.DivClassName
{
background-color: #30859B;
}
.BgClassName
{
background-color: #30859B;
}
</style>
border-color css
<style>
span { border-color: #30859B; }
span { border-color: rgb(48,133,155); }
td.TdClassName
{
border-color: #30859B;
}
.TagClassName
{
border-color: #30859B;
}
</style>