Shades of Scooter #369099
Tints of Scooter #369099
RGB
CMYK
RGB Variations
Color information
#369099 (or 0x369099) is known color: Scooter. HEX triplet: 36, 90 and 99. RGB value is (54,144,153). Sum of RGB (Red+Green+Blue) = 54+144+153=351 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.38% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #369099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369099 is #C96F66. Grayscale: #757575. Windows color (decimal): -13201255 or 10063926. OLE color: 10063926.
HSL color Cylindrical-coordinate representation of color #369099: hue angle of 185.45º 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 #369099 is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 54 | 144 | 153 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.4 |
| HSL | 185.45º | 0.48% | 0.41% | - |
| HSV(B) | 185.45º | 0.65% | 0.6% | - |
| XYZ | 17.24 | 23.03 | 33.67 | - |
| YUV | 118.12 | 147.68 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 144 | 153 | 0.65 | 0.06 | 0 | 0.4 | 185.45 | 0.48 | 0.41 |
| Hex | 36 | 90 | 99 | 41 | 6 | 0 | 28 | B9 | 30 | 29 |
| Octal | 66 | 220 | 231 | 101 | 6 | 0 | 50 | 271 | 60 | 51 |
| Binary | 110110 | 10010000 | 10011001 | 1000001 | 110 | 0 | 101000 | 10111001 | 110000 | 101001 |
Color Harmonies of #369099
Complementary color
Monochromatic Colors of #369099
Black with #369099
Text Example
Text Example
White with #369099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369099; }
p { color: rgb(54,144,153); }
H1.HeaderClassName
{
color: #369099;
}
.AnyTagClassName
{
color: #369099;
}
</style>
background-color css
<style>
a { background-color: #369099; }
a { background-color: rgb(54,144,153); }
div.DivClassName
{
background-color: #369099;
}
.BgClassName
{
background-color: #369099;
}
</style>
border-color css
<style>
span { border-color: #369099; }
span { border-color: rgb(54,144,153); }
td.TdClassName
{
border-color: #369099;
}
.TagClassName
{
border-color: #369099;
}
</style>