Shades of Scooter #36939A
Tints of Scooter #36939A
RGB
CMYK
RGB Variations
Color information
#36939A (or 0x36939A) is known color: Scooter. HEX triplet: 36, 93 and 9A. RGB value is (54,147,154). Sum of RGB (Red+Green+Blue) = 54+147+154=355 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.21% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 154 - color contains mainly: blue. Hex color #36939A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36939A is #C96C65. Grayscale: #777777. Windows color (decimal): -13200486 or 10130230. OLE color: 10130230.
HSL color Cylindrical-coordinate representation of color #36939A: hue angle of 184.2º 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 #36939A is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 147 | 154 | - |
| CMYK | 0.65 | 0.05 | 0 | 0.40 |
| HSL | 184.2º | 0.48% | 0.41% | - |
| HSV(B) | 184.2º | 0.65% | 0.6% | - |
| XYZ | 17.79 | 23.98 | 34.26 | - |
| YUV | 119.99 | 147.19 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 147 | 154 | 0.65 | 0.05 | 0 | 0.40 | 184.2 | 0.48 | 0.41 |
| Hex | 36 | 93 | 9A | 41 | 5 | 0 | 28 | B8 | 30 | 29 |
| Octal | 66 | 223 | 232 | 101 | 5 | 0 | 50 | 270 | 60 | 51 |
| Binary | 110110 | 10010011 | 10011010 | 1000001 | 101 | 0 | 101000 | 10111000 | 110000 | 101001 |
Color Harmonies of #36939A
Complementary color
Monochromatic Colors of #36939A
Black with #36939A
Text Example
Text Example
White with #36939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36939A; }
p { color: rgb(54,147,154); }
H1.HeaderClassName
{
color: #36939A;
}
.AnyTagClassName
{
color: #36939A;
}
</style>
background-color css
<style>
a { background-color: #36939A; }
a { background-color: rgb(54,147,154); }
div.DivClassName
{
background-color: #36939A;
}
.BgClassName
{
background-color: #36939A;
}
</style>
border-color css
<style>
span { border-color: #36939A; }
span { border-color: rgb(54,147,154); }
td.TdClassName
{
border-color: #36939A;
}
.TagClassName
{
border-color: #36939A;
}
</style>