Shades of Scooter #35919D
Tints of Scooter #35919D
RGB
CMYK
RGB Variations
Color information
#35919D (or 0x35919D) is known color: Scooter. HEX triplet: 35, 91 and 9D. RGB value is (53,145,157). Sum of RGB (Red+Green+Blue) = 53+145+157=355 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.93% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #35919D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35919D is #CA6E62. Grayscale: #767676. Windows color (decimal): -13266531 or 10326325. OLE color: 10326325.
HSL color Cylindrical-coordinate representation of color #35919D: hue angle of 186.92º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35919D is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 145 | 157 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.38 |
| HSL | 186.92º | 0.5% | 0.41% | - |
| HSV(B) | 186.92º | 0.66% | 0.62% | - |
| XYZ | 17.68 | 23.44 | 35.49 | - |
| YUV | 118.86 | 149.52 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 145 | 157 | 0.66 | 0.08 | 0 | 0.38 | 186.92 | 0.5 | 0.41 |
| Hex | 35 | 91 | 9D | 42 | 8 | 0 | 26 | BB | 32 | 29 |
| Octal | 65 | 221 | 235 | 102 | 10 | 0 | 46 | 273 | 62 | 51 |
| Binary | 110101 | 10010001 | 10011101 | 1000010 | 1000 | 0 | 100110 | 10111011 | 110010 | 101001 |
Color Harmonies of #35919D
Complementary color
Monochromatic Colors of #35919D
Black with #35919D
Text Example
Text Example
White with #35919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35919D; }
p { color: rgb(53,145,157); }
H1.HeaderClassName
{
color: #35919D;
}
.AnyTagClassName
{
color: #35919D;
}
</style>
background-color css
<style>
a { background-color: #35919D; }
a { background-color: rgb(53,145,157); }
div.DivClassName
{
background-color: #35919D;
}
.BgClassName
{
background-color: #35919D;
}
</style>
border-color css
<style>
span { border-color: #35919D; }
span { border-color: rgb(53,145,157); }
td.TdClassName
{
border-color: #35919D;
}
.TagClassName
{
border-color: #35919D;
}
</style>