Shades of Scooter #35949A
Tints of Scooter #35949A
RGB
CMYK
RGB Variations
Color information
#35949A (or 0x35949A) is known color: Scooter. HEX triplet: 35, 94 and 9A. RGB value is (53,148,154). Sum of RGB (Red+Green+Blue) = 53+148+154=355 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.93% from 355); Green value is 148 (58.20% from 255 or 41.69% 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 #35949A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35949A is #CA6B65. Grayscale: #787878. Windows color (decimal): -13265766 or 10130485. OLE color: 10130485.
HSL color Cylindrical-coordinate representation of color #35949A: hue angle of 183.56º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35949A is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 148 | 154 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.40 |
| HSL | 183.56º | 0.49% | 0.41% | - |
| HSV(B) | 183.56º | 0.66% | 0.6% | - |
| XYZ | 17.89 | 24.27 | 34.31 | - |
| YUV | 120.28 | 147.03 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 148 | 154 | 0.66 | 0.04 | 0 | 0.40 | 183.56 | 0.49 | 0.41 |
| Hex | 35 | 94 | 9A | 42 | 4 | 0 | 28 | B8 | 31 | 29 |
| Octal | 65 | 224 | 232 | 102 | 4 | 0 | 50 | 270 | 61 | 51 |
| Binary | 110101 | 10010100 | 10011010 | 1000010 | 100 | 0 | 101000 | 10111000 | 110001 | 101001 |
Color Harmonies of #35949A
Complementary color
Monochromatic Colors of #35949A
Black with #35949A
Text Example
Text Example
White with #35949A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35949A; }
p { color: rgb(53,148,154); }
H1.HeaderClassName
{
color: #35949A;
}
.AnyTagClassName
{
color: #35949A;
}
</style>
background-color css
<style>
a { background-color: #35949A; }
a { background-color: rgb(53,148,154); }
div.DivClassName
{
background-color: #35949A;
}
.BgClassName
{
background-color: #35949A;
}
</style>
border-color css
<style>
span { border-color: #35949A; }
span { border-color: rgb(53,148,154); }
td.TdClassName
{
border-color: #35949A;
}
.TagClassName
{
border-color: #35949A;
}
</style>