#35939F

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

Shades of Scooter #35939F

Tints of Scooter #35939F

Color information

#35939F (or 0x35939F) is unknown color: approx Scooter. HEX triplet: 35, 93 and 9F. RGB value is (53,147,159). Sum of RGB (Red+Green+Blue) = 53+147+159=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #35939F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35939F is #CA6C60. Grayscale: #787878. Windows color (decimal): -13266017 or 10457909. OLE color: 10457909.

HSL color Cylindrical-coordinate representation of color #35939F: hue angle of 186.79º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35939F is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB53147159-
CMYK0.670.0800.38
HSL186.79º50%41.57%-
HSV(B)186.79º66.67%62.35%-
XYZ18.1624.1336.5-
YUV120.26149.8680.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.76%
GREEN value IS 147 (57.81% from 255) = 40.95%
BLUE value IS 159 (62.5% from 255) = 44.29%
R=14.76%
G=40.95%
B=44.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531471590.670.0800.38186.795041.57
Hex35939F438026bb322a
Octal65223237103100462736252
Binary110101100100111001111110000111000010011010111011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35939F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35939F; }

 p { color: rgb(53,147,159); }

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

<style>
 a { background-color: #35939F; }

 a { background-color: rgb(53,147,159); }

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

<style>
 span { border-color: #35939F; }

 span { border-color: rgb(53,147,159); }

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