#35839D

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

Shades of Scooter #35839D

Tints of Scooter #35839D

Color information

#35839D (or 0x35839D) is unknown color: approx Scooter. HEX triplet: 35, 83 and 9D. RGB value is (53,131,157). Sum of RGB (Red+Green+Blue) = 53+131+157=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #35839D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35839D is #CA7C62. Grayscale: #6E6E6E. Windows color (decimal): -13270115 or 10322741. OLE color: 10322741.

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

Color convert

RGB53131157-
CMYK0.660.1700.38
HSL195º49.52%41.18%-
HSV(B)195º66.24%61.57%-
XYZ15.6719.4234.82-
YUV110.64154.1686.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.54%
GREEN value IS 131 (51.56% from 255) = 38.42%
BLUE value IS 157 (61.72% from 255) = 46.04%
R=15.54%
G=38.42%
B=46.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531311570.660.1700.3819549.5241.18
Hex35839D4211026c33229
Octal65203235102210463036251
Binary1101011000001110011101100001010001010011011000011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35839D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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