Shades of Scooter #369199
Tints of Scooter #369199
RGB
CMYK
RGB Variations
Color information
#369199 (or 0x369199) is known color: Scooter. HEX triplet: 36, 91 and 99. RGB value is (54,145,153). Sum of RGB (Red+Green+Blue) = 54+145+153=352 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.34% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #369199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369199 is #C96E66. Grayscale: #767676. Windows color (decimal): -13200999 or 10064182. OLE color: 10064182.
HSL color Cylindrical-coordinate representation of color #369199: hue angle of 184.85º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369199 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 54 | 145 | 153 | - |
| CMYK | 0.65 | 0.05 | 0 | 0.4 |
| HSL | 184.85º | 0.48% | 0.41% | - |
| HSV(B) | 184.85º | 0.65% | 0.6% | - |
| XYZ | 17.4 | 23.33 | 33.72 | - |
| YUV | 118.7 | 147.35 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 145 | 153 | 0.65 | 0.05 | 0 | 0.4 | 184.85 | 0.48 | 0.41 |
| Hex | 36 | 91 | 99 | 41 | 5 | 0 | 28 | B9 | 30 | 29 |
| Octal | 66 | 221 | 231 | 101 | 5 | 0 | 50 | 271 | 60 | 51 |
| Binary | 110110 | 10010001 | 10011001 | 1000001 | 101 | 0 | 101000 | 10111001 | 110000 | 101001 |
Color Harmonies of #369199
Complementary color
Monochromatic Colors of #369199
Black with #369199
Text Example
Text Example
White with #369199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369199; }
p { color: rgb(54,145,153); }
H1.HeaderClassName
{
color: #369199;
}
.AnyTagClassName
{
color: #369199;
}
</style>
background-color css
<style>
a { background-color: #369199; }
a { background-color: rgb(54,145,153); }
div.DivClassName
{
background-color: #369199;
}
.BgClassName
{
background-color: #369199;
}
</style>
border-color css
<style>
span { border-color: #369199; }
span { border-color: rgb(54,145,153); }
td.TdClassName
{
border-color: #369199;
}
.TagClassName
{
border-color: #369199;
}
</style>