Shades of Scooter #369299
Tints of Scooter #369299
RGB
CMYK
RGB Variations
Color information
#369299 (or 0x369299) is known color: Scooter. HEX triplet: 36, 92 and 99. RGB value is (54,146,153). Sum of RGB (Red+Green+Blue) = 54+146+153=353 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.30% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #369299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369299 is #C96D66. Grayscale: #777777. Windows color (decimal): -13200743 or 10064438. OLE color: 10064438.
HSL color Cylindrical-coordinate representation of color #369299: hue angle of 184.24º 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 #369299 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 54 | 146 | 153 | - |
| CMYK | 0.65 | 0.05 | 0 | 0.4 |
| HSL | 184.24º | 0.48% | 0.41% | - |
| HSV(B) | 184.24º | 0.65% | 0.6% | - |
| XYZ | 17.55 | 23.64 | 33.78 | - |
| YUV | 119.29 | 147.02 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 146 | 153 | 0.65 | 0.05 | 0 | 0.4 | 184.24 | 0.48 | 0.41 |
| Hex | 36 | 92 | 99 | 41 | 5 | 0 | 28 | B8 | 30 | 29 |
| Octal | 66 | 222 | 231 | 101 | 5 | 0 | 50 | 270 | 60 | 51 |
| Binary | 110110 | 10010010 | 10011001 | 1000001 | 101 | 0 | 101000 | 10111000 | 110000 | 101001 |
Color Harmonies of #369299
Complementary color
Monochromatic Colors of #369299
Black with #369299
Text Example
Text Example
White with #369299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369299; }
p { color: rgb(54,146,153); }
H1.HeaderClassName
{
color: #369299;
}
.AnyTagClassName
{
color: #369299;
}
</style>
background-color css
<style>
a { background-color: #369299; }
a { background-color: rgb(54,146,153); }
div.DivClassName
{
background-color: #369299;
}
.BgClassName
{
background-color: #369299;
}
</style>
border-color css
<style>
span { border-color: #369299; }
span { border-color: rgb(54,146,153); }
td.TdClassName
{
border-color: #369299;
}
.TagClassName
{
border-color: #369299;
}
</style>