#35969F

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

Shades of Scooter #35969F

Tints of Scooter #35969F

Color information

#35969F (or 0x35969F) is unknown color: approx Scooter. HEX triplet: 35, 96 and 9F. RGB value is (53,150,159). Sum of RGB (Red+Green+Blue) = 53+150+159=362 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.64% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 159 - color contains mainly: blue. Hex color #35969F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35969F is #CA6960. Grayscale: #797979. Windows color (decimal): -13265249 or 10458677. OLE color: 10458677.

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

Color convert

RGB53150159-
CMYK0.670.0600.38
HSL185.09º50%41.57%-
HSV(B)185.09º66.67%62.35%-
XYZ18.6325.0736.66-
YUV122.02148.8678.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.64%
GREEN value IS 150 (58.98% from 255) = 41.44%
BLUE value IS 159 (62.5% from 255) = 43.92%
R=14.64%
G=41.44%
B=43.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531501590.670.0600.38185.095041.57
Hex35969F436026b9322a
Octal6522623710360462716252
Binary11010110010110100111111000011110010011010111001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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