#35889D

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

Shades of Scooter #35889D

Tints of Scooter #35889D

Color information

#35889D (or 0x35889D) is unknown color: approx Scooter. HEX triplet: 35, 88 and 9D. RGB value is (53,136,157). Sum of RGB (Red+Green+Blue) = 53+136+157=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #35889D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35889D is #CA7762. Grayscale: #717171. Windows color (decimal): -13268835 or 10324021. OLE color: 10324021.

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

Color convert

RGB53136157-
CMYK0.660.1300.38
HSL192.12º49.52%41.18%-
HSV(B)192.12º66.24%61.57%-
XYZ16.3620.835.05-
YUV113.58152.584.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.32%
GREEN value IS 136 (53.52% from 255) = 39.31%
BLUE value IS 157 (61.72% from 255) = 45.38%
R=15.32%
G=39.31%
B=45.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531361570.660.1300.38192.1249.5241.18
Hex35889D42D026c03229
Octal65210235102150463006251
Binary110101100010001001110110000101101010011011000000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35889D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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