Shades of Scooter #309198
Tints of Scooter #309198
RGB
CMYK
RGB Variations
Color information
#309198 (or 0x309198) is known color: Scooter. HEX triplet: 30, 91 and 98. RGB value is (48,145,152). Sum of RGB (Red+Green+Blue) = 48+145+152=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 152 - color contains mainly: blue. Hex color #309198 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309198 is #CF6E67. Grayscale: #747474. Windows color (decimal): -13594216 or 9998640. OLE color: 9998640.
HSL color Cylindrical-coordinate representation of color #309198: hue angle of 184.04º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309198 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 48 | 145 | 152 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.40 |
| HSL | 184.04º | 0.52% | 0.39% | - |
| HSV(B) | 184.04º | 0.68% | 0.6% | - |
| XYZ | 17.01 | 23.15 | 33.28 | - |
| YUV | 116.8 | 147.86 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 145 | 152 | 0.68 | 0.05 | 0 | 0.40 | 184.04 | 0.52 | 0.39 |
| Hex | 30 | 91 | 98 | 44 | 5 | 0 | 28 | B8 | 34 | 27 |
| Octal | 60 | 221 | 230 | 104 | 5 | 0 | 50 | 270 | 64 | 47 |
| Binary | 110000 | 10010001 | 10011000 | 1000100 | 101 | 0 | 101000 | 10111000 | 110100 | 100111 |
Color Harmonies of #309198
Complementary color
Monochromatic Colors of #309198
Black with #309198
Text Example
Text Example
White with #309198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309198; }
p { color: rgb(48,145,152); }
H1.HeaderClassName
{
color: #309198;
}
.AnyTagClassName
{
color: #309198;
}
</style>
background-color css
<style>
a { background-color: #309198; }
a { background-color: rgb(48,145,152); }
div.DivClassName
{
background-color: #309198;
}
.BgClassName
{
background-color: #309198;
}
</style>
border-color css
<style>
span { border-color: #309198; }
span { border-color: rgb(48,145,152); }
td.TdClassName
{
border-color: #309198;
}
.TagClassName
{
border-color: #309198;
}
</style>