Shades of Scooter #309099
Tints of Scooter #309099
RGB
CMYK
RGB Variations
Color information
#309099 (or 0x309099) is known color: Scooter. HEX triplet: 30, 90 and 99. RGB value is (48,144,153). Sum of RGB (Red+Green+Blue) = 48+144+153=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #309099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309099 is #CF6F66. Grayscale: #747474. Windows color (decimal): -13594471 or 10063920. OLE color: 10063920.
HSL color Cylindrical-coordinate representation of color #309099: hue angle of 185.14º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309099 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 48 | 144 | 153 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.4 |
| HSL | 185.14º | 0.52% | 0.39% | - |
| HSV(B) | 185.14º | 0.69% | 0.6% | - |
| XYZ | 16.94 | 22.87 | 33.66 | - |
| YUV | 116.32 | 148.7 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 144 | 153 | 0.69 | 0.06 | 0 | 0.4 | 185.14 | 0.52 | 0.39 |
| Hex | 30 | 90 | 99 | 45 | 6 | 0 | 28 | B9 | 34 | 27 |
| Octal | 60 | 220 | 231 | 105 | 6 | 0 | 50 | 271 | 64 | 47 |
| Binary | 110000 | 10010000 | 10011001 | 1000101 | 110 | 0 | 101000 | 10111001 | 110100 | 100111 |
Color Harmonies of #309099
Complementary color
Monochromatic Colors of #309099
Black with #309099
Text Example
Text Example
White with #309099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309099; }
p { color: rgb(48,144,153); }
H1.HeaderClassName
{
color: #309099;
}
.AnyTagClassName
{
color: #309099;
}
</style>
background-color css
<style>
a { background-color: #309099; }
a { background-color: rgb(48,144,153); }
div.DivClassName
{
background-color: #309099;
}
.BgClassName
{
background-color: #309099;
}
</style>
border-color css
<style>
span { border-color: #309099; }
span { border-color: rgb(48,144,153); }
td.TdClassName
{
border-color: #309099;
}
.TagClassName
{
border-color: #309099;
}
</style>