#35909F

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

Shades of Scooter #35909F

Tints of Scooter #35909F

Color information

#35909F (or 0x35909F) is unknown color: approx Scooter. HEX triplet: 35, 90 and 9F. RGB value is (53,144,159). Sum of RGB (Red+Green+Blue) = 53+144+159=356 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.89% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 159 - color contains mainly: blue. Hex color #35909F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35909F is #CA6F60. Grayscale: #767676. Windows color (decimal): -13266785 or 10457141. OLE color: 10457141.

HSL color Cylindrical-coordinate representation of color #35909F: hue angle of 188.49º 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 #35909F is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB53144159-
CMYK0.670.0900.38
HSL188.49º50%41.57%-
HSV(B)188.49º66.67%62.35%-
XYZ17.723.2136.35-
YUV118.5150.8581.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.89%
GREEN value IS 144 (56.64% from 255) = 40.45%
BLUE value IS 159 (62.5% from 255) = 44.66%
R=14.89%
G=40.45%
B=44.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531441590.670.0900.38188.495041.57
Hex35909F439026bc322a
Octal65220237103110462746252
Binary110101100100001001111110000111001010011010111100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35909F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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