Shades of Scooter #36819F
Tints of Scooter #36819F
RGB
CMYK
RGB Variations
Color information
#36819F (or 0x36819F) is known color: Scooter. HEX triplet: 36, 81 and 9F. RGB value is (54,129,159). Sum of RGB (Red+Green+Blue) = 54+129+159=342 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.79% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 159 - color contains mainly: blue. Hex color #36819F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36819F is #C97E60. Grayscale: #6D6D6D. Windows color (decimal): -13205089 or 10453302. OLE color: 10453302.
HSL color Cylindrical-coordinate representation of color #36819F: hue angle of 197.14º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36819F is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 129 | 159 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.38 |
| HSL | 197.14º | 0.49% | 0.42% | - |
| HSV(B) | 197.14º | 0.66% | 0.62% | - |
| XYZ | 15.63 | 18.99 | 35.64 | - |
| YUV | 110 | 155.65 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 129 | 159 | 0.66 | 0.19 | 0 | 0.38 | 197.14 | 0.49 | 0.42 |
| Hex | 36 | 81 | 9F | 42 | 13 | 0 | 26 | C5 | 31 | 2A |
| Octal | 66 | 201 | 237 | 102 | 23 | 0 | 46 | 305 | 61 | 52 |
| Binary | 110110 | 10000001 | 10011111 | 1000010 | 10011 | 0 | 100110 | 11000101 | 110001 | 101010 |
Color Harmonies of #36819F
Complementary color
Monochromatic Colors of #36819F
Black with #36819F
Text Example
Text Example
White with #36819F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36819F; }
p { color: rgb(54,129,159); }
H1.HeaderClassName
{
color: #36819F;
}
.AnyTagClassName
{
color: #36819F;
}
</style>
background-color css
<style>
a { background-color: #36819F; }
a { background-color: rgb(54,129,159); }
div.DivClassName
{
background-color: #36819F;
}
.BgClassName
{
background-color: #36819F;
}
</style>
border-color css
<style>
span { border-color: #36819F; }
span { border-color: rgb(54,129,159); }
td.TdClassName
{
border-color: #36819F;
}
.TagClassName
{
border-color: #36819F;
}
</style>