#35969B

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

Shades of Scooter #35969B

Tints of Scooter #35969B

Color information

#35969B (or 0x35969B) is unknown color: approx Scooter. HEX triplet: 35, 96 and 9B. RGB value is (53,150,155). Sum of RGB (Red+Green+Blue) = 53+150+155=358 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.80% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #35969B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35969B is #CA6964. Grayscale: #797979. Windows color (decimal): -13265253 or 10196533. OLE color: 10196533.

HSL color Cylindrical-coordinate representation of color #35969B: hue angle of 182.94º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35969B is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB53150155-
CMYK0.660.0300.39
HSL182.94º49.04%40.78%-
HSV(B)182.94º65.81%60.78%-
XYZ18.2924.9434.86-
YUV121.57146.8679.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.80%
GREEN value IS 150 (58.98% from 255) = 41.90%
BLUE value IS 155 (60.94% from 255) = 43.30%
R=14.80%
G=41.90%
B=43.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal531501550.660.0300.39182.9449.0440.78
Hex35969B423027b73129
Octal6522623310230472676151
Binary1101011001011010011011100001011010011110110111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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