#3B969E

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

Shades of Scooter #3B969E

Tints of Scooter #3B969E

Color information

#3B969E (or 0x3B969E) is unknown color: approx Scooter. HEX triplet: 3B, 96 and 9E. RGB value is (59,150,158). Sum of RGB (Red+Green+Blue) = 59+150+158=367 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.08% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 158 - color contains mainly: blue. Hex color #3B969E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B969E is #C46961. Grayscale: #7B7B7B. Windows color (decimal): -12872034 or 10393147. OLE color: 10393147.

HSL color Cylindrical-coordinate representation of color #3B969E: hue angle of 184.85º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B969E is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB59150158-
CMYK0.630.0500.38
HSL184.85º45.62%42.55%-
HSV(B)184.85º62.66%61.96%-
XYZ18.8825.2136.22-
YUV123.7147.3581.85-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.08%
GREEN value IS 150 (58.98% from 255) = 40.87%
BLUE value IS 158 (62.11% from 255) = 43.05%
R=16.08%
G=40.87%
B=43.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal591501580.630.0500.38184.8545.6242.55
Hex3B969E3F5026b92e2b
Octal732262367750462715653
Binary1110111001011010011110111111101010011010111001101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B969E; }

 p { color: rgb(59,150,158); }

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

<style>
 a { background-color: #3B969E; }

 a { background-color: rgb(59,150,158); }

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

<style>
 span { border-color: #3B969E; }

 span { border-color: rgb(59,150,158); }

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