#35909A

Color #35909A Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #35909A

Tints of Scooter #35909A

Color information

#35909A (or 0x35909A) is unknown color: approx Scooter. HEX triplet: 35, 90 and 9A. RGB value is (53,144,154). Sum of RGB (Red+Green+Blue) = 53+144+154=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 154 - color contains mainly: blue. Hex color #35909A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35909A is #CA6F65. Grayscale: #757575. Windows color (decimal): -13266790 or 10129461. OLE color: 10129461.

HSL color Cylindrical-coordinate representation of color #35909A: hue angle of 185.94º 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 #35909A is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB53144154-
CMYK0.660.0600.40
HSL185.94º48.79%40.59%-
HSV(B)185.94º65.58%60.39%-
XYZ17.2723.0434.11-
YUV117.93148.3581.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 15.10%
GREEN value IS 144 (56.64% from 255) = 41.03%
BLUE value IS 154 (60.55% from 255) = 43.87%
R=15.10%
G=41.03%
B=43.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal531441540.660.0600.40185.9448.7940.59
Hex35909A426028ba3129
Octal6522023210260502726151
Binary11010110010000100110101000010110010100010111010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35909A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35909A; }

 p { color: rgb(53,144,154); }

 H1.HeaderClassName
 {
   color: #35909A;
 }
 .AnyTagClassName
 {
   color: #35909A;
 }
</style>
background-color css

<style>
 a { background-color: #35909A; }

 a { background-color: rgb(53,144,154); }

 div.DivClassName
 {
   background-color: #35909A;
 }
 .BgClassName
 {
   background-color: #35909A;
 }
</style>
border-color css

<style>
 span { border-color: #35909A; }

 span { border-color: rgb(53,144,154); }

 td.TdClassName
 {
   border-color: #35909A;
 }
 .TagClassName
 {
   border-color: #35909A;
 }
</style>