#35849D

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

Shades of Scooter #35849D

Tints of Scooter #35849D

Color information

#35849D (or 0x35849D) is unknown color: approx Scooter. HEX triplet: 35, 84 and 9D. RGB value is (53,132,157). Sum of RGB (Red+Green+Blue) = 53+132+157=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #35849D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35849D is #CA7B62. Grayscale: #6F6F6F. Windows color (decimal): -13269859 or 10322997. OLE color: 10322997.

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

Color convert

RGB53132157-
CMYK0.660.1600.38
HSL194.42º49.52%41.18%-
HSV(B)194.42º66.24%61.57%-
XYZ15.8119.6934.87-
YUV111.23153.8386.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.50%
GREEN value IS 132 (51.95% from 255) = 38.60%
BLUE value IS 157 (61.72% from 255) = 45.91%
R=15.50%
G=38.60%
B=45.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531321570.660.1600.38194.4249.5241.18
Hex35849D4210026c23229
Octal65204235102200463026251
Binary1101011000010010011101100001010000010011011000010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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