#35889A

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

Shades of Scooter #35889A

Tints of Scooter #35889A

Color information

#35889A (or 0x35889A) is unknown color: approx Scooter. HEX triplet: 35, 88 and 9A. RGB value is (53,136,154). Sum of RGB (Red+Green+Blue) = 53+136+154=343 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.45% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 154 - color contains mainly: blue. Hex color #35889A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35889A is #CA7765. Grayscale: #717171. Windows color (decimal): -13268838 or 10127413. OLE color: 10127413.

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

Color convert

RGB53136154-
CMYK0.660.1200.40
HSL190.69º48.79%40.59%-
HSV(B)190.69º65.58%60.39%-
XYZ16.1120.733.72-
YUV113.2315185.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.45%
GREEN value IS 136 (53.52% from 255) = 39.65%
BLUE value IS 154 (60.55% from 255) = 44.90%
R=15.45%
G=39.65%
B=44.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal531361540.660.1200.40190.6948.7940.59
Hex35889A42C028bf3129
Octal65210232102140502776151
Binary110101100010001001101010000101100010100010111111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35889A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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